Skip to content

Commit

Permalink
Reduce files included in gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ridiculous committed Jul 7, 2017
1 parent 664e99f commit 03da018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grape-middleware-logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 03da018

Please sign in to comment.