Skip to content

Commit

Permalink
Updated garlic targets, now tested against: 2.0-stable, 2.0.3, 2.1.0-…
Browse files Browse the repository at this point in the history
…RC1, and edge
  • Loading branch information
ianwhite committed May 22, 2008
1 parent bcc0af0 commit 129264b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion garlic_example.rb
Expand Up @@ -26,7 +26,8 @@
# for target, default repo is 'rails', default branch is 'master'
target 'edge'
target '2.0-stable', :branch => 'origin/2-0-stable'
target '2.0.2', :tag => 'v2.0.2'
target '2.0.3', :tag => 'v2.0.3'
target '2.1.0-RC1', :tag => 'v2.1.0_RC1'

all_targets do
prepare do
Expand Down

0 comments on commit 129264b

Please sign in to comment.