From 239b3f85834e81899c7e8ee52046a29775ff1143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Hansen?= Date: Tue, 18 Aug 2015 07:35:01 +0200 Subject: [PATCH] Avoid including unecessary files in the build --- lazy_images-rails.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lazy_images-rails.gemspec b/lazy_images-rails.gemspec index 5d6e5c8..5406ded 100644 --- a/lazy_images-rails.gemspec +++ b/lazy_images-rails.gemspec @@ -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"