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:
ignore mac finder files, change constant to allow compile on windows
kevwil (author)
Mon Jan 21 14:18:17 -0800 2008
commit  ae5e7299f4457da4c841ce980b3ef85c2dec002e
tree    c5473312ccf698d63b482e4fcfe5ab3aace8898a
parent  42dea94c69a651d7666ce1f7114c356d8099a27e
...
9
10
11
 
 
...
9
10
11
12
13
0
@@ -9,3 +9,5 @@ doc/rdoc/*
0
 tmp/*
0
 pkg/*
0
 nbproject/*
0
+.DS_Store
0
+
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 RUBY_1_9 = RUBY_VERSION =~ /^1\.9/
0
-WIN = (RUBY_VERSION =~ /mswin|cygwin/)
0
+WIN = (RUBY_PLATFORM =~ /mswin|cygwin/)
0
 SUDO = (WIN ? "" : "sudo")
0
 
0
 require 'rake'

Comments

    No one has commented yet.