about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-09 01:05:56 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-09 01:10:31 -0700
commit3ca83d322486bb3da20d974af7faa74f9df891d8 (patch)
tree387f535a1467c37ef80521a3a4faf50681a2b10e /lib
parenta997f4822a99590c7a5175be4a694b4482a4b997 (diff)
downloadruby_posix_mq-3ca83d322486bb3da20d974af7faa74f9df891d8.tar.gz
Fix POSIX_MQ#notify(&block) usage, this regression was
introduced in 0.4.0 and our tests for it were broken, as well.
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 5125db5..690e475 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.0
-  VERSION = '0.5.0'
+  # version of POSIX_MQ, currently 0.5.1
+  VERSION = '0.5.1'
 
   # An analogous Struct to "struct mq_attr" in C.
   # This may be used in arguments for POSIX_MQ.new and