From e60573f0fec3f0a3fa01ee3a6e9aa1a42f09748a Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 8 Mar 2015 16:17:01 +0000 Subject: Update ruby22's informatino from 2.2.0 to 2.2.1. --- lang/ruby/rubyversion.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/ruby/rubyversion.mk') diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 25ee35efbb8..54205b30dbf 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.136 2015/03/08 14:59:12 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.137 2015/03/08 16:17:01 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -41,7 +41,7 @@ # RUBY_VERSION_SUPPORTED # The Ruby versions that are acceptable for the package. # -# Possible values: 18 193 200 21 +# Possible values: 18 193 200 21 22 # Default: 200 193 21 # # RUBY_NOVERSION @@ -230,14 +230,14 @@ RUBY18_VERSION= 1.8.7 RUBY193_VERSION= 1.9.3 RUBY200_VERSION= 2.0.0 RUBY21_VERSION= 2.1.5 -RUBY22_VERSION= 2.2.0 +RUBY22_VERSION= 2.2.1 # patch RUBY18_PATCHLEVEL= pl374 RUBY193_PATCHLEVEL= p551 RUBY200_PATCHLEVEL= p643 #RUBY21_PATCHLEVEL= p273 -#RUBY22_PATCHLEVEL= p0 +#RUBY22_PATCHLEVEL= p85 # current API compatible version; used for version of shared library RUBY18_API_VERSION= 1.8.7 -- cgit v1.2.3