<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,42 +17,58 @@ 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;
-  # using own clone of rspec, until aliased-render-partial gets fixed.
-  repo 'rspec', :url =&gt; 'git://github.com/ianwhite/rspec' #, :local =&gt; &quot;~/dev/ianwhite/spec&quot;
-  repo 'rspec-rails', :url =&gt; 'git://github.com/ianwhite/rspec-rails'#, :local =&gt; &quot;~/dev/ianwhite/spec&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/spec&quot;
+  repo 'rspec-rails', :url =&gt; 'git://github.com/dchelimsky/rspec-rails' , :local =&gt; &quot;~/dev/vendor/spec&quot;
+  
+  # these are for testing rails-2.0-2.1 branch
+  repo 'ianwhite-rspec', :url =&gt; 'git://github.com/ianwhite/rspec' , :local =&gt; &quot;~/dev/ianwhite/spec&quot;
+  repo 'ianwhite-rspec-rails', :url =&gt; 'git://github.com/ianwhite/rspec-rails' , :local =&gt; &quot;~/dev/ianwhite/spec&quot;
+  
   repo 'inherit_views', :path =&gt; '.'
 
   # for target, default repo is 'rails', default branch is 'master'
-  target 'edge' do
+  target 'edge', :branch =&gt; 'origin/master' do
     prepare do
-      plugin 'inherit_views', :clone =&gt; true
+      plugin 'inherit_views', :branch =&gt; 'origin/master', :clone =&gt; true
+      plugin 'rspec'
+      plugin 'rspec-rails' do
+        sh &quot;script/generate rspec -f&quot;
+      end
+      run do
+        cd &quot;vendor/plugins/inherit_views&quot; do
+          sh &quot;rake spec:rcov:verify&quot;
+        end
+      end
     end
   end
   
   target '2.0-stable', :branch =&gt; 'origin/2-0-stable' do
     prepare do
       plugin 'inherit_views', :branch =&gt; 'origin/rails-2.0-2.1', :clone =&gt; true
+      plugin 'ianwhite-rspec', :as =&gt; 'rspec'
+      plugin 'ianwhite-rspec-rails', :as =&gt; 'rspec-rails' do
+        sh &quot;script/generate rspec -f&quot;
+      end
+      run do
+        cd &quot;vendor/plugins/inherit_views&quot; do
+          sh &quot;rake spec&quot;
+        end
+      end
     end
   end
   
   target '2.1-stable', :branch =&gt; 'origin/2-1-stable' do
     prepare do
       plugin 'inherit_views', :branch =&gt; 'origin/rails-2.0-2.1', :clone =&gt; true
-    end
-  end
-
-  all_targets do
-    prepare do
-      plugin 'rspec'
-      plugin 'rspec-rails' do
+      plugin 'ianwhite-rspec', :as =&gt; 'rspec'
+      plugin 'ianwhite-rspec-rails', :as =&gt; 'rspec-rails' do
         sh &quot;script/generate rspec -f&quot;
       end
-    end
-  
-    run do
-      cd &quot;vendor/plugins/inherit_views&quot; do
-        sh &quot;rake spec:rcov:verify&quot;
+      run do
+        cd &quot;vendor/plugins/inherit_views&quot; do
+          sh &quot;rake spec&quot;
+        end
       end
     end
   end</diff>
      <filename>garlic_example.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2c3e0de0cf8c8b53bf8730d76ce75aac1bd07322</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/inherit_views/commit/cef35b9ac923527394931aa13251724a1e87f53a</url>
  <id>cef35b9ac923527394931aa13251724a1e87f53a</id>
  <committed-date>2008-09-20T22:51:26-07:00</committed-date>
  <authored-date>2008-09-20T22:51:26-07:00</authored-date>
  <message>garlic_example now handles the diffs between the master and rails-2.0-2.1 branch</message>
  <tree>bb4baae33e109ff0f92b1516a905db179b988071</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
