From 55a21d40f10fde71e5ea9f00745c61fb82fc408a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 2 Feb 2016 23:25:17 +0000 Subject: Ruby posix_mq 2.3.0 - updates for Ruby 2.3+ 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 --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=' ' -- cgit v1.2.3-24-ge0c7