single_cov 0.5.8 → 0.5.9
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/single_cov/version.rb +1 -1
- data/lib/single_cov.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e96c8916da3f3dedb48a6252c5c274c8dad823b5
|
|
4
|
+
data.tar.gz: fdd3bdb4da5689f89fe79e62a7699dbe90d346d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c8c2c0d6a5feddc486ac116a2446b3195c38bed9ab84ea4e9b29ed44c78af7670c302ee0e3babbe1313ad9ac5c5b7b5014972ad4031a91b77964d0608b67c43
|
|
7
|
+
data.tar.gz: c89067f1741844afad876a2ffe3c8d534ee33af08fb059cf6a0558162e534bea9582737aed43c9c6ab0c2f87e43c9dfa2b69da58d12d86c729c930dad15f0aa7
|
data/lib/single_cov/version.rb
CHANGED
data/lib/single_cov.rb
CHANGED
|
@@ -122,7 +122,7 @@ module SingleCov
|
|
|
122
122
|
# untested
|
|
123
123
|
# https://github.com/rails/rails/pull/26515 rails loads autorun before test
|
|
124
124
|
# but it works out for some reason
|
|
125
|
-
return if Minitest.
|
|
125
|
+
return if Minitest.extensions.include?('rails')
|
|
126
126
|
|
|
127
127
|
# untested
|
|
128
128
|
# forking test runner does some hacky acrobatics to fake minitest status
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: single_cov
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Grosser
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email: michael@grosser.it
|