<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.document</filename>
    </added>
    <added>
      <filename>README.rdoc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,2 @@
 pkg
+doc</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008 Bryan Helmkamp, Engine Yard Inc.
+Copyright (c) 2008-2009 Bryan Helmkamp, Engine Yard Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the &quot;Software&quot;), to deal</diff>
      <filename>MIT-LICENSE.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,9 @@
 require &quot;rubygems&quot;
+require &quot;rake/rdoctask&quot;
 require &quot;rake/gempackagetask&quot;
 require &quot;rake/clean&quot;
 require &quot;spec/rake/spectask&quot;
-require &quot;./lib/rack/test&quot;
+require File.expand_path(&quot;./lib/rack/test&quot;)
 
 Spec::Rake::SpecTask.new do |t|
   t.spec_opts == [&quot;--color&quot;]
@@ -19,15 +20,30 @@ spec = Gem::Specification.new do |s|
   s.homepage     = &quot;http://github.com/brynary/rack-test&quot;
   s.summary      = &quot;Simple testing API built on Rack&quot;
   s.description  = s.summary
-  s.files        = %w[Rakefile] + Dir[&quot;lib/**/*&quot;]
+  s.files        = %w[Rakefile README.rdoc] + Dir[&quot;lib/**/*&quot;]
+  
+  # rdoc
+  s.has_rdoc         = true
+  s.extra_rdoc_files = %w(README.rdoc MIT-LICENSE.txt)
 end
 
 Rake::GemPackageTask.new(spec) do |package|
   package.gem_spec = spec
 end
 
+desc &quot;Delete generated RDoc&quot;
+task :clobber_docs do
+  FileUtils.rm_rf(&quot;doc&quot;)
+end
+
+desc &quot;Generate RDoc&quot;
+task :docs =&gt; :clobber_docs do
+  system &quot;hanna --title 'Rack::Test #{Rack::Test::VERSION} API Documentation'&quot;
+end
+
 desc 'Install the package as a gem.'
 task :install =&gt; [:clean, :package] do
   gem = Dir['pkg/*.gem'].first
   sh &quot;sudo gem install --local #{gem}&quot;
 end
+</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e514555b4b4c8f94060c181e26982761efae01b2</id>
    </parent>
  </parents>
  <author>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </author>
  <url>http://github.com/brynary/rack-test/commit/ae1b5f3fb8dfcac5090cbff330fd637bd9efc3ae</url>
  <id>ae1b5f3fb8dfcac5090cbff330fd637bd9efc3ae</id>
  <committed-date>2009-03-02T19:45:51-08:00</committed-date>
  <authored-date>2009-03-02T19:45:47-08:00</authored-date>
  <message>Readme</message>
  <tree>361a8a2dd55b460cdad24b6d1962e6377724e85a</tree>
  <committer>
    <name>Bryan Helmkamp</name>
    <email>bryan@brynary.com</email>
  </committer>
</commit>
