rack-graphql.gemspec in rack-graphql-0.8.0 vs rack-graphql.gemspec in rack-graphql-0.8.1
- old
+ new
@@ -14,10 +14,10 @@
spec.metadata['homepage_uri'] = 'https://github.com/RenoFi/rack-graphql'
spec.metadata['source_code_uri'] = 'https://github.com/RenoFi/rack-graphql'
spec.files = Dir.chdir(__dir__) do
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(bin/|spec/|\.rub)}) }
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']