about summary refs log tree commit homepage
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
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.
-rw-r--r--README2
-rw-r--r--TODO3
2 files changed, 3 insertions, 2 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
diff --git a/TODO b/TODO
index 0b73934..888ff89 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,7 @@
 
 * launchers - add stop/start/kill/upgrade commands
 
+* Rubinius support (partially done, waiting on Rubinius to stabilize)
+
 * Rainbows!
 
-* Rubinius support