minitest 5.0.7 → 5.0.8
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.
- data.tar.gz.sig +0 -0
- data/History.txt +28 -0
- data/README.txt +1 -0
- data/lib/minitest.rb +4 -2
- metadata +12 -12
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/History.txt
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
=== 5.0.8 / 2013-09-20
|
2
|
+
|
3
|
+
* 1 bug fix:
|
4
|
+
|
5
|
+
* Fixed siginfo handler by rearranging reporters and fixing to_s. (tenderlove)
|
6
|
+
|
1
7
|
=== 5.0.7 / 2013-09-05
|
2
8
|
|
3
9
|
* 2 minor enhancements:
|
@@ -22,6 +28,13 @@
|
|
22
28
|
|
23
29
|
* Fixed missing require in minitest/test. (erikh)
|
24
30
|
|
31
|
+
=== 4.7.5 / 2013-06-21
|
32
|
+
|
33
|
+
* 2 bug fixes:
|
34
|
+
|
35
|
+
* Fix Spec#describe_stack to be thread local.
|
36
|
+
* Fix multithreaded test failures by defining Time local to mock test namespace
|
37
|
+
|
25
38
|
=== 5.0.5 / 2013-06-20
|
26
39
|
|
27
40
|
* 6 bug fixes:
|
@@ -140,6 +153,21 @@ Minitest 5:
|
|
140
153
|
* Removed Minitest::Test.synchronize (phiggins)
|
141
154
|
* Upon loading minitest/parallel_each, record, capture_io and capture_subprocess_io are doped with synchronization code. (phiggins)
|
142
155
|
|
156
|
+
=== 4.7.4 / 2013-05-01
|
157
|
+
|
158
|
+
This is probably the last release of the 4.x series. It will be merged
|
159
|
+
to ruby and will be put into maintenance mode there.
|
160
|
+
|
161
|
+
I'm not set in stone on this, but at this point further development of
|
162
|
+
minitest (5+) will be gem-only. It is just too hard to work w/in
|
163
|
+
ruby-core w/ test-unit compatibility holding minitest development
|
164
|
+
back.
|
165
|
+
|
166
|
+
* 2 minor enhancements:
|
167
|
+
|
168
|
+
* Added count/size to ParallelEach to fix use w/in stdlib's test/unit. :( (btaitelb)
|
169
|
+
* Allow disabling of info_signal handler in runner. (erikh)
|
170
|
+
|
143
171
|
=== 4.7.3 / 2013-04-20
|
144
172
|
|
145
173
|
* 1 bug fix:
|
data/README.txt
CHANGED
data/lib/minitest.rb
CHANGED
@@ -4,7 +4,7 @@ require "optparse"
|
|
4
4
|
# :include: README.txt
|
5
5
|
|
6
6
|
module Minitest
|
7
|
-
VERSION = "5.0.
|
7
|
+
VERSION = "5.0.8" # :nodoc:
|
8
8
|
|
9
9
|
@@installed_at_exit ||= false
|
10
10
|
@@after_run = []
|
@@ -104,8 +104,8 @@ module Minitest
|
|
104
104
|
options = process_args args
|
105
105
|
|
106
106
|
reporter = CompositeReporter.new
|
107
|
-
reporter << ProgressReporter.new(options[:io], options)
|
108
107
|
reporter << SummaryReporter.new(options[:io], options)
|
108
|
+
reporter << ProgressReporter.new(options[:io], options)
|
109
109
|
|
110
110
|
self.reporter = reporter # this makes it available to plugins
|
111
111
|
self.init_plugins options
|
@@ -542,6 +542,8 @@ module Minitest
|
|
542
542
|
end.join("\n") + "\n"
|
543
543
|
end
|
544
544
|
|
545
|
+
alias to_s aggregated_results
|
546
|
+
|
545
547
|
def summary # :nodoc:
|
546
548
|
extra = ""
|
547
549
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minitest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 39
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 5
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 5.0.
|
9
|
+
- 8
|
10
|
+
version: 5.0.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ryan Davis
|
@@ -16,9 +16,9 @@ bindir: bin
|
|
16
16
|
cert_chain:
|
17
17
|
- |
|
18
18
|
-----BEGIN CERTIFICATE-----
|
19
|
-
|
19
|
+
MIIDPjCCAiagAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
|
20
20
|
ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
|
21
|
-
|
21
|
+
GRYDY29tMB4XDTEzMDkxNjIzMDQxMloXDTE0MDkxNjIzMDQxMlowRTETMBEGA1UE
|
22
22
|
AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
|
23
23
|
JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
|
24
24
|
b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
|
@@ -28,15 +28,15 @@ cert_chain:
|
|
28
28
|
qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
|
29
29
|
gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
|
30
30
|
HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
31
|
+
AQCFZ7JTzoy1gcG4d8A6dmOJy7ygtO5MFpRIz8HuKCF5566nOvpy7aHhDDzFmQuu
|
32
|
+
FX3zDU6ghx5cQIueDhf2SGOncyBmmJRRYawm3wI0o1MeN6LZJ/3cRaOTjSFy6+S6
|
33
|
+
zqDmHBp8fVA2TGJtO0BLNkbGVrBJjh0UPmSoGzWlRhEVnYC33TpDAbNA+u39UrQI
|
34
|
+
ynwhNN7YbnmSR7+JU2cUjBFv2iPBO+TGuWC+9L2zn3NHjuc6tnmSYipA9y8Hv+As
|
35
|
+
Y4evBVezr3SjXz08vPqRO5YRdO3zfeMT8gBjRqZjWJGMZ2lD4XNfrs7eky74CyZw
|
36
|
+
xx3n58i0lQkBE1EpKE0lFu/y
|
37
37
|
-----END CERTIFICATE-----
|
38
38
|
|
39
|
-
date: 2013-09-
|
39
|
+
date: 2013-09-21 00:00:00 Z
|
40
40
|
dependencies:
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rdoc
|
metadata.gz.sig
CHANGED
Binary file
|