From 3ca83d322486bb3da20d974af7faa74f9df891d8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 9 May 2010 01:05:56 -0700 Subject: posix_mq 0.5.1 Fix POSIX_MQ#notify(&block) usage, this regression was introduced in 0.4.0 and our tests for it were broken, as well. --- 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 9ae4282..9b7d3d3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.5.0.GIT +DEF_VER=v0.5.1.GIT LF=' ' 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 -- cgit v1.2.3-24-ge0c7