mutant-minitest 0.9.4 → 0.9.5
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/LICENSE +1 -1
- data/lib/mutant/integration/minitest.rb +1 -1
- 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: e823fb8efed1f7f09cce81644aee637693667fcacba455affa9b446ec32481f2
|
|
4
|
+
data.tar.gz: cbacfc0c519902dd85fff1ade4cf3dc80f6bea35745b5cbf4437943af2ec8eca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 452ec54f14e15bfe2af81f9efa44684ccf4b1b4df580237fa645c18958d500a1a43534b4c03915cf20290b677ba60a0ec5961626fef4008637618db6bb1662cb
|
|
7
|
+
data.tar.gz: b8602f50a66bd7d3bc6fd0b883307e6fb72770a67a6f18fe91d57aa6631c612a83c7703079d999732a624f62dfff37dfc1e5625cbb8baa6e97342fff6f6bbc25
|
data/LICENSE
CHANGED
|
@@ -116,7 +116,7 @@ the net income of Schirp DSO LTD).
|
|
|
116
116
|
|
|
117
117
|
6. Support, Maintenance and Services. Subject to the terms and conditions of
|
|
118
118
|
this Agreement, as set forth in your invoice, and as set forth on the Mutant
|
|
119
|
-
support page (https://github.com/mbj/mutant/
|
|
119
|
+
support page (https://github.com/mbj/mutant/blob/master/docs/commercial-support.md)
|
|
120
120
|
support and maintenance services may be included with the purchase of your
|
|
121
121
|
license subscription.
|
|
122
122
|
|
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.9.
|
|
4
|
+
version: 0.9.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Markus Schirp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-02-03 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.9.
|
|
33
|
+
version: 0.9.5
|
|
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.9.
|
|
40
|
+
version: 0.9.5
|
|
41
41
|
description: Minitest integration for mutant
|
|
42
42
|
email:
|
|
43
43
|
- mbj@schirp-dso.com
|
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '0'
|
|
70
70
|
requirements: []
|
|
71
|
-
rubygems_version: 3.0.
|
|
71
|
+
rubygems_version: 3.0.3
|
|
72
72
|
signing_key:
|
|
73
73
|
specification_version: 4
|
|
74
74
|
summary: Minitest integration for mutant
|