From 24bb9b75f3525a9f44d21928649cf5435bebe410 Mon Sep 17 00:00:00 2001 From: Ian White Date: Tue, 7 Apr 2009 11:49:59 +0100 Subject: [PATCH] Added rails 2.3 stable to garlic build --- garlic.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/garlic.rb b/garlic.rb index a86307f..cc4c00f 100644 --- a/garlic.rb +++ b/garlic.rb @@ -5,12 +5,13 @@ repo 'rspec', :url => 'git://github.com/dchelimsky/rspec' repo 'rspec-rails', :url => 'git://github.com/dchelimsky/rspec-rails' - # first is rails target, last is inherit views branch + # Make sure you set up tracking branches for origin/rails-2.2, and origin/rails-2.0-2.1 [ {:rails => 'master', :inherit_views => 'master'}, + {:rails => '2-3-stable', :inherit_views => 'master'}, {:rails => '2-2-stable', :inherit_views => 'rails-2.2'}, - {:rails => '2-1-stable', :inherit_views => 'rails-2.0-2.1'} - #{:rails => '2-0-stable', :inherit_views => 'rails-2.0-2.1'} rspec + raisl 2.0 is not playing nice at the moment + {:rails => '2-1-stable', :inherit_views => 'rails-2.0-2.1'}, + {:rails => '2-0-stable', :inherit_views => 'rails-2.0-2.1'} ].each do |target| target target[:rails], :branch => "origin/#{target[:rails]}" do