floehopper-mocha 0.9.6.20090701111305 → 0.9.7.20090701124354

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 (3) hide show
  1. data/RELEASE +3 -0
  2. data/Rakefile +1 -1
  3. metadata +1 -1
data/RELEASE CHANGED
@@ -1,3 +1,6 @@
1
+ = 0.9.7 (80d816f250dc13aaf856f3f9cbd97ebe9c371839)
2
+ * Although I had provided a deprecation warning for people using Mocha::Standalone, I had assumed people wouldn't be explicitly loading the mocha/standalone.rb file. It turns out this assumption was incorrect at least in the case of Rspec. This is now fixed.
3
+
1
4
  = 0.9.6 (57f8f77d715b7f1d9efee2e1a9438f7905c0006b)
2
5
  * 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
6
  * 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.
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
3
3
  require 'rake/testtask'
4
4
 
5
5
  module Mocha
6
- VERSION = "0.9.6"
6
+ VERSION = "0.9.7"
7
7
  end
8
8
 
9
9
  desc "Run all tests"
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.20090701111305
4
+ version: 0.9.7.20090701124354
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Mead