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:
Add EM 0.11 note in README too, aah well, isn't it out yet?!
macournoyer (author)
Mon Mar 03 12:03:14 -0800 2008
commit  805f638e7f5238715948690993f511db5f64857b
tree    dcf1bc6f6485a79ee43d18b35d3b2a0597b3762e
parent  a3967a9d06d59e54dacc0c919d038e7e59b95512
0
...
10
11
12
 
 
 
 
13
14
15
...
10
11
12
13
14
15
16
17
18
19
0
@@ -10,6 +10,10 @@ Which makes it, with all humility, the most secure, stable, fast and extensible
0
 bundled in an easy to use gem for your own pleasure.
0
 
0
 === Installation
0
+IMPORTANT: Until EventMachine 0.11.0 is out, you have to install it from trunk or from my gem server:
0
+
0
+ sudo gem install eventmachine --source http://code.macournoyer.com
0
+
0
 For the latest stable version:
0
 
0
  sudo gem install thin
...
10
11
12
13
 
14
15
 
 
 
16
17
18
...
10
11
12
 
13
14
15
16
17
18
19
20
21
0
@@ -10,9 +10,12 @@ http://code.macournoyer.com/thin/
0
 
0
 == Get it!
0
 
0
-Thin now requires EventMachine 0.11 which is not yet released as a gem, so in the meantime:
0
+IMPORTANT: Until EventMachine 0.11.0 is out, you have to install it from trunk or from my gem server:
0
 
0
  sudo gem install eventmachine --source http://code.macournoyer.com
0
+
0
+Then install Thin from RubyForge:
0
+
0
  sudo gem install thin
0
  
0
 Or using my mirror:

Comments

    No one has commented yet.