<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,40 +23,15 @@ garlic do
   repo 'response_for', :path =&gt; '.'
 
   # for target, default repo is 'rails', default branch is 'master'
-  target 'edge' do
-    prepare do
-      plugin 'response_for', :clone =&gt; true # so we can work on it and push fixes upstream
-    end
-  end
-  
-  target '2.1-RC1' do
-    prepare do
-      plugin 'response_for', :clone =&gt; true
-    end
-  end
-  
-  target '2.0-stable', :branch =&gt; 'origin/2-0-stable' do
-    prepare do
-      plugin 'response_for', :branch =&gt; 'origin/2.0-stable', :clone =&gt; true
-    end
-  end
-    
-  target '2.0.2', :tag =&gt; 'v2.0.2' do
-    prepare do
-      plugin 'response_for', :branch =&gt; 'origin/2.0-stable', :clone =&gt; true
-    end
-  end
+  target 'edge'
+  target '2.1-stable', :branch =&gt; 'origin/2-1-stable'
+  target '2.1.1', :tag =&gt; 'v2.1.1'
   
-  target '2.0.3', :tag =&gt; 'v2.0.3' do
-    prepare do
-      plugin 'response_for', :branch =&gt; 'origin/2.0-stable', :clone =&gt; true
-    end
-  end
-
   all_targets do
     prepare do
       plugin 'rspec'
       plugin('rspec-rails') { sh &quot;script/generate rspec -f&quot; }
+      plugin 'response_for', :clone =&gt; true
     end
   
     run do</diff>
      <filename>garlic_example.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>780f45b31f0ce1d6ec78783ed961b06e27cd5a97</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/response_for/commit/09abe3172f673f36cd2870a562f33e91c9c014d4</url>
  <id>09abe3172f673f36cd2870a562f33e91c9c014d4</id>
  <committed-date>2008-09-13T20:11:36-07:00</committed-date>
  <authored-date>2008-09-13T20:11:36-07:00</authored-date>
  <message>Updated garlic_example - we're only supporting 2.1.x and edge now</message>
  <tree>aab7148afd6b04bf40d565ed34797c5322d953b5</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
