minitest-stately 0.2.0 → 0.3.0
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/.travis.yml +5 -6
- data/CHANGELOG.md +3 -0
- data/README.md +1 -4
- data/lib/minitest/stately/after_teardown.rb +1 -0
- data/lib/minitest/stately/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c5c2f721cf68abeaeda3eeb34bfec5ad27a05ed
|
|
4
|
+
data.tar.gz: f708bef7db013c2f810ed6911c057c83296286dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbc6076a849e7f9151b5963eab773c69ec56391eee657712470dcef7180a3b772cf779be15a5016d78725125287b88e0e9c19664670f7297de9f344c86543e1e
|
|
7
|
+
data.tar.gz: 2e7b762c140faa56a8e0642dac8811a33142b26def89e33d6484b47f031a9bc0670e1af2643dd404fdfc13429f24dcb6260b6fc55e12015aa39498de5b0b9d6e
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
ADDED
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
|
|
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
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|