summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca>2015-03-08 14:44:16 +0000
committertaca <taca>2015-03-08 14:44:16 +0000
commita4c00b4fa6dd70eae055252b8a8e8d0bbb6bbd4c (patch)
tree8c7c2774fb606864cb6e9bc9650383242c23a7b7 /lang/ruby
parent43beed299bdb5bdf186fa2b93dbdfb43d3af2f22 (diff)
downloadpkgsrc-a4c00b4fa6dd70eae055252b8a8e8d0bbb6bbd4c.tar.gz
Update rubygems to 2.4.6.
* Simplify Gem::Specification definition. * Remove some pkgsrc specific modifications. === 2.4.6 / 2014-02-05 Bug fixes: * Fixed resolving gems with both upper and lower requirement boundaries. Issue #1141 by Jakub Jirutka. * Moved extension directory after require_paths to fix missing constant bugs in some gems with C extensions. Issue #784 by Andr Arko, pull request #1137 by Barry Allard. * Use Gem::Dependency#requirement when adding a dependency to an existing dependency instance. Pull request #1101 by Josh Cheek. * Fixed warning of shadowed local variable in Gem::Specification. Pull request #1109 by Rohit Arondekar * Gem::Requirement should always sort requirements before coercion to Hash. Pull request #1139 by Eito Katagiri. * The `gem open` command should change the current working directory before opening the editor. Pull request #1142 by Alex Wood. * Ensure quotes are stripped from the Windows launcher script used to install gems. Pull request #1115 by Youngjun Song. * Fixed errors when writing to NFS to to 0444 files. Issue #1161 by Emmanuel Hadoux. * Removed dead code in Gem::StreamUI. Pull request #1117 by mediaslave24. * Fixed typos. Pull request #1096 by hakeda. * Relaxed CMake dependency for RHEL 6 and CentOS 6. Pull request #1124 by Vt Ondruch. * Relaxed Psych dependency. Pull request #1128 by Vt Ondruch.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/rubyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index d58264e4635..7bb4baf7d26 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.134 2015/03/08 14:35:33 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.135 2015/03/08 14:44:16 taca Exp $
#
# This file determines which Ruby version is used as a dependency for
@@ -247,7 +247,7 @@ RUBY21_API_VERSION= 2.1.0
RUBY22_API_VERSION= 2.2.0
# pkgsrc's rubygems's version
-RUBY_GEMS_PKGSRC_VERS= 2.4.5
+RUBY_GEMS_PKGSRC_VERS= 2.4.6
# pkgsrc's rdoc's version
RUBY_RDOC_PKGSRC_VERS= 4.2.0