<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>doc/coverage/index.html</filename>
    </added>
    <added>
      <filename>doc/coverage/lib-simplabs-highlight-pygments_wrapper_rb.html</filename>
    </added>
    <added>
      <filename>doc/coverage/lib-simplabs-highlight_rb.html</filename>
    </added>
    <added>
      <filename>doc/spec.html</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,18 +4,29 @@ require 'spec/rake/spectask'
  
 desc 'Default: run specs.'
 task :default =&gt; :spec
- 
-desc 'Run the specs'
+
+desc 'Run the specs on the CI server.'
+Spec::Rake::SpecTask.new(:ci) do |t|
+  t.spec_opts &lt;&lt; '--format=specdoc'
+  t.spec_files = FileList['spec/**/*_spec.rb']
+end
+
+desc 'Run the specs.'
 Spec::Rake::SpecTask.new(:spec) do |t|
-  t.spec_opts = ['-cfs']
+  t.spec_opts &lt;&lt; '--color'
+  t.spec_opts &lt;&lt; '--format=html:doc/spec.html'
+  t.spec_opts &lt;&lt; '--format=specdoc'
+  t.rcov_opts &lt;&lt; '--exclude &quot;gems/*,spec/*,init.rb&quot;'
+  t.rcov       = true
+  t.rcov_dir   = 'doc/coverage'
   t.spec_files = FileList['spec/**/*_spec.rb']
 end
 
-desc 'Generate documentation for the highlight plugin.'
-Rake::RDocTask.new(:rdoc) do |rdoc|
-  rdoc.rdoc_dir = 'rdoc'
-  rdoc.title    = 'Highlight'
-  rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
-  rdoc.rdoc_files.include('README.rdoc')
-  rdoc.rdoc_files.include('lib/**/*.rb')
-end
\ No newline at end of file
+desc 'Generate documentation for Highlight.'
+Rake::RDocTask.new(:rdoc) do |t|
+  t.rdoc_dir = 'doc'
+  t.title    = 'Highlight'
+  t.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
+  t.rdoc_files.include('README.rdoc')
+  t.rdoc_files.include('lib/**/*.rb')
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>038b054dd639215888cb829ca7c0634111b18509</id>
    </parent>
  </parents>
  <author>
    <name>Marco Otte-Witte</name>
    <email>marco.otte-witte@simplabs.com</email>
  </author>
  <url>http://github.com/marcoow/highlight/commit/312d66a7272648957117a07a11fc1fc804dd2f05</url>
  <id>312d66a7272648957117a07a11fc1fc804dd2f05</id>
  <committed-date>2009-09-18T05:54:39-07:00</committed-date>
  <authored-date>2009-09-18T05:54:39-07:00</authored-date>
  <message>added CI rake task; fixed spec task</message>
  <tree>b79f506f47ae670ca8bcf7cb535844c862542057</tree>
  <committer>
    <name>Marco Otte-Witte</name>
    <email>marco.otte-witte@simplabs.com</email>
  </committer>
</commit>
