mutant-minitest 0.12.0 → 0.12.2
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.
- checksums.yaml +4 -4
- data/lib/mutant/integration/minitest.rb +4 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 946979972b98ad823ee67e9667268a18b67f6deac1a0c1e69e9aad884842d4de
|
|
4
|
+
data.tar.gz: c53decfb80bf8c776a04d72c0d25b88ad6b2fe40f3260fc4945d751af29ed529
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dc0ef0f1b9e831cea7643b8646f16ed9b2819176a05cc720a85697878ac9464fdf265d0f0f472e14b453ebb535e2cc0f16adcbff8378371276e9518c7a57087
|
|
7
|
+
data.tar.gz: 1f3949b93dce55aaff7b0220d17baf21969a73bcbc6b71a7b0b0bdf987e7e5657a1d6ea33b659dd9579d47f1bc406ff533360bf00d525d011a23fe1db9679478
|
|
@@ -109,9 +109,10 @@ module Mutant
|
|
|
109
109
|
reporter.report
|
|
110
110
|
|
|
111
111
|
Result::Test.new(
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
112
|
+
job_index: nil,
|
|
113
|
+
output: '',
|
|
114
|
+
passed: reporter.passed?,
|
|
115
|
+
runtime: timer.now - start
|
|
115
116
|
)
|
|
116
117
|
end
|
|
117
118
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mutant-minitest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Markus Schirp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.12.
|
|
33
|
+
version: 0.12.2
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.12.
|
|
40
|
+
version: 0.12.2
|
|
41
41
|
description: Minitest integration for mutant
|
|
42
42
|
email:
|
|
43
43
|
- mbj@schirp-dso.com
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.5.
|
|
72
|
+
rubygems_version: 3.5.9
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Minitest integration for mutant
|