activesupport-deprecation_test_helper 0.1.1 → 0.1.2.pre.1

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
  SHA256:
3
- metadata.gz: 86d5f70ba087c179678f7988408723d9f6b46f65db19fdd74a1eed10bd11b36c
4
- data.tar.gz: 359a8f9dbaab27092731a9367dfb7f203351537dde1852864c33c4e164d05bad
3
+ metadata.gz: 7dadc53bd38cbfbe6b3b020fe1c21e47b0f76a541e29471e93f50a2ecde13df2
4
+ data.tar.gz: 11f67844b2bc35e7e3465230884d1edae482fdf4faacd19263afff813d6036c4
5
5
  SHA512:
6
- metadata.gz: 553765d0da0b759bab56c061370178740bb46879cddb0d592571ddc9215706741cc529e2df385e104aa99dc5f47501357dff8cb3f3df5468fd50c429a6b67c1a
7
- data.tar.gz: 02eb1ab2ead804629457e0ce9ddba82e5eb5fdfc2f974593b71f72427d272dee3c1ddacf278360881cf20b032c7d88aecde4e44e18797a7b10925da3b79334fe
6
+ metadata.gz: 1287873fbf1c654817f63bf5742eca7c201a0827fb3e2ede18759a2ca7132b6796b2a187b65f978842063fd5f340a012f5ae93fa82cd017f11dbfd9f979e5a17
7
+ data.tar.gz: a7ddfbfd5fa2259fdc7e4be184a50658502acb0121797530839fc4e31f6aea223096905f5957e0fd120e7fb27ffcc5913cb60e2ec7caf9b360ba11cb3a337965
@@ -4,6 +4,10 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
5
  Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.1.2] - 2020-06-18
8
+ ### Fixed
9
+ - RSpec configuration bug where after(:suite) callback was unable to execute successfully
10
+
7
11
  ## [0.1.1] - 2020-06-18
8
12
  ### Fixed
9
13
  - RSpec configuration no longer runs multiple times during the test run
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activesupport-deprecation_test_helper (0.1.1)
4
+ activesupport-deprecation_test_helper (0.1.2.pre.1)
5
5
  activesupport (>= 4.2, < 7)
6
6
 
7
7
  GEM
@@ -16,7 +16,7 @@ module ActiveSupport
16
16
 
17
17
  case test_framework
18
18
  when :rspec
19
- RSpec.configuration.after(:suite) { after_all_callback.call }
19
+ RSpec.configuration.after(:suite) { ActiveSupport::DeprecationTestHelper.after_all_callback.call }
20
20
  when :minitest
21
21
  Minitest.after_run(&after_all_callback)
22
22
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActiveSupport
4
4
  module DeprecationTestHelper
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2.pre.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport-deprecation_test_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Invoca
@@ -78,9 +78,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - ">="
81
+ - - ">"
82
82
  - !ruby/object:Gem::Version
83
- version: '0'
83
+ version: 1.3.1
84
84
  requirements: []
85
85
  rubygems_version: 3.0.3
86
86
  signing_key: