Ruby posix_mq 2.3.0 - updates for Ruby 2.3+v2.3.0
commit55a21d40f10fde71e5ea9f00745c61fb82fc408a
authorEric Wong <e@80x24.org>
Tue, 2 Feb 2016 23:25:17 +0000 (2 23:25 +0000)
committerEric Wong <e@80x24.org>
Tue, 2 Feb 2016 23:25:17 +0000 (2 23:25 +0000)
treeac57099cc15cc019794a55dfca5637e29913e1bb
parentb35f162eba6cbf6e16ce59ac1d476711eb560d7b
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