From 88e85b58f3cb0796a680c86d83c16c305c33b098 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 25 Dec 2010 00:23:03 -0800 Subject: posix_mq 0.6.0 - Rubinius support Rubinius 1.2 as well as Ruby 1.9. Ruby 1.8 works except it will block the entire interpreter for blocking operations. Spurious errors during GC for POSIX_MQ#to_io users are now avoided. --- GIT-VERSION-GEN | 2 +- lib/posix_mq.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 9b7d3d3..6eb2f70 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.5.1.GIT +DEF_VER=v0.6.0.GIT LF=' ' diff --git a/lib/posix_mq.rb b/lib/posix_mq.rb index 690e475..e07fe1f 100644 --- a/lib/posix_mq.rb +++ b/lib/posix_mq.rb @@ -1,8 +1,8 @@ # -*- encoding: binary -*- class POSIX_MQ - # version of POSIX_MQ, currently 0.5.1 - VERSION = '0.5.1' + # version of POSIX_MQ, currently 0.6.0 + VERSION = '0.6.0' # An analogous Struct to "struct mq_attr" in C. # This may be used in arguments for POSIX_MQ.new and -- cgit v1.2.3-24-ge0c7