<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,3 @@
 Copyright Revieworld Ltd. 2006
- 	
+
 You may use, copy and redistribute this library under the same terms as Ruby itself (see http://www.ruby-lang.org/en/LICENSE.txt) or under the MIT license (see MIT-LICENSE file).</diff>
      <filename>COPYING</filename>
    </modified>
    <modified>
      <diff>@@ -31,5 +31,5 @@ Or download Mocha from here - http://rubyforge.org/projects/mocha
 == License
 
 Copyright Revieworld Ltd. 2006
- 	
+
 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://mocha.rubyforge.org/files/MIT-LICENSE.html].
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -93,14 +93,14 @@ end
 Gem::manage_gems
 
 specification = Gem::Specification.new do |s|
-	s.name   = &quot;mocha&quot;
+  s.name   = &quot;mocha&quot;
   s.summary = &quot;Mocking and stubbing library&quot;
-	s.version = Mocha::VERSION
-	s.author = 'James Mead'
-	s.description = &lt;&lt;-EOF
+  s.version = Mocha::VERSION
+  s.author = 'James Mead'
+  s.description = &lt;&lt;-EOF
     Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes.
   EOF
-	s.email = 'mocha-developer@rubyforge.org'
+  s.email = 'mocha-developer@rubyforge.org'
   s.homepage = 'http://mocha.rubyforge.org'
   s.rubyforge_project = 'mocha'
 
@@ -113,8 +113,8 @@ specification = Gem::Specification.new do |s|
 end
 
 Rake::GemPackageTask.new(specification) do |package|
-	 package.need_zip = true
-	 package.need_tar = true
+   package.need_zip = true
+   package.need_tar = true
 end
 
 task :verify_user do</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -164,26 +164,26 @@ module Mocha # :nodoc:
         return
       else
         unexpected_method_called(symbol, *arguments)
-  		end
-  	end
-  	
+      end
+    end
+    
     def final_expectation_called?
      @final_expectation_called
     end
-  	
-  	def respond_to?(symbol)
-	    if @responder then
-	      @responder.respond_to?(symbol)
+    
+    def respond_to?(symbol)
+      if @responder then
+        @responder.respond_to?(symbol)
       else
-    	  @expectations.any? { |expectation| expectation.method_name == symbol }
-  	  end
-	  end
-	
-  	def unexpected_method_called(symbol, *arguments)
+        @expectations.any? { |expectation| expectation.method_name == symbol }
+      end
+    end
+  
+    def unexpected_method_called(symbol, *arguments)
       MissingExpectation.new(self, symbol).with(*arguments).verify
     end
-	
-  	def matching_expectation(symbol, *arguments)
+  
+    def matching_expectation(symbol, *arguments)
       @expectations.reverse.detect { |expectation| expectation.match?(symbol, *arguments) }
     end
   </diff>
      <filename>lib/mocha/mock.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac63d31c967984bc08526794b44f5b986ea8e691</id>
    </parent>
  </parents>
  <author>
    <name>James Mead</name>
    <email>james@floehopper.org</email>
  </author>
  <url>http://github.com/sprsquish/mocha/commit/d39ad5f5be07683302bdb250cf4c22a9ff63566a</url>
  <id>d39ad5f5be07683302bdb250cf4c22a9ff63566a</id>
  <committed-date>2007-06-29T10:56:36-07:00</committed-date>
  <authored-date>2007-06-29T10:56:36-07:00</authored-date>
  <message>Replace tabs with spaces.</message>
  <tree>daa1f2d74cb0c7ad3ee9468a489c30ce2422026e</tree>
  <committer>
    <name>James Mead</name>
    <email>james@floehopper.org</email>
  </committer>
</commit>
