Do not package mutant-rspec files with mutant
This commit is contained in:
parent
c0205c7b34
commit
8ff548f013
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ Gem::Specification.new do |gem|
|
|||
gem.license = 'MIT'
|
||||
|
||||
gem.require_paths = %w[lib]
|
||||
gem.files = `git ls-files`.split("\n")
|
||||
|
||||
mutant_rspec_files = `git ls-files -- lib/mutant{-,/}rspec.rb lib/mutant/rspec`.split("\n")
|
||||
|
||||
gem.files = `git ls-files`.split("\n") - mutant_rspec_files
|
||||
gem.test_files = `git ls-files -- spec/{unit,integration}`.split("\n")
|
||||
gem.extra_rdoc_files = %w[TODO LICENSE]
|
||||
gem.executables = %w[mutant]
|
||||
|
|
Loading…
Add table
Reference in a new issue