<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>tasks/documentation.rake</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,45 +1,5 @@
-require 'rubygems'
-require 'rake/rdoctask'
-
 Dir['tasks/*.rake'].each { |file| load(file) }
  
-desc 'Default: run unit tests.' 
+desc 'Default: run unit tests for only sqlite.' 
 task :default =&gt; [:test]
 
-##############################################
-# Build RDocs
-##############################################
-desc 'Generate documentation for the acts_as_callback_logger plugin.'
-Rake::RDocTask.new do |rdoc|
-  rdoc.rdoc_dir = 'doc/html'
-  rdoc.title    = 'scoped_search'  
-  rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
-  rdoc.main = 'README'
-  rdoc.rdoc_files.include('LICENSE',
-                          'lib/')
-end
-##############################################
-
-
-##############################################
-# RCov Tasks
-##############################################
-begin
-  require 'rcov/rcovtask'
-  Rcov::RcovTask.new do |t|
-    t.test_files = Dir[ &quot;test/**/*_test.rb&quot; ]
-  end
-rescue LoadError
-  nil
-end
-
-begin
-  require 'rcov/rcovtask'
-  desc 'Runs spec:rcov and then displays the coverage/index.html file in the browswer.' 
-  task :rcov_display =&gt; [:clobber_rcov, :rcov] do 
-    system(&quot;open coverage/index.html&quot;)
-  end
-rescue LoadError
-  nil
-end
-##############################################</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>607ef4e8b78d8e7945c4b389722389eb837be51e</id>
    </parent>
  </parents>
  <author>
    <name>Wes Hays</name>
    <email>weshays@gbdev.com</email>
  </author>
  <url>http://github.com/wvanbergen/scoped_search/commit/fd0392adf25b3ffaf815a44dc4a3dd8ae3569efa</url>
  <id>fd0392adf25b3ffaf815a44dc4a3dd8ae3569efa</id>
  <committed-date>2009-02-01T10:23:22-08:00</committed-date>
  <authored-date>2009-02-01T10:23:22-08:00</authored-date>
  <message>Moved rdoc, rcov and rcov_display to the documentation.rake file in the tasks directory.</message>
  <tree>447d35ba27b0cb88bcfb5de2e13b5f5471ff92c0</tree>
  <committer>
    <name>Wes Hays</name>
    <email>weshays@gbdev.com</email>
  </committer>
</commit>
