diff --git a/fastimage.gemspec b/fastimage.gemspec index 2441e0f..e3d3341 100644 --- a/fastimage.gemspec +++ b/fastimage.gemspec @@ -13,10 +13,8 @@ Gem::Specification.new do |s| ] s.files = [ "MIT-LICENSE", - "README.md", - "lib/fastimage.rb", - "lib/fastimage/version.rb", - ] + "README.md" + ] + Dir.glob("lib/**/*") s.homepage = %q{http://github.com/sdsykes/fastimage} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"]