From 18049d5b11ceab7cf3b7ea800b87cb122bf59664 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 20 Mar 2017 19:41:50 +0000 Subject: Ruby posix_mq 2.4.0 Most notably there are some FreeBSD fixes. There are also some minor internal cleanups and doc updates. 7 changes since 2.3.0 (2016-02-02): doc: remove private email address doc: update bogomips.org URLs to HTTPS set correct condition for setting id_autoclose test_posix_mq: get tests passing under FreeBSD 10.3 TypedData C-API conversion freeze internal objects build: remove build-time olddoc dependency --- GIT-VERSION-GEN | 2 +- posix_mq.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 93f6f65..8fc5dc1 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.3.0 +DEF_VER=v2.4.0 LF=' ' diff --git a/posix_mq.gemspec b/posix_mq.gemspec index 116f0ed..a6c4d55 100644 --- a/posix_mq.gemspec +++ b/posix_mq.gemspec @@ -1,5 +1,5 @@ # -*- encoding: binary -*- -ENV["VERSION"] ||= '2.3.0' +ENV["VERSION"] ||= '2.4.0' if File.exist?('.manifest') manifest = IO.readlines('.manifest').map!(&:chomp!) else -- cgit v1.2.3-24-ge0c7