public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
Bump version number to 0.7.0
macournoyer (author)
Fri Feb 08 22:52:31 -0800 2008
commit  21be136ef3ab2a0ee962ad041a03574086c54573
tree    db6516e94e6f6a13a14310a440cd1ca06e6b42c6
parent  38c7717b080a74cdaec665258b6e874cd2e4482c
...
 
 
 
1
2
3
...
1
2
3
4
5
6
0
@@ -1,3 +1,6 @@
0
+== 0.7.0 Bionic Pickle release
0
+ * Add Swiftiply support. Use w/ the --swiftiply (-y) option in the thin script.
0
+
0
 == 0.6.3 Ninja Cookie release
0
  * Add tasks for Vlad the Deployer in example/vlad.rake [cnantais]
0
  * Add Ramaze Rackup config file in example dir [tmm1]
...
5
6
7
8
9
 
 
10
11
12
13
 
14
15
16
...
5
6
7
 
 
8
9
10
11
12
 
13
14
15
16
0
@@ -5,12 +5,12 @@
0
   
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
- MINOR = 6
0
- TINY = 3
0
+ MINOR = 7
0
+ TINY = 0
0
     
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
     
0
- CODENAME = 'Ninja Cookie'
0
+ CODENAME = 'Bionic Pickle'
0
   end
0
   
0
   NAME = 'thin'.freeze

Comments

    No one has commented yet.