about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-15 00:16:56 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-15 00:18:00 -0700
commit3766ae735635eabafeeb73f44c2bc19e5ca180a6 (patch)
tree878a05eea76865c5378ff8c4ab60693658eee863 /README
parent990fedf9933e088a6d0ca30b2e330b58d20bc488 (diff)
downloadunicorn-3766ae735635eabafeeb73f44c2bc19e5ca180a6.tar.gz
Note that Rubinius itself is still under heavy development, so
things we fix may break again.  The pure-Ruby parts of Unicorn
don't even work properly on Rubinius.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ac039d6..d36fcd3 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
   cut out everything that is better supported by the operating system,
   {nginx}[http://nginx.net/] or {Rack}[http://rack.rubyforge.org/].
 
-* Compatible with both Ruby 1.8 and 1.9, Rubinius support is planned.
+* Compatible with both Ruby 1.8 and 1.9.  Rubinius support is in-progress.
 
 * Process management: Unicorn will reap and restart workers that
   die from broken apps.  There is no need to manage multiple processes