<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,9 +17,9 @@ garlic do
 
   # repo, give a url, specify :local to use a local repo (faster
   # and will still update from the origin url)
-  repo 'rails', :url =&gt; 'git://github.com/rails/rails' #,  :local =&gt; &quot;~/dev/vendor/rails&quot;
-  repo 'rspec', :url =&gt; 'git://github.com/dchelimsky/rspec' #,  :local =&gt; &quot;~/dev/vendor/rspec&quot;
-  repo 'rspec-rails', :url =&gt; 'git://github.com/dchelimsky/rspec-rails' #, :local =&gt; &quot;~/dev/vendor/rspec-rails&quot;
+  repo 'rails', :url =&gt; 'git://github.com/rails/rails',  :local =&gt; &quot;~/dev/vendor/rails&quot;
+  repo 'rspec', :url =&gt; 'git://github.com/dchelimsky/rspec',  :local =&gt; &quot;~/dev/vendor/rspec&quot;
+  repo 'rspec-rails', :url =&gt; 'git://github.com/dchelimsky/rspec-rails', :local =&gt; &quot;~/dev/vendor/rspec-rails&quot;
   repo 'response_for', :path =&gt; '.'
 
   # for target, default repo is 'rails', default branch is 'master'
@@ -29,6 +29,12 @@ garlic do
     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
@@ -40,6 +46,12 @@ garlic do
       plugin 'response_for', :branch =&gt; 'origin/2.0-stable', :clone =&gt; true
     end
   end
+  
+  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</diff>
      <filename>garlic_example.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>50f9a92de80f1fb4832d10444c681a1c2d287b92</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/response_for/commit/6243c1b784326a895d8a8c212955b0ab1b708df2</url>
  <id>6243c1b784326a895d8a8c212955b0ab1b708df2</id>
  <committed-date>2008-05-22T08:45:09-07:00</committed-date>
  <authored-date>2008-05-22T08:45:09-07:00</authored-date>
  <message>Updated garlic targets, now tested against: edge, 2.0-stable, 2.0.2, 2.0.3, 2.1-RC1</message>
  <tree>d59738d8b0a5b66ed2ac809e247db6fd6a515311</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
