From f3605c820fd73713e34950170bf759e1af204038 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 4 May 2010 19:48:18 -0700 Subject: posix_mq 0.5.0 Uncommonly raised exceptions due to programmer error are now raised more safely with respect to the MRI garbage collector. The "posix-mq.rb" executable has been renamed to "posix-mq-rb" to respect RPS and is also hopefully easier to type/read when used in scripts. I'm preserving the "rb" in the name since I hope to have a more portable, C-only version someday. Minor cleanups and documentation now uses RDoc 2.5.x --- GIT-VERSION-GEN | 2 +- GNUmakefile | 2 +- lib/posix_mq.rb | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index d433933..9ae4282 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.3.1.GIT +DEF_VER=v0.5.0.GIT LF=' ' diff --git a/GNUmakefile b/GNUmakefile index 3a31c44..d67dee2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -58,7 +58,7 @@ NEWS: GIT-VERSION-FILE $(RAKE) -s news_rdoc > $@+ mv $@+ $@ -SINCE = +SINCE = 0.4.0 ChangeLog: LOG_VERSION = \ $(shell git rev-parse -q "$(GIT_VERSION)" >/dev/null 2>&1 && \ echo $(GIT_VERSION) || git describe) diff --git a/lib/posix_mq.rb b/lib/posix_mq.rb index 55b26a1..b40a4c4 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.4.0 - VERSION = '0.4.0' + # version of POSIX_MQ, currently 0.5.0 + VERSION = '0.5.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