From 16dd2f2c9c429ddee3dabda199a62c14859afbfe Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 9 Jul 2021 17:45:44 -0400 Subject: shrink gem filesize --- felflame.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'felflame.gemspec') diff --git a/felflame.gemspec b/felflame.gemspec index b41c7fb..a0f8c7b 100644 --- a/felflame.gemspec +++ b/felflame.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) do - `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) } + `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features|deprecated|codeclimate|logos)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } -- cgit v1.2.3