Skip to content

Commit

Permalink
Avoid including unecessary files in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhardih committed Aug 18, 2015
1 parent 6092b35 commit 239b3f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lazy_images-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Gem::Specification.new do |s|
"along with the placeholder for non-js browsers."
s.license = "MIT"

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE"]

s.add_dependency "rails", "~> 4.2.1"

Expand Down

0 comments on commit 239b3f8

Please sign in to comment.