<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>garlic.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,2 @@
-garlic.rb
-garlic
+.garlic
 doc/*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -86,7 +86,7 @@ The first two has_manys of Author are plain vanilla, the last four are what this
 
 == What does it run on?
 
-Currently it's running on edge, 2.0-stable and 2.1-stable
+Currently it's running on 2.0, 2.1, and 2.2 stable branches
 
 If you want to run the CI suite, then check out garlic_example.rb (The CI suite
 is being cooked with garlic - git://github.com/ianwhite/garlic)</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -10,28 +10,6 @@ plugin_name = 'nested_has_many_through'
 
 task :default =&gt; :spec
 
-task :cruise do
-  # run the garlic task, capture the output, if succesful make the docs and copy them to ardes
-  begin
-    sh &quot;rake garlic:all &gt; garlic_report.txt&quot;
-    
-    # send abridged rpeort
-    report = File.read('garlic_report.txt').sub(/^.*?==========/m, '==========')
-    report = &quot;garlic report for #{plugin_name}\n#{`git log -n 1 --pretty=oneline --no-color`}\n&quot; + report
-    File.open('garlic_report.txt', 'w+') {|f| f &lt;&lt; report }
-    sh &quot;scp -i ~/.ssh/ardes garlic_report.txt ardes@ardes.com:~/subdomains/plugins/httpdocs/doc/#{plugin_name}_garlic_report.txt&quot;
-
-    # build doc and send that
-    cd &quot;garlic/work/edge/vendor/plugins/#{plugin_name}&quot; do
-      sh &quot;rake doc:all&quot;
-      sh &quot;scp -i ~/.ssh/ardes -r doc ardes@ardes.com:~/subdomains/plugins/httpdocs/doc/#{plugin_name}&quot;
-    end
-    
-  ensure
-    puts File.read('garlic_report.txt')
-  end
-end
-
 desc &quot;Run the specs for #{plugin_name}&quot;
 Spec::Rake::SpecTask.new(:spec) do |t|
   t.spec_files = FileList['spec/**/*_spec.rb']
@@ -89,13 +67,14 @@ namespace :doc do
   task :all =&gt; [&quot;spec:doc:html&quot;, &quot;spec:doc&quot;, &quot;spec:rcov&quot;, &quot;doc&quot;]
 end
 
-# load up garlic if it's here
-if File.directory?(File.join(File.dirname(__FILE__), 'garlic'))
-  require File.join(File.dirname(__FILE__), 'garlic/lib/garlic_tasks')
-  require File.join(File.dirname(__FILE__), 'garlic')
-end
 
-desc &quot;clone the garlic repo (for running ci tasks)&quot;
-task :get_garlic do
-  sh &quot;git clone git://github.com/ianwhite/garlic.git garlic&quot;
+task :cruise do
+  # run the garlic task, capture the output, if succesful make the docs and copy them to ardes
+  sh &quot;garlic clean &amp;&amp; mkdir -p .garlic &amp;&amp; (garlic all &gt; .garlic/report.txt)&quot;
+  `scp -i ~/.ssh/ardes .garlic/report.txt ardes@ardes.com:~/subdomains/plugins/httpdocs/doc/#{plugin_name}_garlic_report.txt`
+  cd &quot;.garlic/2.2-stable/vendor/plugins/#{plugin_name}&quot; do
+    `rake doc:all`
+    `scp -i ~/.ssh/ardes -r doc ardes@ardes.com:~/subdomains/plugins/httpdocs/doc/#{plugin_name}`
+  end
+  puts &quot;The build is GOOD&quot;
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README</filename>
    </removed>
    <removed>
      <filename>garlic_example.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>1c3f1e8528ac898a3a0dda3a1d9218d1dd67ef65</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/nested_has_many_through/commit/cc0710f4a7736e49c4acd4e317245c33e75e4ac5</url>
  <id>cc0710f4a7736e49c4acd4e317245c33e75e4ac5</id>
  <committed-date>2008-11-24T20:20:08-08:00</committed-date>
  <authored-date>2008-11-24T20:20:08-08:00</authored-date>
  <message>Updated to use new garlic gem style for CI</message>
  <tree>6daefe8d4f6f7c0df893d3245a809473d3fb8e68</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
