diff options
Diffstat (limited to 'felflame.gemspec')
| -rw-r--r-- | felflame.gemspec | 2 |
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) } |
