<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,7 +37,8 @@ PKG_FILES = FileList[
     &quot;[A-Z]*&quot;, &quot;Rakefile&quot;
 ].exclude(/database\.yml/).exclude(/[_\.]git$/)
 
-if RUBY_PLATFORM != &quot;java&quot;
+RCOV_ENABLED = (RUBY_PLATFORM != &quot;java&quot; &amp;&amp; RUBY_VERSION =~ /^1\.8/)
+if RCOV_ENABLED
   task :default =&gt; &quot;spec:verify&quot;
 else
   task :default =&gt; &quot;spec&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ namespace :spec do
   Spec::Rake::SpecTask.new(:rcov) do |t|
     t.spec_files = FileList['spec/**/*_spec.rb']
     t.spec_opts = ['--color', '--format', 'specdoc']
-    if RUBY_PLATFORM != &quot;java&quot;
+    if RCOV_ENABLED
       t.rcov = true
     else
       t.rcov = false
@@ -22,7 +22,7 @@ namespace :spec do
     t.rcov = false
   end
 
-  if RUBY_PLATFORM != &quot;java&quot;
+  if RCOV_ENABLED
     RCov::VerifyTask.new(:verify) do |t|
       t.threshold = 100.0
       t.index_html = 'coverage/index.html'
@@ -51,10 +51,11 @@ namespace :spec do
   end
 end
 
-if RUBY_PLATFORM != &quot;java&quot;
+if RCOV_ENABLED
   desc &quot;Alias to spec:verify&quot;
   task &quot;spec&quot; =&gt; &quot;spec:verify&quot;
 else
+  desc &quot;Alias to spec:normal&quot;
   task &quot;spec&quot; =&gt; &quot;spec:normal&quot;
 end
 </diff>
      <filename>tasks/spec.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>feb2f62859bf621acf9e391913377bc1340d4445</id>
    </parent>
  </parents>
  <author>
    <name>Bob Aman</name>
    <email>bob@sporkmonger.com</email>
  </author>
  <url>http://github.com/sporkmonger/instrument/commit/eed30a40627cb83cc59270bd44bd378c7d8f9267</url>
  <id>eed30a40627cb83cc59270bd44bd378c7d8f9267</id>
  <committed-date>2008-09-29T13:32:11-07:00</committed-date>
  <authored-date>2008-09-29T13:32:11-07:00</authored-date>
  <message>Updated to cleanup handling of RCov switching.</message>
  <tree>cccaeab574c41718332a649f7ca209df48e1be53</tree>
  <committer>
    <name>Bob Aman</name>
    <email>bob@sporkmonger.com</email>
  </committer>
</commit>
