mocha 2.0.3 → 2.0.4
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/README.md +1 -1
- data/RELEASE.md +6 -0
- data/lib/mocha/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9f9f9d3af38625fc3dd91c8a25b0cb23a340b8cd6b833bd4d46f45e3b8b6088
|
|
4
|
+
data.tar.gz: d963f48e38f6251771314906d0582cc8ae49bd193636c48157f0c28e9c6c3152
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ce4d70b024552f5dd37e7e9a5bb9920489de12eb129258d12d88f0ed7e445257b077262b98044153960545a9991d0aaa8a53fef9931bcf71bf6e11770044a73
|
|
7
|
+
data.tar.gz: c49e3ce81fe12a12a647a6fcf9773ede2c0253a1016d9d2ab2255d4ce2b18102b5fe7d742f41bf303e39b51528760f19764adbaeab834ae2ef44d48865ba43ac
|
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
|
|
365
|
+
© Copyright James Mead 2006
|
|
366
366
|
|
|
367
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).
|
data/RELEASE.md
CHANGED
data/lib/mocha/version.rb
CHANGED