<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,4 +14,7 @@ If you want to enter your own bot in the competition, then simply fork the repo,
 
 Contact me at hcatlin@gmail.com
 
-MIT license, of course. And also Copyright Hampton Catlin.
\ No newline at end of file
+MIT license, of course. And also Copyright Hampton Catlin.
+
+
+</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -99,12 +99,5 @@ class IocainePowder
     [rocks, papers, scissors]
   end
 
-  def wins
-    game.wins(self)
-  end
-
-  def losses
-    game.losses(self)
-  end
 end
 </diff>
      <filename>bots/iocaine_powder.rb</filename>
    </modified>
    <modified>
      <diff>@@ -62,12 +62,5 @@ class Simple
     [rocks, papers, scissors]
   end
 
-  def wins
-    game.wins(self)
-  end
-
-  def losses
-    game.losses(self)
-  end
 end
 </diff>
      <filename>bots/simple.rb</filename>
    </modified>
    <modified>
      <diff>@@ -21,6 +21,14 @@ module RPS
       RPS::MOVES
     end
     
+    def wins
+      game.wins(self)
+    end
+
+    def losses
+      game.losses(self)
+    end
+    
     def to_s
       self.class.to_s
     end</diff>
      <filename>lib/bot.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7d620afb0412ccec5ac421248c1a7a387fac3175</id>
    </parent>
  </parents>
  <author>
    <name>Hampton Catlin</name>
    <email>hcatlin@greed.local</email>
  </author>
  <url>http://github.com/wmoxam/rubyrps/commit/b9619f507a9e68686ce8a974fa437b4e11cb5790</url>
  <id>b9619f507a9e68686ce8a974fa437b4e11cb5790</id>
  <committed-date>2008-08-01T21:16:00-07:00</committed-date>
  <authored-date>2008-08-01T21:16:00-07:00</authored-date>
  <message>moving methods into the bots library</message>
  <tree>3b6c460150e4bf67b08ef8fdca4dc2744c8e143a</tree>
  <committer>
    <name>Hampton Catlin</name>
    <email>hcatlin@greed.local</email>
  </committer>
</commit>
