summaryrefslogtreecommitdiff
path: root/textproc/ruby-text
diff options
context:
space:
mode:
authorsevan <sevan>2015-06-04 12:40:21 +0000
committersevan <sevan>2015-06-04 12:40:21 +0000
commitb9e7be8b66b4c82966e661c56dd460ead5a4c374 (patch)
tree1a556d6ff47756a5de0ec2ab67b7ea580abe8eb3 /textproc/ruby-text
parent89fc84599a6973510db06eb37248c57379b3513d (diff)
downloadpkgsrc-b9e7be8b66b4c82966e661c56dd460ead5a4c374.tar.gz
Add Ruby 2.2 to RUBY_VERSION_SUPPORTED
Diffstat (limited to 'textproc/ruby-text')
-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"