summaryrefslogtreecommitdiffhomepage
path: root/felflame.gemspec
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-07-09 17:45:44 -0400
committerrealtradam <[email protected]>2021-07-09 17:45:44 -0400
commit16dd2f2c9c429ddee3dabda199a62c14859afbfe (patch)
tree0745917ece05d27667d1ceea6d4aa1ce8d8ad7c4 /felflame.gemspec
parenta90b0717db0b4accbaacb6ac9d7faa4670b53a75 (diff)
downloadFelECS-16dd2f2c9c429ddee3dabda199a62c14859afbfe.tar.gz
FelECS-16dd2f2c9c429ddee3dabda199a62c14859afbfe.zip
shrink gem filesize
Diffstat (limited to 'felflame.gemspec')
-rw-r--r--felflame.gemspec2
1 files changed, 1 insertions, 1 deletions
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) }