<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,6 @@
+= 0.9.7 ()
+* 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.
+
 = 0.9.6 (57f8f77d715b7f1d9efee2e1a9438f7905c0006b)
 * 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'.
 * 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.</diff>
      <filename>RELEASE</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'rake/gempackagetask'
 require 'rake/testtask'
 
 module Mocha
-  VERSION = &quot;0.9.6&quot;
+  VERSION = &quot;0.9.7&quot;
 end
 
 desc &quot;Run all tests&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{mocha}
-  s.version = &quot;0.9.6.20090701111305&quot;
+  s.version = &quot;0.9.7.20090701124354&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;James Mead&quot;]</diff>
      <filename>mocha.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c37e64f89974b53a5c234409566533a7e5a59c51</id>
    </parent>
  </parents>
  <author>
    <name>James Mead</name>
    <email>james@floehopper.org</email>
  </author>
  <url>http://github.com/floehopper/mocha/commit/80d816f250dc13aaf856f3f9cbd97ebe9c371839</url>
  <id>80d816f250dc13aaf856f3f9cbd97ebe9c371839</id>
  <committed-date>2009-07-01T04:44:32-07:00</committed-date>
  <authored-date>2009-07-01T04:44:32-07:00</authored-date>
  <message>Prepare for 0.9.7 release.</message>
  <tree>83994b01dea90eab5c7a97f69ef92d388033b1de</tree>
  <committer>
    <name>James Mead</name>
    <email>james@floehopper.org</email>
  </committer>
</commit>
