about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-24 23:56:07 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-24 23:56:07 -0800
commit5339d9d693c794c0f20270d5726cb360e31dff30 (patch)
tree889004c8f652e8fa830ca7eb64eebc443d3fe37a /README
parent79583aaa426ac2f0967cb84524b6e17d72499cd5 (diff)
downloadruby_posix_mq-5339d9d693c794c0f20270d5726cb360e31dff30.tar.gz
Cleaner code, too, no more direct RSTRUCT usage.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 170e01f..863d89a 100644
--- a/README
+++ b/README
@@ -26,6 +26,8 @@ network-aware message queue implementations.
 * Thread-safe blocking operations under Ruby 1.9, releases GVL
   before blocking operations.
 
+* Works under Ruby 1.8, Ruby 1.9 and Rubinius 1.2
+
 * Documented library API
 
 * Includes a generic "posix-mq-rb" command-line tool with manpage.