<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/mocha/parameter_matchers/regexp_matches.rb</filename>
    </added>
    <added>
      <filename>test/unit/parameter_matchers/regexp_matches_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,12 @@
+= 0.5.5 (r167)
+
+- Renamed Matches parameter matcher to RegexpMatches for clarity.
+- Added noframes tag to rdoc index to assist Google.
+
+= 0.5.4 (r166)
+
+- Added matches parameter matcher for matching regular expressions.
+
 = 0.5.3 (r165)
 
 - Attempt to fix packaging problems by switching to newer version (1.15.1) of gnutar and setting COPY_EXTENDED_ATTRIBUTES_DISABLE environment variable.</diff>
      <filename>RELEASE</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ require 'rake/testtask'
 require 'rake/contrib/sshpublisher'
 
 module Mocha
-  VERSION = &quot;0.5.3&quot;
+  VERSION = &quot;0.5.5&quot;
 end
 
 desc &quot;Run all tests&quot;
@@ -40,7 +40,7 @@ end
 desc 'Generate RDoc'
 Rake::RDocTask.new do |task|
   task.main = 'README'
-  task.title = 'Mocha'
+  task.title = &quot;Mocha #{Mocha::VERSION}&quot;
   task.rdoc_dir = 'doc'
   task.template = File.expand_path(File.join(File.dirname(__FILE__), &quot;templates&quot;, &quot;html_with_google_analytics&quot;))
   task.rdoc_files.include('README', 'RELEASE', 'COPYING', 'MIT-LICENSE', 'agiledox.txt', 'lib/mocha/auto_verify.rb', 'lib/mocha/mock.rb', 'lib/mocha/expectation.rb', 'lib/mocha/object.rb', 'lib/mocha/parameter_matchers.rb', 'lib/mocha/parameter_matchers')</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -717,6 +717,9 @@ INDEX = %{&lt;?xml version=&quot;1.0&quot; encoding=&quot;%charset%&quot;?&gt;
   &lt;meta name=&quot;verify-v1&quot; content=&quot;ygk9o+WGbEifJyRMG2pUfK9suVwr/ofRayiGD3SNYVM=&quot; /&gt;
 &lt;/head&gt;
 &lt;frameset rows=&quot;20%, 80%&quot;&gt;
+    &lt;noframes&gt;
+      &lt;body bgcolor=&quot;#BBBBBB&quot;&gt; Click &lt;a href=&quot;%initial_page%&quot;&gt;here&lt;/a&gt; for a non-frames version of this page.&lt;/body&gt;
+    &lt;/noframes&gt;
     &lt;frameset cols=&quot;25%,35%,45%&quot;&gt;
         &lt;frame src=&quot;fr_file_index.html&quot;   title=&quot;Files&quot; name=&quot;Files&quot; /&gt;
         &lt;frame src=&quot;fr_class_index.html&quot;  name=&quot;Classes&quot; /&gt;</diff>
      <filename>templates/html_with_google_analytics.rb</filename>
    </modified>
    <modified>
      <diff>@@ -63,7 +63,7 @@ class ParameterMatcherAcceptanceTest &lt; Test::Unit::TestCase
   def test_should_match_parameter_that_matches_regular_expression
     test_result = run_test do
       mock = mock()
-      mock.expects(:method).with(regexp_match(/meter/))
+      mock.expects(:method).with(regexp_matches(/meter/))
       mock.method('this parameter should match')
     end
     assert_passed(test_result)
@@ -72,7 +72,7 @@ class ParameterMatcherAcceptanceTest &lt; Test::Unit::TestCase
   def test_should_not_match_parameter_that_does_not_match_regular_expression
     test_result = run_test do
       mock = mock()
-      mock.expects(:method).with(regexp_match(/something different/))
+      mock.expects(:method).with(regexp_matches(/something different/))
       mock.method('this parameter should not match')
     end
     assert_failed(test_result)</diff>
      <filename>test/acceptance/parameter_matcher_acceptance_test.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/mocha/parameter_matchers/regexp_match.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>45d2ba700e03e877ba187f3063c01deee7e3d13d</id>
    </parent>
  </parents>
  <author>
    <name>James Mead</name>
    <email>james@floehopper.org</email>
  </author>
  <url>http://github.com/sprsquish/mocha/commit/d6a0f261b7db711daac7c7c09b85f43a6f38ad9c</url>
  <id>d6a0f261b7db711daac7c7c09b85f43a6f38ad9c</id>
  <committed-date>2007-09-06T08:39:50-07:00</committed-date>
  <authored-date>2007-09-06T08:39:50-07:00</authored-date>
  <message>Renamed Matches parameter matcher to RegexpMatches for clarity. Added noframes tag to rdoc index to assist Google.</message>
  <tree>582319f918a5e4158d8e0075869161f544b0bad8</tree>
  <committer>
    <name>James Mead</name>
    <email>james@floehopper.org</email>
  </committer>
</commit>
