<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,28 +10,6 @@ plugin_name = 'response_for'
 
 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']
@@ -99,3 +77,27 @@ 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;
 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;rake garlic:run_targets TARGET=edge &gt; garlic_report.txt&quot;
+    
+    # send abridged report
+    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
+  end
+end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>524d76bb9c886635b6cfcf1e6d820ef373c3dcd4</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/response_for/commit/4d9e74e45897d221d72e547c903c20d22cdbca19</url>
  <id>4d9e74e45897d221d72e547c903c20d22cdbca19</id>
  <committed-date>2008-10-19T15:22:56-07:00</committed-date>
  <authored-date>2008-10-19T15:22:56-07:00</authored-date>
  <message>Tweaked CI task in Rakefile</message>
  <tree>d97e1b4163d0e6a0116f4b39dcce885c79ee23a2</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
