public
Description: resources_controller rails plugin: rc makes RESTful controllers fun
Homepage: http://plugins.ardes.com/doc/resources_controller
Clone URL: git://github.com/ianwhite/resources_controller.git
Click here to lend your support to: resources_controller and make a donation at www.pledgie.com !
Updated garlic targets, no tested against: edge, 2.0-stable, 2.0.2, 2.0.3, 
2.1-RC1
ianwhite (author)
Thu May 22 05:06:11 -0700 2008
commit  4e5acfd6ff7bb8734bcfc5b7cba9fdddef1f44a0
tree    7e8e981d78461ed0653486eaf7bc37233841982c
parent  cac370257ee2c8348f61a17ccd498500323b36d3
...
19
20
21
 
 
22
23
24
...
19
20
21
22
23
24
25
26
0
@@ -19,6 +19,8 @@ garlic do
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-RC1', :tag => 'v2.1.0_RC1'
0
 
0
   all_targets do
0
     prepare do

Comments