<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>README.rdoc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -12,12 +12,18 @@ Rake::TestTask.new(:test) do |t|
   t.verbose = true
 end
 
-desc 'Generate documentation for the recaptcha plugin.'
-Rake::RDocTask.new(:rdoc) do |rdoc|
-  rdoc.rdoc_dir = 'rdoc'
-  rdoc.title    = 'reCAPTCHA'
-  rdoc.template = 'jamis'
-  rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
-  rdoc.rdoc_files.include('README')
-  rdoc.rdoc_files.include('lib/**/*.rb')
+ALLISON = &quot;/Library/Ruby/Gems/1.8/gems/allison-2.0.3/lib/allison.rb&quot;  
+  
+Rake::RDocTask.new do |rd|  
+  rd.main = &quot;README.rdoc&quot;  
+  rd.rdoc_files.include &quot;README.rdoc&quot;, &quot;LICENSE&quot;, &quot;lib/**/*.rb&quot;
+  rd.title = &quot;ReCAPTCHA&quot;  
+  rd.options &lt;&lt; '-N' # line numbers  
+  rd.options &lt;&lt; '-S' # inline source  
+  rd.template = ALLISON if File.exist?(ALLISON)  
 end
+
+desc &quot;Upload the rdoc to ambethia.com&quot;
+task &quot;publish&quot; do
+  sh &quot;scp -r html/* ambethia.com:~/www/ambethia.com/recaptcha&quot;
+end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>2a19e686cbe54522184fed30df2297dd732d8e1c</id>
    </parent>
  </parents>
  <author>
    <name>Jason L Perry</name>
    <email>jasper@ambethia.com</email>
  </author>
  <url>http://github.com/humanzz/recaptcha/commit/3a54d9f3e83d9490e7521a73628fd42297eece76</url>
  <id>3a54d9f3e83d9490e7521a73628fd42297eece76</id>
  <committed-date>2008-05-08T18:52:28-07:00</committed-date>
  <authored-date>2008-05-08T18:52:28-07:00</authored-date>
  <message>Updating README and tweaking Rdoc tasks</message>
  <tree>5c52207571e8ccc50d59a02d83ea3183357db454</tree>
  <committer>
    <name>Jason L Perry</name>
    <email>jasper@ambethia.com</email>
  </committer>
</commit>
