Skip to content

Commit

Permalink
Merge branch 'gemspec-executables' of https://github.com/joliss/jquer…
Browse files Browse the repository at this point in the history
…y-rails into joliss-gemspec-executables
  • Loading branch information
JangoSteve committed Apr 3, 2012
2 parents 3c98266 + 2d78b94 commit 1279d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery-rails.gemspec
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.add_dependency "thor", "~> 0.14"

s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_path = 'lib'
end

0 comments on commit 1279d65

Please sign in to comment.