<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
 *.html
+*.gem
 test/cache</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,16 @@
 desc &quot;Run unit tests&quot;
 task :test do
-	sh &quot;spec -f s -c test/*_spec.rb&quot;
+	ruby &quot;-S spec -f s -c test/*_spec.rb&quot;
 end
 
 desc &quot;Build a gem&quot;
 task :gem do
-	sh &quot;gem build mizuho.gemspec&quot;
+	ruby &quot;-S gem build mizuho.gemspec&quot;
+end
+
+desc &quot;Build a gem and install it&quot;
+task :install =&gt; :gem do
+	File.read(&quot;mizuho.gemspec&quot;) =~ /s\.version = \&quot;(.*?)\&quot;/
+	version = $1
+	ruby &quot;-S gem install mizuho-#{version}.gem&quot;
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f9a3150c4a5931caedb394dc5615413f58a43430</id>
    </parent>
  </parents>
  <author>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </author>
  <url>http://github.com/FooBarWidget/mizuho/commit/7ad9a806f4bdc757a43090327ec2c4b9ecf3a90e</url>
  <id>7ad9a806f4bdc757a43090327ec2c4b9ecf3a90e</id>
  <committed-date>2008-11-04T06:33:11-08:00</committed-date>
  <authored-date>2008-11-04T06:33:11-08:00</authored-date>
  <message>Add an 'install' Rake task.</message>
  <tree>b12c0a7272b50928f27c12204d18ee77cbe7c914</tree>
  <committer>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </committer>
</commit>
