public
Rubygem
Description: JSON Web App Framework
Homepage: http://halcyon.rubyforge.org/
Clone URL: git://github.com/mtodd/halcyon.git
Click here to lend your support to: halcyon and make a donation at www.pledgie.com !
Updating version number and CHANGELOG in preparation of the 0.5.5 release.
mtodd (author)
Fri Sep 19 00:21:49 -0700 2008
commit  64648de395bf1a3fe8baef653151f41e0be36626
tree    6800a5f8b0dc4fae0234c11c8d6d96425ca5a24c
parent  9af18c375a4dfaca8fa66de69e96ce98649acae5
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+== 0.5.5 TBD
0
+
0
 == 0.5.4 2008-09-19
0
 * added Rack middleware for application/json POST body content–types [#61]
0
 * allow client to set Content-Type and format body correctly [#61 resolved]
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@ $:.unshift File.dirname(__FILE__)
0
 # 
0
 module Halcyon
0
   
0
-  VERSION = [0,5,4] unless defined?(Halcyon::VERSION)
0
+  VERSION = [0,5,5] unless defined?(Halcyon::VERSION)
0
   
0
   autoload :Application, 'halcyon/application'
0
   autoload :Client, 'halcyon/client'

Comments