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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7e3e7acef0ac62b5f542ab83fb15fcaa4eca925
4
- data.tar.gz: 9018a390ab4c339eaed0214402f4971c656a88f7
3
+ metadata.gz: 5aac9df3288de592f21af87f69b9595380cc4dbc
4
+ data.tar.gz: 06538f9e85ffa475902b3e23a880cddc2eee7d59
5
5
  SHA512:
6
- metadata.gz: b2fab4375e4b7518369c9f7ab85429f483450fdccafdefa2ccf900953033d9e968c63c55ff52020b453110e5aa37ee88a825a1fec58f985546ef9c9a59be8dba
7
- data.tar.gz: 67bc0baba49897561cc8011a7a18b7d313a2c5f9e9afbf2b5bfded423ba6b49611cfe303b1003c185cc96a9943baa7af020bf35273b404bc1281d57da27af9e2
6
+ metadata.gz: f47b7e0716d186dc74cda94e0bf416cd9c79847b3ff9d534b4edbef8584aed1e14eaa72828c2d0e66dfb3c91a85c907ecc4257651c1955cd24088a9fd6dc7502
7
+ data.tar.gz: 4365da2c8862b71c25bd71272bb1f65598db72bc6b1b51740e1b4219acbd1084267ca47bf435d7bf20680fa31492a3611b9e22a35ee9394e9af5b70572e4affc
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 5.3.2 / 2014-04-02
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed doco on Assertions.assertions. (xaviershay)
6
+
1
7
  === 5.3.1 / 2014-03-14
2
8
 
3
9
  * 1 minor enhancement:
data/Rakefile CHANGED
@@ -64,4 +64,8 @@ task :specs do
64
64
  end
65
65
  end
66
66
 
67
+ task :bugs do
68
+ sh "for f in bug*.rb ; do echo $f; echo; #{Gem.ruby} -Ilib $f && rm $f ; done"
69
+ end
70
+
67
71
  # vim: syntax=Ruby
@@ -7,7 +7,7 @@ require "minitest/parallel"
7
7
  # :include: README.txt
8
8
 
9
9
  module Minitest
10
- VERSION = "5.3.1" # :nodoc:
10
+ VERSION = "5.3.2" # :nodoc:
11
11
 
12
12
  @@installed_at_exit ||= false
13
13
  @@after_run = []
@@ -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 variable named
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.
@@ -1,5 +1,3 @@
1
- #!/usr/bin/ruby -w
2
-
3
1
  require 'minitest/unit'
4
2
 
5
3
  class Module # :nodoc:
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.1
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-03-14 00:00:00.000000000 Z
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.10'
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.10'
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.0.14
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