public
Description: response for lets you decorate your actions respond_to blocks
Homepage: http://blog.ardes.com/response_for
Clone URL: git://github.com/ianwhite/response_for.git
Click here to lend your support to: response_for and make a donation at www.pledgie.com !
garlic targets updated: tested against 2.1.x and 2.2.x
ianwhite (author)
Wed Nov 19 23:35:05 -0800 2008
commit  977d3d1b2931ce36f77a94847ef32bd8c7760349
tree    5e470d21b984a30f31896492b3d56e64baf29041
parent  a482df3ef082581b6165fa680bd5354920a8d2b2
...
10
11
12
13
14
15
16
 
17
18
19
...
10
11
12
 
13
 
 
14
15
16
17
0
@@ -10,10 +10,8 @@ garlic do
0
   repo 'response_for', :path => '.'
0
 
0
   # our targets
0
-  target 'edge'
0
   target '2.1-stable', :branch => 'origin/2-1-stable'
0
-  target '2.1.1', :tag => 'v2.1.2'
0
-  target '2.2.0', :tag => 'v2.2.0'
0
+  target '2.2-stable', :branch => 'origin/2-2-stable'
0
   
0
   # all targets do the same thing
0
   all_targets do

Comments