Skip to content

Commit

Permalink
Added rails 2.3 stable to garlic build
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Apr 7, 2009
1 parent 6bbd8e5 commit 24bb9b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions garlic.rb
Expand Up @@ -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
Expand Down

0 comments on commit 24bb9b7

Please sign in to comment.