about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-25 00:23:03 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-25 00:23:03 -0800
commit88e85b58f3cb0796a680c86d83c16c305c33b098 (patch)
tree5e522a0c4401a1a4b8fc9ca11f7435853ff10aad /lib
parent2384ecce25e91feb1ec0a9537c76beb18a7d4f86 (diff)
downloadruby_posix_mq-88e85b58f3cb0796a680c86d83c16c305c33b098.tar.gz
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/posix_mq.rb4
1 files changed, 2 insertions, 2 deletions
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