minitest 5.3.1 → 5.3.2
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/History.txt +6 -0
- data/Rakefile +4 -0
- data/lib/minitest.rb +1 -1
- data/lib/minitest/assertions.rb +1 -1
- data/lib/minitest/spec.rb +0 -2
- data/test/minitest/test_minitest_spec.rb +0 -0
- data/test/minitest/test_minitest_unit.rb +0 -0
- metadata +6 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5aac9df3288de592f21af87f69b9595380cc4dbc
|
4
|
+
data.tar.gz: 06538f9e85ffa475902b3e23a880cddc2eee7d59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f47b7e0716d186dc74cda94e0bf416cd9c79847b3ff9d534b4edbef8584aed1e14eaa72828c2d0e66dfb3c91a85c907ecc4257651c1955cd24088a9fd6dc7502
|
7
|
+
data.tar.gz: 4365da2c8862b71c25bd71272bb1f65598db72bc6b1b51740e1b4219acbd1084267ca47bf435d7bf20680fa31492a3611b9e22a35ee9394e9af5b70572e4affc
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/History.txt
CHANGED
data/Rakefile
CHANGED
data/lib/minitest.rb
CHANGED
data/lib/minitest/assertions.rb
CHANGED
@@ -6,7 +6,7 @@ module Minitest
|
|
6
6
|
# printed if the assertion fails.
|
7
7
|
#
|
8
8
|
# Protocol: Nearly everything here boils up to +assert+, which
|
9
|
-
# expects to be able to increment an instance
|
9
|
+
# expects to be able to increment an instance accessor named
|
10
10
|
# +assertions+. This is not provided by Assertions and must be
|
11
11
|
# provided by the thing including Assertions. See Minitest::Runnable
|
12
12
|
# for an example.
|
data/lib/minitest/spec.rb
CHANGED
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minitest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.3.
|
4
|
+
version: 5.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Davis
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
29
29
|
Y4evBVezr3SjXz08vPqRO5YRdO3zfeMT8gBjRqZjWJGMZ2lD4XNfrs7eky74CyZw
|
30
30
|
xx3n58i0lQkBE1EpKE0lFu/y
|
31
31
|
-----END CERTIFICATE-----
|
32
|
-
date: 2014-
|
32
|
+
date: 2014-04-02 00:00:00.000000000 Z
|
33
33
|
dependencies:
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
35
|
name: rdoc
|
@@ -51,14 +51,14 @@ dependencies:
|
|
51
51
|
requirements:
|
52
52
|
- - ~>
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '3.
|
54
|
+
version: '3.11'
|
55
55
|
type: :development
|
56
56
|
prerelease: false
|
57
57
|
version_requirements: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - ~>
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '3.
|
61
|
+
version: '3.11'
|
62
62
|
description: |-
|
63
63
|
minitest provides a complete suite of testing facilities supporting
|
64
64
|
TDD, BDD, mocking, and benchmarking.
|
@@ -123,6 +123,7 @@ extra_rdoc_files:
|
|
123
123
|
- README.txt
|
124
124
|
files:
|
125
125
|
- .autotest
|
126
|
+
- .gemtest
|
126
127
|
- History.txt
|
127
128
|
- Manifest.txt
|
128
129
|
- README.txt
|
@@ -148,7 +149,6 @@ files:
|
|
148
149
|
- test/minitest/test_minitest_reporter.rb
|
149
150
|
- test/minitest/test_minitest_spec.rb
|
150
151
|
- test/minitest/test_minitest_unit.rb
|
151
|
-
- .gemtest
|
152
152
|
homepage: https://github.com/seattlerb/minitest
|
153
153
|
licenses:
|
154
154
|
- MIT
|
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
171
171
|
version: '0'
|
172
172
|
requirements: []
|
173
173
|
rubyforge_project:
|
174
|
-
rubygems_version: 2.
|
174
|
+
rubygems_version: 2.2.1
|
175
175
|
signing_key:
|
176
176
|
specification_version: 4
|
177
177
|
summary: minitest provides a complete suite of testing facilities supporting TDD,
|
metadata.gz.sig
CHANGED
Binary file
|