about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-04 19:48:18 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-04 19:48:45 -0700
commitf3605c820fd73713e34950170bf759e1af204038 (patch)
treec33bf6218346ae45fb0783efb78486b713e9d43a /lib
parentf4d7d9d14cf65595aa3d98429a6732bd6b007b4a (diff)
downloadruby_posix_mq-f3605c820fd73713e34950170bf759e1af204038.tar.gz
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
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 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