<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -61,7 +61,7 @@ task :gemspec =&gt; GEM_SPEC_FILE
 desc &quot;Force update gem spec file&quot;
 task :regemspec do
   #rm GEM_SPEC_FILE, :force =&gt; true
-  Rake::Task[GEM_SPEC_FILE].execute
+  Rake::Task[GEM_SPEC_FILE].execute(nil)
 end
 
 desc &quot;Update #{GEM_SPEC_FILE}&quot;
@@ -137,7 +137,7 @@ desc &quot;Force update doc/Tutorial*.html&quot;
 task :retutorial2html do
   # safe_unlink HTMLFILES_TUTORIAL
   HTMLFILES_TUTORIAL.each do |x|
-    Rake::Task[x].execute
+    Rake::Task[x].execute(nil)
   end
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>19c4bdf6ce9077d5a3486878e6403bcfdaf43d54</id>
    </parent>
  </parents>
  <author>
    <name>Naohisa Goto</name>
    <email>ng@bioruby.org</email>
  </author>
  <url>http://github.com/bioruby/bioruby/commit/2b78e5aff777ad25edb9166018fdf89aeb430845</url>
  <id>2b78e5aff777ad25edb9166018fdf89aeb430845</id>
  <committed-date>2009-03-17T00:08:35-07:00</committed-date>
  <authored-date>2009-03-17T00:08:35-07:00</authored-date>
  <message>Rake::Task#execute now needs to take an argument. Currently, nil is given.</message>
  <tree>0cb60ee22cea5ab7233ef5ae4a012927a0f894e7</tree>
  <committer>
    <name>Naohisa Goto</name>
    <email>ng@bioruby.org</email>
  </committer>
</commit>
