floehopper-mocha 0.9.6.20090629164857 → 0.9.6.20090629165308

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/RELEASE +1 -1
  2. metadata +1 -1
data/RELEASE CHANGED
@@ -1,4 +1,4 @@
1
- = 0.9.6 ()
1
+ = 0.9.6 (57f8f77d715b7f1d9efee2e1a9438f7905c0006b)
2
2
  * Version 2.0.1 of the test-unit gem introduced a private 'run_test' method on TestCase which clashed with the public TestRunner#run_test method. So this latter method has been renamed to 'run_as_test'.
3
3
  * Stop requiring rubygems - this should be an environmental choice for the user. http://gist.github.com/54177 - describes why requiring rubygems in your library code is a bad idea.
4
4
  * It seems like overkill to vendorize coderay and meta_project when they're only needed to generate the examples for documentation and for publishing files on RubyForge. So I'm removing them and installing them locally as gems when I need them.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: floehopper-mocha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6.20090629164857
4
+ version: 0.9.6.20090629165308
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Mead