Skip to content

Commit

Permalink
Update gemspec to thin down .gem contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmans committed Mar 16, 2012
1 parent af87ca2 commit ebd7817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schnitzelstyle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
gem.homepage = "http://schnitzelpress.org/schnitzelstyle/"

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.files = `git ls-files lib LICENSE README.md`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "schnitzelstyle"
gem.require_paths = ["lib"]
Expand Down

0 comments on commit ebd7817

Please sign in to comment.