mocha 2.0.4 → 2.1.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/COPYING.md +1 -1
- data/README.md +1 -1
- data/RELEASE.md +11 -1
- data/lib/mocha/integration/mini_test/adapter.rb +1 -1
- data/lib/mocha/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4bd89c61177f213648b496bffa016c3546d6461da8552429560ff3f9804df4f
|
4
|
+
data.tar.gz: df6603b30f57ea57f6ba3383fc80df02ce0d94b246c35dd97b3eed80e689e717
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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](
|
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
@@ -364,4 +364,4 @@ Mocha was initially harvested from projects at [Reevoo](http://www.reevoo.com/).
|
|
364
364
|
|
365
365
|
© Copyright James Mead 2006
|
366
366
|
|
367
|
-
You may use, copy and redistribute this library under the same terms as [Ruby itself](
|
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,10 +1,20 @@
|
|
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
|
+
|
3
13
|
## 2.0.4
|
4
14
|
|
5
15
|
### Internal changes
|
6
16
|
|
7
|
-
* Update `README.md`
|
17
|
+
* Update `README.md` (e8c21e1b)
|
8
18
|
|
9
19
|
## 2.0.3
|
10
20
|
|
data/lib/mocha/version.rb
CHANGED
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
|
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-
|
11
|
+
date: 2023-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruby2_keywords
|