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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/RELEASE.md +6 -0
  4. data/lib/mocha/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5107d1c391c4658db7d700e46c2f1b1e4558e4c398c44d2c63c3e45dcfda5285
4
- data.tar.gz: 1a581c4b4ea5cabc63b58a90efa04e161e4a4304421691cd967ea17b03040df0
3
+ metadata.gz: b9f9f9d3af38625fc3dd91c8a25b0cb23a340b8cd6b833bd4d46f45e3b8b6088
4
+ data.tar.gz: d963f48e38f6251771314906d0582cc8ae49bd193636c48157f0c28e9c6c3152
5
5
  SHA512:
6
- metadata.gz: 256e8515551e764d79ef1b9e3ebbffc9a0e5abdbc877ec9e4eab1f3a9bf5727f45cf03a063afe92b18dbd1c486d41d4f54be80cbdcfc9b5f83e806d1a35fd2a4
7
- data.tar.gz: 384f5a08c9aeac9f45dcd64f3da2222dfc303ffc10c742eb3220036ca01b03d02712bfff7ad55dedfc8112e3c0425ea8fb830a78410db200225acff13f95b84e
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 Revieworld Ltd. 2006
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
@@ -1,5 +1,11 @@
1
1
  # Release Notes
2
2
 
3
+ ## 2.0.4
4
+
5
+ ### Internal changes
6
+
7
+ * Update `README.md`
8
+
3
9
  ## 2.0.3
4
10
 
5
11
  ### External changes
data/lib/mocha/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mocha
2
- VERSION = '2.0.3'.freeze
2
+ VERSION = '2.0.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Mead