<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,6 +8,7 @@
 * Fixes for nanite configuration [skaar]
 * Toughened up the ruote workitem parser
 * Fixed issue with nanite services not being advertised correctly [Wijnand]
+* Fixed some woes with rake if rspec gem is missing
 
 == 0.1.7.10 2009-08-12
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,21 +1,19 @@
 begin
   require 'spec'
-rescue LoadError
-  require 'rubygems'
-  require 'spec'
-end
-begin
   require 'spec/rake/spectask'
 rescue LoadError
   puts &lt;&lt;-EOS
 To use rspec for testing you must install rspec gem:
     gem install rspec
 EOS
-  exit(0)
 end
 
-desc &quot;Run the specs under spec/&quot;
-Spec::Rake::SpecTask.new do |t|
-  t.spec_opts = ['--options', &quot;spec/spec.opts&quot;]
-  t.spec_files = FileList['spec/**/*_spec.rb']
+begin
+  desc &quot;Run the specs under spec/&quot;
+  Spec::Rake::SpecTask.new do |t|
+    t.spec_opts = ['--options', &quot;spec/spec.opts&quot;]
+    t.spec_files = FileList['spec/**/*_spec.rb']
+  end
+rescue NameError
+  # No loss, warning printed already
 end</diff>
      <filename>daemon_generators/rspec/templates/tasks/rspec.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9c81aea07c04660ae353d73f936240cfbfe41cdf</id>
    </parent>
  </parents>
  <author>
    <name>Kenneth Kalmer</name>
    <email>kenneth.kalmer@gmail.com</email>
  </author>
  <url>http://github.com/kennethkalmer/daemon-kit/commit/e5f116fa62ff0c7fb68a41c2fe6618621c767edf</url>
  <id>e5f116fa62ff0c7fb68a41c2fe6618621c767edf</id>
  <committed-date>2009-10-06T05:36:45-07:00</committed-date>
  <authored-date>2009-10-06T05:36:21-07:00</authored-date>
  <message>Missing rspec gem shouldn't prevent rake tasks from being accessible</message>
  <tree>030ca03f183abb6cb6cfe93845151e3535db233d</tree>
  <committer>
    <name>Kenneth Kalmer</name>
    <email>kenneth.kalmer@gmail.com</email>
  </committer>
</commit>
