summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2015-06-04 12:40:21 +0000
committersevan <sevan@pkgsrc.org>2015-06-04 12:40:21 +0000
commit149600b43c866bc54b845684696a9d5a90ddb134 (patch)
tree1a556d6ff47756a5de0ec2ab67b7ea580abe8eb3 /textproc
parent13bb593874e841ad27da35b12f20ae0872952f77 (diff)
downloadpkgsrc-149600b43c866bc54b845684696a9d5a90ddb134.tar.gz
Add Ruby 2.2 to RUBY_VERSION_SUPPORTED
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-text/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-text/Makefile b/textproc/ruby-text/Makefile
index e1a8765ed2a..689ae1d00de 100644
--- a/textproc/ruby-text/Makefile
+++ b/textproc/ruby-text/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/03/15 21:10:07 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.6 2015/06/04 12:40:21 sevan Exp $
DISTNAME= text-1.3.0
CATEGORIES= textproc
@@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/threedaymonk/text
COMMENT= Collection of text algorithms for Ruby
LICENSE= mit
-RUBY_VERSION_SUPPORTED= 193 200 21
+RUBY_VERSION_SUPPORTED= 193 200 21 22
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"