about summary refs log tree commit homepage
path: root/posix_mq.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-01-30 23:59:56 +0000
committerEric Wong <e@80x24.org>2018-01-30 23:59:56 +0000
commitdb8ccaf16c8159da9bf744252d0e35bdb8f6418e (patch)
tree9dd5277d308819537bac5dc7936777bac652c1c2 /posix_mq.gemspec
parentcf701d8a266e6b88e62635590c8c078ccc8781bf (diff)
downloadruby_posix_mq-db8ccaf16c8159da9bf744252d0e35bdb8f6418e.tar.gz
This release fixes a problem affecting users of newer clang (5.x+)
and Ruby 2.5.0:  https://bugs.ruby-lang.org/issues/14425
There is no need to upgrade if using gcc or Ruby <= 2.4.

* drop extra args to rb_funcall
Diffstat (limited to 'posix_mq.gemspec')
-rw-r--r--posix_mq.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix_mq.gemspec b/posix_mq.gemspec
index a6c4d55..350ba53 100644
--- a/posix_mq.gemspec
+++ b/posix_mq.gemspec
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-ENV["VERSION"] ||= '2.4.0'
+ENV["VERSION"] ||= '2.4.1'
 if File.exist?('.manifest')
   manifest = IO.readlines('.manifest').map!(&:chomp!)
 else