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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcd649e9fdd8d2f3898438055899e40992e19635
4
- data.tar.gz: c46a914a9b8d591173720138611b864a6e3216ca
3
+ metadata.gz: e96c8916da3f3dedb48a6252c5c274c8dad823b5
4
+ data.tar.gz: fdd3bdb4da5689f89fe79e62a7699dbe90d346d3
5
5
  SHA512:
6
- metadata.gz: 876b182ee76ee4d7b0cc9a08d80be36e75617c1c09c648ab2fc2c9337ce8b0d7ad9a7cc954ab67e1339cb3514566f3bbb82ebcf488908e1d85c25cb06f7f091d
7
- data.tar.gz: e69dba7cd03eb15b25ea6dafcbda7a270c2ce27c21791e1a3ca7f01325e0e6b710c2a199abdf2441876450dd6eeeb75149a27b47685145de9e78d516c5868761
6
+ metadata.gz: 6c8c2c0d6a5feddc486ac116a2446b3195c38bed9ab84ea4e9b29ed44c78af7670c302ee0e3babbe1313ad9ac5c5b7b5014972ad4031a91b77964d0608b67c43
7
+ data.tar.gz: c89067f1741844afad876a2ffe3c8d534ee33af08fb059cf6a0558162e534bea9582737aed43c9c6ab0c2f87e43c9dfa2b69da58d12d86c729c930dad15f0aa7
@@ -1,3 +1,3 @@
1
1
  module SingleCov
2
- VERSION = "0.5.8"
2
+ VERSION = "0.5.9"
3
3
  end
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.respond_to?(:run_with_rails_extension)
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.8
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-10 00:00:00.000000000 Z
11
+ date: 2016-12-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: michael@grosser.it