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:
Merge branch 'master' of git@github.com:macournoyer/thin
macournoyer (author)
Mon Jan 21 20:30:44 -0800 2008
commit  1d33a94f4f2dcfbb13df7a448c848c1319e2287a
tree    c19276f2bdc72800b28fa527da4b50abea35e1dd
parent  ff260c2dd071d7568068905905603e2c850ae402 parent  ae5e7299f4457da4c841ce980b3ef85c2dec002e
...
9
10
11
 
...
9
10
11
12
0
@@ -9,4 +9,5 @@
0
 tmp/*
0
 pkg/*
0
 nbproject/*
0
+.DS_Store
...
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.