mocha 2.0.3 → 2.1.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
  SHA256:
3
- metadata.gz: 5107d1c391c4658db7d700e46c2f1b1e4558e4c398c44d2c63c3e45dcfda5285
4
- data.tar.gz: 1a581c4b4ea5cabc63b58a90efa04e161e4a4304421691cd967ea17b03040df0
3
+ metadata.gz: d4bd89c61177f213648b496bffa016c3546d6461da8552429560ff3f9804df4f
4
+ data.tar.gz: df6603b30f57ea57f6ba3383fc80df02ce0d94b246c35dd97b3eed80e689e717
5
5
  SHA512:
6
- metadata.gz: 256e8515551e764d79ef1b9e3ebbffc9a0e5abdbc877ec9e4eab1f3a9bf5727f45cf03a063afe92b18dbd1c486d41d4f54be80cbdcfc9b5f83e806d1a35fd2a4
7
- data.tar.gz: 384f5a08c9aeac9f45dcd64f3da2222dfc303ffc10c742eb3220036ca01b03d02712bfff7ad55dedfc8112e3c0425ea8fb830a78410db200225acff13f95b84e
6
+ metadata.gz: d3cb27ce0f13c163fb82a9ac9d3464ea3e0a2478a091033e1cb518a27db4dc4dad7ef16445a31cb363a31622b445413b132c7ffef29cc4b5c84183a7e951ec4d
7
+ data.tar.gz: ee6377fe60777af55832a284086920a4e1eff54824440f5ab4e9aa03c89e232034f0b0ec89abf5627de60c97d4f6405093144f37ec96217b31ba41ea125fd79b
data/COPYING.md CHANGED
@@ -1,3 +1,3 @@
1
1
  Copyright James Mead 2006
2
2
 
3
- You may use, copy and redistribute this library under the same terms as [Ruby itself](http://www.ruby-lang.org/en/LICENSE.txt) or under the [MIT license](http://www.opensource.org/licenses/MIT).
3
+ You may use, copy and redistribute this library under the same terms as [Ruby itself](https://www.ruby-lang.org/en/about/license.txt) or under the [MIT license](https://mit-license.org/).
data/README.md CHANGED
@@ -362,6 +362,6 @@ Mocha was initially harvested from projects at [Reevoo](http://www.reevoo.com/).
362
362
 
363
363
  ### License
364
364
 
365
- © Copyright Revieworld Ltd. 2006
365
+ © Copyright James Mead 2006
366
366
 
367
- You may use, copy and redistribute this library under the same terms as [Ruby itself](http://www.ruby-lang.org/en/LICENSE.txt) or under the [MIT license](http://www.opensource.org/licenses/MIT).
367
+ You may use, copy and redistribute this library under the same terms as [Ruby itself](https://www.ruby-lang.org/en/about/license.txt) or under the [MIT license](https://mit-license.org/).
data/RELEASE.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release Notes
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### External changes
6
+
7
+ * Fix compatibility with Minitest (#614) - thanks to @kyrofa & @manewitz for reporting and to @zenspider for his input
8
+
9
+ ### Internal changes
10
+
11
+ * Update URLs for links to Ruby & MIT licenses (d6470af4)
12
+
13
+ ## 2.0.4
14
+
15
+ ### Internal changes
16
+
17
+ * Update `README.md` (e8c21e1b)
18
+
3
19
  ## 2.0.3
4
20
 
5
21
  ### External changes
@@ -23,7 +23,7 @@ module Mocha
23
23
 
24
24
  # @private
25
25
  def self.included(_mod)
26
- Mocha::ExpectationErrorFactory.exception_class = ::MiniTest::Assertion
26
+ Mocha::ExpectationErrorFactory.exception_class = ::Minitest::Assertion
27
27
  end
28
28
 
29
29
  # @private
data/lib/mocha/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mocha
2
- VERSION = '2.0.3'.freeze
2
+ VERSION = '2.1.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mocha
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Mead
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-10 00:00:00.000000000 Z
11
+ date: 2023-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby2_keywords