<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.markdown</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2007-2008 Tyler Hunt
+Copyright (c) 2007-2009 Tyler Hunt
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,8 @@ require 'rake/gempackagetask'
 require 'rake/rdoctask'
 require 'spec/rake/spectask'
 
-desc 'Default: package gem.'
-task :default =&gt; :gem
+desc 'Default: run specs.'
+task :default =&gt; :spec
 
 spec = Gem::Specification.new do |spec|
   spec.name               = 'remit'
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |spec|
   spec.require_path       = 'lib'
   spec.test_files         = FileList['{spec}/**/{*spec.rb,*helper.rb}'].to_a
   spec.has_rdoc           = true
-  spec.extra_rdoc_files   = ['README', 'LICENSE']
+  spec.extra_rdoc_files   = ['README.markdown', 'LICENSE']
   spec.add_dependency('relax', '&gt;= 0.0.5')
 end
 
@@ -30,9 +30,9 @@ end
 
 Rake::RDocTask.new do |rdoc|
   rdoc.title    = 'Remit Documentation'
-  rdoc.main     = 'README'
+  rdoc.main     = 'README.markdown'
   rdoc.rdoc_dir = 'rdoc'
-  rdoc.rdoc_files.include('README', 'LICENSE', 'lib/**/*.rb')
+  rdoc.rdoc_files.include('README.markdown', 'LICENSE', 'lib/**/*.rb')
   rdoc.options &lt;&lt; '--inline-source'
   rdoc.options &lt;&lt; '--line-numbers'
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>c0be7968191470bb8ed5198ffa2b5aab78316f89</id>
    </parent>
  </parents>
  <author>
    <name>Tyler Hunt</name>
    <email>tyler@tylerhunt.com</email>
  </author>
  <url>http://github.com/tylerhunt/remit/commit/c8b9005ac3b4937d43d7f51716e2222ae50539af</url>
  <id>c8b9005ac3b4937d43d7f51716e2222ae50539af</id>
  <committed-date>2009-02-03T11:14:54-08:00</committed-date>
  <authored-date>2009-02-03T11:14:54-08:00</authored-date>
  <message>Updated documentation.

Converted README to Markdown format.
Changed default Rake task to spec.</message>
  <tree>fa31daffd37c4d12327a31dfc947cb1ce6991deb</tree>
  <committer>
    <name>Tyler Hunt</name>
    <email>tyler@tylerhunt.com</email>
  </committer>
</commit>
