From 280ff1173c2a138f162d0ef422098529760e674b Mon Sep 17 00:00:00 2001 From: Tom Richards Date: Tue, 4 Aug 2020 21:28:01 -0400 Subject: [PATCH] Remove unnecessary files from gem --- bootsnap.gemspec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bootsnap.gemspec b/bootsnap.gemspec index 7bfb32d4..70dd28ff 100644 --- a/bootsnap.gemspec +++ b/bootsnap.gemspec @@ -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'