about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-02 23:25:17 +0000
committerEric Wong <e@80x24.org>2016-02-02 23:25:17 +0000
commit55a21d40f10fde71e5ea9f00745c61fb82fc408a (patch)
treeac57099cc15cc019794a55dfca5637e29913e1bb
parentb35f162eba6cbf6e16ce59ac1d476711eb560d7b (diff)
downloadruby_posix_mq-55a21d40f10fde71e5ea9f00745c61fb82fc408a.tar.gz
This release updates our POSIX_MQ#close to match the idempotent
IO#close behavior under Ruby 2.3 and later.  Previous Ruby versions
continue to be supported, but POSIX_MQ#close remains non-idempotent
when built against old Ruby versions.

4 changes since v2.2.0:

      enable frozen_string_literal for Ruby 2.3+
      support idempotent POSIX_MQ#close
      README: remove cgit and ssoma references
      build: use '--local' domain for dev gem install
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index a1fef10..93f6f65 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.2.0
+DEF_VER=v2.3.0
 
 LF='
 '