public
Rubygem
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Click here to lend your support to: thin and make a donation at www.pledgie.com !
Name 0.8.0 release Dodgy Dentist
macournoyer (author)
Thu Apr 03 18:42:26 -0700 2008
commit  97d1b9edf01c8f6418ed0b82be168b6efd92b940
tree    797f752ebfa5c115fc16b9fa546aaf39e24eca34
parent  4f68e340e46225dc01de618062f5ad20fceb8dbf
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-== 0.8.0 ??? release
0
+== 0.8.0 Dodgy Dentist release
0
  * Serve static file only on GET and HEAD requests in Rails adapter, fixes #58
0
  * Add threaded option to run server in threaded mode, calling the application in a
0
    thread allowing for concurrency in the Rack adapter, closes #46
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ module Thin
0
     
0
     STRING   = [MAJOR, MINOR, TINY].join('.')
0
     
0
-    CODENAME = 'No Name Yet'
0
+    CODENAME = 'Dodgy Dentist'
0
     
0
     RACK     = [0, 3].freeze # Latest Rack version that was tested
0
   end

Comments