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 !
Updated version number
ianwhite (author)
Sun Oct 19 15:21:11 -0700 2008
commit  524d76bb9c886635b6cfcf1e6d820ef373c3dcd4
tree    087772215149d92fe218fb6f39682e48a0965cf9
parent  7117abdfc794d4b3449c33f0c0733bab0e720612
...
1
2
3
4
5
 
 
6
7
8
...
1
2
3
 
 
4
5
6
7
8
0
@@ -1,7 +1,7 @@
0
 require File.expand_path(File.join(File.dirname(__FILE__), '../spec_helper'))
0
 
0
 describe Ardes::ResponseFor::VERSION do
0
-  it "STRING should be 0.2.1" do
0
-    Ardes::ResponseFor::VERSION::STRING.should == '0.2.1'
0
+  it "STRING should be 0.2.2" do
0
+    Ardes::ResponseFor::VERSION::STRING.should == '0.2.2'
0
   end
0
 end
0
\ No newline at end of file

Comments