Replace global variable with string literal
This commit is contained in:
parent
04ffa8b86c
commit
65f8223c42
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
|
|||
|
||||
gem.require_paths = %w[lib]
|
||||
gem.files = `git ls-files`.split("\n")
|
||||
gem.test_files = `git ls-files -- spec/{unit,integration}`.split($/)
|
||||
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