Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mbj/mutant
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 100a0abe2b9a16ed7494a6d16a0acd334fd65c9e
Choose a base ref
..
head repository: mbj/mutant
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c769b44c09e846ce08497a794bb465376f798855
Choose a head ref
Showing with 6 additions and 3 deletions.
  1. +2 −1 mutant-minitest.gemspec
  2. +2 −1 mutant-rspec.gemspec
  3. +2 −1 mutant.gemspec
3 changes: 2 additions & 1 deletion mutant-minitest.gemspec
Original file line number Diff line number Diff line change
@@ -19,7 +19,8 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.7'

gem.metadata['rubygems_mfa_required'] = 'true'

gem.add_runtime_dependency('minitest', '~> 5.11')
gem.add_runtime_dependency('mutant', "= #{gem.version}")
gem.metadata['rubygems_mfa_required'] = 'true'
end
3 changes: 2 additions & 1 deletion mutant-rspec.gemspec
Original file line number Diff line number Diff line change
@@ -16,9 +16,10 @@ Gem::Specification.new do |gem|
gem.files = %w[lib/mutant/integration/rspec.rb]
gem.extra_rdoc_files = %w[LICENSE]

gem.metadata['rubygems_mfa_required'] = 'true'

gem.required_ruby_version = '>= 2.7'

gem.add_runtime_dependency('mutant', "= #{gem.version}")
gem.add_runtime_dependency('rspec-core', '>= 3.8.0', '< 4.0.0')
gem.metadata['rubygems_mfa_required'] = 'true'
end
3 changes: 2 additions & 1 deletion mutant.gemspec
Original file line number Diff line number Diff line change
@@ -20,6 +20,8 @@ Gem::Specification.new do |gem|
gem.extra_rdoc_files = %w[LICENSE]
gem.executables = %w[mutant]

gem.metadata['rubygems_mfa_required'] = 'true'

gem.required_ruby_version = '>= 2.7'

gem.add_runtime_dependency('diff-lcs', '~> 1.3')
@@ -33,5 +35,4 @@ Gem::Specification.new do |gem|
gem.add_development_dependency('rspec-core', '~> 3.10')
gem.add_development_dependency('rspec-its', '~> 1.3.0')
gem.add_development_dependency('rubocop', '~> 1.7')
gem.metadata['rubygems_mfa_required'] = 'true'
end