<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>tasks/yard.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,7 @@ doc
 pkg
 tmp/*
 .DS_Store
+.yardoc
 *.db
 *.log
 *.swp</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -80,6 +80,7 @@ lib/ronin/sql/injection.rb
 lib/ronin/sql/version.rb
 lib/ronin/sql.rb
 tasks/spec.rb
+tasks/yard.rb
 spec/spec_helper.rb
 spec/sql_spec.rb
 spec/helpers/code.rb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -4,6 +4,7 @@ require 'rubygems'
 require 'hoe'
 require 'hoe/signing'
 require './tasks/spec.rb'
+require './tasks/yard.rb'
 
 Hoe.spec('ronin-sql') do
   self.rubyforge_name = 'ronin'
@@ -18,6 +19,8 @@ Hoe.spec('ronin-sql') do
     ['rspec', '&gt;=1.1.12'],
     ['yard', '&gt;=0.2.3.5']
   ]
+
+  self.spec_extras = {:has_rdoc =&gt; 'yard'}
 end
 
 # vim: syntax=Ruby</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0c78a38f026509ee4811190e5b3fa0514cb2c828</id>
    </parent>
  </parents>
  <author>
    <name>postmodern</name>
    <email>postmodern.mod3@gmail.com</email>
  </author>
  <url>http://github.com/postmodern/ronin-sql/commit/472d0300c6447cc1840d0837dce6605fee61f59c</url>
  <id>472d0300c6447cc1840d0837dce6605fee61f59c</id>
  <committed-date>2009-09-12T23:04:42-07:00</committed-date>
  <authored-date>2009-09-12T23:04:42-07:00</authored-date>
  <message>Added the YARD documentation generation task.</message>
  <tree>89d7d86c946c9b3d451601175090e0d74e262115</tree>
  <committer>
    <name>postmodern</name>
    <email>postmodern.mod3@gmail.com</email>
  </committer>
</commit>
