<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,2 @@
-coverage
\ No newline at end of file
+coverage
+doc
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 require 'rake'
+require 'rake/rdoctask'
 require 'spec/rake/spectask'
 
 desc 'Default: run specs with rcov.'
@@ -16,4 +17,12 @@ Spec::Rake::SpecTask.new(&quot;rcov_spec&quot;) do |t|
   t.spec_opts = ['--color']
   t.rcov = true
   t.rcov_opts = ['--exclude', '^spec,/gems/']
+end
+
+Rake::RDocTask.new do |t|
+  t.rdoc_dir = 'doc'
+  t.rdoc_files.include('lib/**/*.rb')
+  t.options &lt;&lt; '--inline-source'
+  t.options &lt;&lt; '--all'
+  t.options &lt;&lt; '--line-numbers'
 end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a860f66140b74201f09d15dfbfe6fc9d2bb4ac88</id>
    </parent>
  </parents>
  <author>
    <name>Nathan Sutton</name>
    <email>nate@sevenwire.com</email>
  </author>
  <url>http://github.com/sevenwire/forgery/commit/23c9e284a85e45aa937ae7b65b6503d3a6d59ae9</url>
  <id>23c9e284a85e45aa937ae7b65b6503d3a6d59ae9</id>
  <committed-date>2008-10-31T22:58:39-07:00</committed-date>
  <authored-date>2008-10-31T22:58:39-07:00</authored-date>
  <message>Adding rdoc task and adding the doc directory to .gitignore</message>
  <tree>aad1ca54ea68dbede0bb99b60bf45899e3c3ceae</tree>
  <committer>
    <name>Nathan Sutton</name>
    <email>nate@sevenwire.com</email>
  </committer>
</commit>
