minitest-reporters 1.1.18 → 1.1.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3daa7e84f90367308d3189ac969fb29787969af4
4
- data.tar.gz: 792cf3d3b11750aedc4019499363e1c12c3c1f16
3
+ metadata.gz: 0fcba3f6b31ee23a6eab523dc38de48de921ae51
4
+ data.tar.gz: 995c5a3bca112bdc50f4e34679a565d5affd43ef
5
5
  SHA512:
6
- metadata.gz: 8e7e5d860c955f7eb1b4de2ad69a7094fa2470e22ddf6eda6a1af162622c628d9156b1a89ec185573281eb748a733576aab3291974781bcb0e56e7def6e803c2
7
- data.tar.gz: 10cc2c863a025fb819b73ba0cc9d35b6b63e6f73898b9f8b849587fc4852f5032beb525925cb54d2a334deba3748bb67c10d7f6f4e7da986ced7eb89a0a166fc
6
+ metadata.gz: ba7925e1e927ec82d5b7c4112726d2b5c54047d37d336f202b1fd627e277ca286c21a0b392807de0772133bf76f9c5ffeef44f4edc4c4ae1ef0dff8d34ed9249
7
+ data.tar.gz: eb2ab757092bd9edc6fb6cef9a4c5db578fe7102f9e57703bf66249737bd70f81953810b38aa7069b5caddbc25bb7831decc51732a46d3751199d3f844cf002f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
+ ### [1.1.19](https://github.com/kern/minitest-reporters/compare/v1.1.18...v1.1.19)
2
+
3
+ * Reverted [#236](https://github.com/kern/minitest-reporters/pull/236) (it creates too many problems)
4
+
1
5
  ### [1.1.18](https://github.com/kern/minitest-reporters/compare/v1.1.17...v1.1.18)
2
6
 
3
- * Fixed problem with Rails 5.1.3 [230](https://github.com/kern/minitest-reporters/issues/230) by [#236](https://github.com/kern/minitest-reporters/pull/236) (contributed by [samcday](https://github.com/samcday))
7
+ * Fixed problem with Rails 5.1.3 [#230](https://github.com/kern/minitest-reporters/issues/230) by [#236](https://github.com/kern/minitest-reporters/pull/236) (contributed by [samcday](https://github.com/samcday))
4
8
 
5
9
  ### [1.1.17](https://github.com/kern/minitest-reporters/compare/v1.1.16...v1.1.17)
6
10
 
@@ -30,11 +30,6 @@ module Minitest
30
30
  Minitest.backtrace_filter = backtrace_filter unless backtrace_filter.nil?
31
31
 
32
32
  unless defined?(@@loaded)
33
- # Ensure that minitest-reporters is initialized last, so that our patches to Minitest.reporters are not
34
- # trampled by other Minitest plugins, like the core Rails 5 Minitest plugin.
35
- Minitest.load_plugins
36
- Minitest.extensions << Minitest.extensions.delete('minitest_reporter')
37
-
38
33
  use_around_test_hooks!
39
34
  use_old_activesupport_fix!
40
35
  @@loaded = true
@@ -1,5 +1,5 @@
1
1
  module Minitest
2
2
  module Reporters
3
- VERSION = '1.1.18'
3
+ VERSION = '1.1.19'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-reporters
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.18
4
+ version: 1.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Kern
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-07 00:00:00.000000000 Z
11
+ date: 2017-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest