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 !
Remove daemons dependency for windows, fixes #45
macournoyer (author)
Sun Feb 17 15:15:01 -0800 2008
commit  7da3ab9ed844a455dfe45e697726d0da179d94a4
tree    728e8bcc0650b0a106617f63c908eafcfdaf3e6e
parent  dd6b82a8c65debd437158c26aae5dde340a2d7a7
...
43
44
45
46
 
47
48
49
...
43
44
45
 
46
47
48
49
0
@@ -43,7 +43,7 @@ module Thin
0
   #
0
   class Server
0
     include Logging
0
-    include Daemonizable
0
+    include Daemonizable unless Thin.win?
0
     extend  Forwardable
0
     
0
     # Default values

Comments