public
Description: rails plugin that enables inheritance of views along a controller class heirachy
Homepage: http://ianwhite.github.com/inherit_views
Clone URL: git://github.com/ianwhite/inherit_views.git
Updated garlic targets, now tested against: 2.0-stable, 2.0.3, 2.1.0-RC1, and 
edge
ianwhite (author)
Thu May 22 04:46:22 -0700 2008
commit  129264b8ffc569d913f9cdb824622510dc292249
tree    6cdad7cc7866a21b67263fc2ead7fba047bc671f
parent  bcc0af01f1a14a32ded2f1e7299fae2310e8f70d
...
26
27
28
29
 
 
30
31
32
...
26
27
28
 
29
30
31
32
33
0
@@ -26,7 +26,8 @@ garlic do
0
   # for target, default repo is 'rails', default branch is 'master'
0
   target 'edge'
0
   target '2.0-stable', :branch => 'origin/2-0-stable'
0
-  target '2.0.2', :tag => 'v2.0.2'
0
+  target '2.0.3', :tag => 'v2.0.3'
0
+  target '2.1.0-RC1', :tag => 'v2.1.0_RC1' 
0
 
0
   all_targets do
0
     prepare do

Comments