mutation_tester 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mutation_tester
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Dzierbicki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-08-08 00:00:00.000000000 Z
11
+ date: 2026-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel
@@ -153,6 +153,7 @@ files:
153
153
  - examples/calculator_spec.rb
154
154
  - examples/github_actions/ai_mutation_gate.yml
155
155
  - examples/github_actions/mutation_test.yml
156
+ - examples/github_actions/redundant_tests.yml
156
157
  - examples/hooks/pre-push
157
158
  - examples/run_example.rb
158
159
  - examples/run_example_minitest.rb
@@ -170,6 +171,7 @@ files:
170
171
  - lib/mutation_tester/framework_detector.rb
171
172
  - lib/mutation_tester/in_memory_loader.rb
172
173
  - lib/mutation_tester/minitest_fail_fast.rb
174
+ - lib/mutation_tester/minitest_load_hook.rb
173
175
  - lib/mutation_tester/mutation_runner.rb
174
176
  - lib/mutation_tester/mutator.rb
175
177
  - lib/mutation_tester/progress_display.rb
@@ -181,6 +183,9 @@ files:
181
183
  - lib/mutation_tester/reporters/html_reporter.rb
182
184
  - lib/mutation_tester/reporters/json_reporter.rb
183
185
  - lib/mutation_tester/test_command.rb
186
+ - lib/mutation_tester/test_recorder.rb
187
+ - lib/mutation_tester/test_recorder/minitest_hook.rb
188
+ - lib/mutation_tester/test_recorder/rspec_hook.rb
184
189
  - lib/mutation_tester/version.rb
185
190
  - lib/tasks/mutation_tester.rake
186
191
  - readme.md