Remove TODO files from gemspecs

* These files where removed from the repo since last release
This commit is contained in:
Markus Schirp 2016-08-01 19:18:59 +00:00
parent ae541de140
commit 0806954670
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.require_paths = %w[lib]
gem.files = `git ls-files -- lib/mutant/integration/rspec.rb`.split("\n")
gem.test_files = `git ls-files -- spec/{integration,unit}/mutant/rspec_spec.rb}`.split("\n")
gem.extra_rdoc_files = %w[TODO LICENSE]
gem.extra_rdoc_files = %w[LICENSE]
gem.add_runtime_dependency('mutant', "~> #{gem.version}")
gem.add_runtime_dependency('rspec-core', '>= 3.4.0', '< 3.6.0')

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split("\n") - mutant_integration_files
gem.test_files = `git ls-files -- spec/{unit,integration}`.split("\n")
gem.extra_rdoc_files = %w[TODO LICENSE]
gem.extra_rdoc_files = %w[LICENSE]
gem.executables = %w[mutant]
gem.required_ruby_version = '>= 2.1'