lamby.gemspec in lamby_updated-5.2.2 vs lamby.gemspec in lamby_updated-5.2.4

- old
+ new

@@ -11,10 +11,10 @@ spec.summary = %q{Simple Rails & AWS Lambda Integration using Rack} spec.description = %q{Simple Rails & AWS Lambda Integration using Rack and various utilities.} spec.homepage = "https://github.com/rails-lambda/lamby" spec.license = "MIT" spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do - `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) || f.end_with?('.gem') } + `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency 'rack'