minitest-stately 0.2.0 → 0.3.0

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: 12d3996442703d16e374be803829c02fb3a49509
4
- data.tar.gz: 1408bb41ba72f4578647327a970b31ba3ed2f086
3
+ metadata.gz: 9c5c2f721cf68abeaeda3eeb34bfec5ad27a05ed
4
+ data.tar.gz: f708bef7db013c2f810ed6911c057c83296286dd
5
5
  SHA512:
6
- metadata.gz: 003e6b9131129781909fd63c65f763e7be08eb41d6963dd19da5b0f2970f87612770522bc2ea97ae0c91dfa85e5bf92046a0d46e995c72eec9e7192c90a25471
7
- data.tar.gz: 5f9c984ec2b43e75ee8f810c49f7a302fe37983882e9000f5a7a31baad101fc99cb886cf34f03243919dc9cc32d5dad58cb91cda01fad17509342a8f4d7b3855
6
+ metadata.gz: fbc6076a849e7f9151b5963eab773c69ec56391eee657712470dcef7180a3b772cf779be15a5016d78725125287b88e0e9c19664670f7297de9f344c86543e1e
7
+ data.tar.gz: 2e7b762c140faa56a8e0642dac8811a33142b26def89e33d6484b47f031a9bc0670e1af2643dd404fdfc13429f24dcb6260b6fc55e12015aa39498de5b0b9d6e
@@ -1,8 +1,7 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.1.2
4
- - 2.0.0
5
- - 1.9.3
6
- - jruby-19mode
7
- - jruby-head
8
- - rbx-2.2.7
3
+ - 2.4.1
4
+ - 2.3.4
5
+ - 2.2.7
6
+ - 2.1.10
7
+ - jruby-9.1.12.0
@@ -0,0 +1,3 @@
1
+ # 0.3.0
2
+
3
+ * Add call to super in after_teardown [#1]
data/README.md CHANGED
@@ -9,10 +9,7 @@ Find leaking state between tests
9
9
  ## Requirements
10
10
  Minitest 5.x is required for Minitest::Stately to work properly.
11
11
 
12
- Tests are run against MRI 1.9.3 through 2.1.2, JRuby 1.7 (latest) and head, and
13
- Rubinius 2.x (latest).
14
-
15
- Ruby 1.8.7 and REE are not supported. Sorry retro-Ruby fans!
12
+ Tests are run against MRI 2.1 through 2.4 and JRuby 9.1. Sorry retro-Ruby fans!
16
13
 
17
14
  ## Installation
18
15
 
@@ -2,6 +2,7 @@ module Minitest
2
2
  module Stately
3
3
  module AfterTeardown
4
4
  def after_teardown
5
+ super
5
6
  Minitest::Stately.watcher.record(self)
6
7
  end
7
8
  end
@@ -1,5 +1,5 @@
1
1
  module Minitest
2
2
  module Stately
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-stately
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason R. Clark
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-18 00:00:00.000000000 Z
11
+ date: 2017-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -81,6 +81,7 @@ extra_rdoc_files: []
81
81
  files:
82
82
  - ".gitignore"
83
83
  - ".travis.yml"
84
+ - CHANGELOG.md
84
85
  - Gemfile
85
86
  - LICENSE.txt
86
87
  - README.md
@@ -114,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
115
  version: '0'
115
116
  requirements: []
116
117
  rubyforge_project:
117
- rubygems_version: 2.2.2
118
+ rubygems_version: 2.5.1
118
119
  signing_key:
119
120
  specification_version: 4
120
121
  summary: Find leaking state between tests
@@ -122,4 +123,3 @@ test_files:
122
123
  - test/minitest/stately/watcher_test.rb
123
124
  - test/minitest/stately_plugin_test.rb
124
125
  - test/test_helper.rb
125
- has_rdoc: