<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,5 +11,5 @@ begin
     s.add_dependency &quot;activesupport&quot;
   end
 rescue LoadError
-  puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
+  # puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
 end</diff>
      <filename>tasks/jeweler.rake</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,13 @@
+begin
+  desc &quot;Run all examples&quot;
+  Spec::Rake::SpecTask.new('test:unit') do |t|
+    t.spec_files = FileList['test/unit/*_spec.rb']
+  end
 
-desc &quot;Run all examples&quot;
-Spec::Rake::SpecTask.new('test:unit') do |t|
-  t.spec_files = FileList['test/unit/*_spec.rb']
-end
-
-desc &quot;Run functional tests&quot;
-Spec::Rake::SpecTask.new('test:acceptance') do |t|
-  t.spec_files = FileList['test/acceptance/**/*_test.rb'].exclude('test/acceptance/auth/auth_test.rb')
+  desc &quot;Run functional tests&quot;
+  Spec::Rake::SpecTask.new('test:acceptance') do |t|
+    t.spec_files = FileList['test/acceptance/**/*_test.rb'].exclude('test/acceptance/auth/auth_test.rb')
+  end
+rescue NameError =&gt; err
+  # Spec not found
 end</diff>
      <filename>tasks/tests.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6c45027805242a18c44a6c34f693e7db54449ba8</id>
    </parent>
  </parents>
  <author>
    <name>Olivier Ruffin</name>
    <email>olivier@veilleperso.com</email>
  </author>
  <url>http://github.com/veilleperso/scrobbler2/commit/5a87624be0496dfad487fb623d834a8cac9084d5</url>
  <id>5a87624be0496dfad487fb623d834a8cac9084d5</id>
  <committed-date>2009-11-06T10:10:00-08:00</committed-date>
  <authored-date>2009-11-06T10:10:00-08:00</authored-date>
  <message>Forget about errors in rake test just because of missing lib not needed for regular use of this plugin</message>
  <tree>a7bc7f6335d1a4f22d2808cfc5254b38d24c48cb</tree>
  <committer>
    <name>Olivier Ruffin</name>
    <email>olivier@veilleperso.com</email>
  </committer>
</commit>
