Reduce files included in gem
This commit is contained in:
parent
664e99fe75
commit
03da0189a5
|
@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|||
spec.homepage = 'https://github.com/ridiculous/grape-middleware-logger'
|
||||
spec.license = 'MIT'
|
||||
|
||||
spec.files = `git ls-files -z`.split("\x0")
|
||||
spec.files = `git ls-files -z`.split("\x0").grep(%r{^lib/|gemspec})
|
||||
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
||||
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
||||
spec.require_paths = ['lib']
|
||||
|
|
Loading…
Reference in New Issue