<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>garlic.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,2 @@
 doc/*
-garlic
-garlic.rb
-garlic_report.txt
+.garlic</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -10,28 +10,6 @@ plugin_name = 'inherit_views'
 
 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,13 @@ 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
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>garlic_example.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>95bcf26c6e898d1d882db1a8f5b8fedcef265df9</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/inherit_views/commit/6be080d255a8bc5e7c02d1d62daeafcb7846dce9</url>
  <id>6be080d255a8bc5e7c02d1d62daeafcb7846dce9</id>
  <committed-date>2008-11-20T00:15:17-08:00</committed-date>
  <authored-date>2008-11-20T00:15:17-08:00</authored-date>
  <message>Updated CI to use new garlic gem stylee</message>
  <tree>468e22b8905fddf495a020e02ac1f9491084aafb</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
