<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -67,4 +67,5 @@ More
 [http://github.com/linkingpaths/alea/wikis](http://github.com/linkingpaths/alea/wikis)
 
 
-Copyright (c) 2008 Linking Paths, released under the MIT license
\ No newline at end of file
+Copyright (c) 2008 Linking Paths, released under the MIT license
+</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 Gem::Specification.new do |s|
   s.name = %q{alea}
-  s.version = &quot;0.0.1&quot;
+  s.version = &quot;0.0.2&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Linking Paths&quot;]
-  s.date = %q{2008-09-21}
+  s.date = %q{2008-10-04}
   s.description = %q{alea is a tiny gem that aim to bring some aleatory behavior to ruby Kernel.}
   s.email = [&quot;aitor@linkingpaths.com&quot;]
   s.extra_rdoc_files = [&quot;Manifest.txt&quot;]</diff>
      <filename>alea.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -30,7 +30,7 @@ module Kernel
 
   def chances_of_this_happens(percent = 50.percent, &amp;block)
     if block_given?
-      percent.chance.of block
+      percent.chance.of &amp;block
     else
       percent.chance.happens?
     end</diff>
      <filename>lib/alea/kernel.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module Alea
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 0
-    TINY  = 1
+    TINY  = 2
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/alea/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -8,4 +8,5 @@ class TestKernel &lt; Test::Unit::TestCase
       assert lottery &gt;=10 &amp;&amp; lottery &lt;= 20
     }
   end
+
 end</diff>
      <filename>test/test_kernel.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>85ceb6a1f440e0f53baf106cc4c5c35d30c059d7</id>
    </parent>
  </parents>
  <author>
    <name>Aitor Garc&#237;a</name>
    <email>aitor.garcia@gmail.com</email>
  </author>
  <url>http://github.com/linkingpaths/alea/commit/02620404f1d43db66c6ab6e66ca7ac77ff1b3f68</url>
  <id>02620404f1d43db66c6ab6e66ca7ac77ff1b3f68</id>
  <committed-date>2008-10-04T09:39:17-07:00</committed-date>
  <authored-date>2008-10-04T09:39:17-07:00</authored-date>
  <message>Fixed typo on chances_of_this_happens</message>
  <tree>38b39d18109769fb56a53409a8ad13f10ca656ff</tree>
  <committer>
    <name>Aitor Garc&#237;a</name>
    <email>aitor.garcia@gmail.com</email>
  </committer>
</commit>
