<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>garlic</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,12 @@
 
 response_for (see Ardes::ResponseFor::ClassMethods) allows you to decorate the respond_to block of actions on sublcassed controllers.  This works nicely with http://plugins.ardes.com/doc/resources_controller
 
+== Important for rails 2.0.x users
+
+If you are on 2.0.2 or 2.0-stable, you must checkout the 2.0-stable branch of response_for.
+
+Edge users should use the master branch.
+
 === Example
 
   class FooController &lt; ApplicationController</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -23,13 +23,20 @@ garlic do
   repo 'response_for', :path =&gt; '.'
 
   # for target, default repo is 'rails', default branch is 'master'
-  target 'edge'
-  target '2.0-stable', :branch =&gt; 'origin/2-0-stable'
-  target '2.0.2', :tag =&gt; 'v2.0.2'
+  target 'edge' do
+    plugin 'response_for', :clone =&gt; true # so we can work on it and push fixes upstream
+  end
+  
+  target '2.0-stable', :branch =&gt; 'origin/2-0-stable' do
+    plugin 'response_for', :branch =&gt; 'origin/2.0-stable', :clone =&gt; true
+  end
+    
+  target '2.0.2', :tag =&gt; 'v2.0.2' do
+    plugin 'response_for', :branch =&gt; 'origin/2.0-stable', :clone =&gt; true
+  end
 
   all_targets do
     prepare do
-      plugin 'response_for', :clone =&gt; true # so we can work on it and push fixes upstream
       plugin 'rspec'
       plugin('rspec-rails') { sh &quot;script/generate rspec -f&quot; }
     end</diff>
      <filename>garlic_example.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>916536fc849a4dac347064175389900d3b936e41</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/response_for/commit/9eb9e429822ec97253a378321fb35d0e6ad9dd88</url>
  <id>9eb9e429822ec97253a378321fb35d0e6ad9dd88</id>
  <committed-date>2008-04-30T08:02:01-07:00</committed-date>
  <authored-date>2008-04-30T08:02:01-07:00</authored-date>
  <message>Added note about 2.0-stable, and changed CI config accordingly</message>
  <tree>5cc47efc5e99462c7b93111819801d7273bcb9e5</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
