Skip to content

Commit

Permalink
Remove unnecessary files from gem
Browse files Browse the repository at this point in the history
  • Loading branch information
t-richards committed Aug 5, 2020
1 parent 530fdb1 commit 280ff11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bootsnap.gemspec
Expand Up @@ -22,9 +22,7 @@ Gem::Specification.new do |spec|
'source_code_uri' => 'https://github.com/Shopify/bootsnap',
}

spec.files = %x(git ls-files -z).split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.files = %x(git ls-files -z ext lib).split("\x0") + %w(CHANGELOG.md LICENSE.txt README.md)
spec.require_paths = %w(lib)

spec.required_ruby_version = '>= 2.3.0'
Expand Down

0 comments on commit 280ff11

Please sign in to comment.