<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,3 @@
 .DS_Store
 doc/*
-.garlic_work
+.garlic</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(rspec_base) if File.exist?(rspec_base) and !$LOAD_PATH.includ
 require 'spec/rake/spectask'
 require 'spec/rake/verify_rcov'
 require 'rake/rdoctask'
-begin; require 'garlic/tasks'; rescue LoadError; end
+require 'garlic/tasks'
 
 plugin_name = 'response_for'
 
@@ -71,11 +71,7 @@ end
 task :cruise do
   # run the garlic task, capture the output, if succesful make the docs and copy them to ardes
   begin
-    `cp garlic_example.rb garlic.rb`
-    `rake get_garlic`
-    `cd garlic; git pull`
-    `rake garlic:clean`
-    sh &quot;rake garlic:all&quot;
+    sh &quot;garlic:all&quot;
     sh &quot;rake garlic:run_targets TARGET=edge &gt; garlic_report.txt&quot;
     
     # send abridged report</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,12 @@
+# to avail youself of garlic:
+#   sudo gem install ianwhite-garlic --source http://gems.github.com
+#   rake garlic:all
+
 garlic do
   # requried repositories
-  repo 'rails', :url =&gt; 'git://github.com/rails/rails', :local =&gt; '~/dev/vendor/rails'
-  repo 'rspec', :url =&gt; 'git://github.com/dchelimsky/rspec', :local =&gt; '~/dev/vendor/rspec'
-  repo 'rspec-rails', :url =&gt; 'git://github.com/dchelimsky/rspec-rails', :local =&gt; '~/dev/vendor/rspec-rails'
+  repo 'rails', :url =&gt; 'git://github.com/rails/rails'
+  repo 'rspec', :url =&gt; 'git://github.com/dchelimsky/rspec'
+  repo 'rspec-rails', :url =&gt; 'git://github.com/dchelimsky/rspec-rails'
   repo 'response_for', :path =&gt; '.'
 
   # our targets</diff>
      <filename>garlic.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1378228e60ddb211ca4f53ed69d20b547baae798</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/response_for/commit/91ec8f54598abaf2f884af6fe4e38e2b0c9c5801</url>
  <id>91ec8f54598abaf2f884af6fe4e38e2b0c9c5801</id>
  <committed-date>2008-11-01T03:25:25-07:00</committed-date>
  <authored-date>2008-11-01T03:25:25-07:00</authored-date>
  <message>Availing response_for of new garlic gem</message>
  <tree>141b1d64a3ed66902314f5f030a8d4bb0988f863</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
