<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
    <added>
      <filename>README.markdown</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -72,6 +72,13 @@ namespace :gemspec do
   end
 end
 
+task :readme do
+  require &quot;rubygems&quot;; gem &quot;BlueCloth&quot;; require &quot;BlueCloth&quot;; require 'tmpdir'
+  file = &quot;#{Dir.tmpdir}/readme.html&quot;
+  File.open(file, &quot;w&quot;) { |f| f.write BlueCloth.new(File.read(&quot;README.markdown&quot;)).to_html }
+  sh &quot;open #{file}&quot;
+end
+
 RAILS_VERSIONS = %w[1.2.6 2.0.2 2.1.0 2.1.1]
 
 namespace :test do</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README.rdoc</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>7b9e46381214023086f4b8e83f48fa26f1377e32</id>
    </parent>
  </parents>
  <author>
    <name>Dan Manges</name>
    <email>daniel.manges@gmail.com</email>
  </author>
  <url>http://github.com/dan-manges/unit-record/commit/ab31b71ad22dfbfc30d6f87e47d6bca37ba879c0</url>
  <id>ab31b71ad22dfbfc30d6f87e47d6bca37ba879c0</id>
  <committed-date>2008-10-10T16:44:48-07:00</committed-date>
  <authored-date>2008-10-10T16:44:48-07:00</authored-date>
  <message>switching the readme to markdown</message>
  <tree>ac4768c7fee1a019cf3f28af09aaaa2c429e30b5</tree>
  <committer>
    <name>Dan Manges</name>
    <email>daniel.manges@gmail.com</email>
  </committer>
</commit>
