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 !
Updating garlic targets
ianwhite (author)
Mon Sep 01 01:51:04 -0700 2008
commit  6ebe774532b0ca10f0cc0cde80b3253ea7517952
tree    20653add9d470343f04b5fe0266d236c04923511
parent  d60cdbc0a75ba9a1ea90f305b49f9253d11784b2
...
18
19
20
21
 
22
23
 
24
25
26
...
33
34
35
36
37
 
...
18
19
20
 
21
22
 
23
24
25
26
...
33
34
35
 
36
37
0
@@ -18,9 +18,9 @@ garlic do
0
 
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.1-stable', :branch => 'origin/2-1-stable'
0
   target '2.0.3', :tag => 'v2.0.3'
0
-  target '2.1-RC1', :tag => 'v2.1.0_RC1'
0
+  target '2.1.0', :tag => 'v2.1.0'
0
 
0
   all_targets do
0
     prepare do
0
@@ -33,4 +33,4 @@ garlic do
0
       cd("vendor/plugins/resources_controller") { sh "rake spec:rcov:verify" }
0
     end
0
   end
0
-end
0
\ No newline at end of file
0
+end

Comments