<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>HIM</filename>
    </added>
    <added>
      <filename>READHIM</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -13,8 +13,19 @@ task :default =&gt; ['spec']
 task :test =&gt; ['spec']
 
 desc &quot;generate rdoc&quot;
-task :rdoc =&gt; [:clean, :readme2html] do
-  sh &quot;rdoc #{(RDOC_OPTS + RDOC_FILES).join(' ')}&quot;
+Rake::RDocTask.new do |rdoc|
+  files = [ 'lib/**/*.rb', 'spec/**/*.rb', 'HIM', 'READHIM' ]
+  rdoc.rdoc_files.add( files )
+  rdoc.main = &quot;HIM&quot; # page to start on
+  rdoc.title = &quot;M4DBI - Models For DBI&quot;
+  rdoc.template = &quot;/misc/pistos/unpack/allison-2.3/allison.rb&quot;
+  rdoc.rdoc_dir = '/var/www/localhost/htdocs/m4dbi/rdoc' # rdoc output folder
+  rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
+end
+
+desc 'Run coverage examiner (rcov)'
+task 'rcov' do
+   exec( &quot;rcov -o /var/www/localhost/htdocs/m4dbi/rcov spec/*.rb&quot; )
 end
 
 # Stolen from Ramaze  http://ramaze.net</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0b928e759c9727e6d99a1917ecac4174581d23f7</id>
    </parent>
  </parents>
  <author>
    <name>Pistos</name>
    <email>gitsomegrace.5.pistos@geoshell.com</email>
  </author>
  <url>http://github.com/Pistos/m4dbi/commit/1e3eddc79557671e68e39c7eaae98b90e4b9a37a</url>
  <id>1e3eddc79557671e68e39c7eaae98b90e4b9a37a</id>
  <committed-date>2008-02-07T20:04:31-08:00</committed-date>
  <authored-date>2008-02-07T20:04:31-08:00</authored-date>
  <message>Added a tiny bit of documentation.
Adjusted rakefile.</message>
  <tree>0bb3f115b4d5e2775f26ca8848ef692534ec3250</tree>
  <committer>
    <name>Pistos</name>
    <email>gitsomegrace.5.pistos@geoshell.com</email>
  </committer>
</commit>
