summaryrefslogtreecommitdiff
path: root/textproc/ruby-text/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-07-03 12:50:03 +0000
committerobache <obache@pkgsrc.org>2014-07-03 12:50:03 +0000
commite3624537d512de9c4bbe3502c7ce02f4def57c05 (patch)
tree8f4287b4e5a81c025476b31adf0cb2ac32a343c6 /textproc/ruby-text/Makefile
parent90b97ea4a12965bdd6bd378586be7da3bfdcd573 (diff)
downloadpkgsrc-e3624537d512de9c4bbe3502c7ce02f4def57c05.tar.gz
Update ruby-text to 1.3.0.
* Adds maximum distance optimisation for Levenshtein. * Removes support for Ruby versions before 1.9.
Diffstat (limited to 'textproc/ruby-text/Makefile')
-rw-r--r--textproc/ruby-text/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/ruby-text/Makefile b/textproc/ruby-text/Makefile
index 4db590dc57e..6c22281340e 100644
--- a/textproc/ruby-text/Makefile
+++ b/textproc/ruby-text/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2013/08/27 12:07:41 obache Exp $
+# $NetBSD: Makefile,v 1.4 2014/07/03 12:50:03 obache Exp $
-DISTNAME= text-1.2.3
+DISTNAME= text-1.3.0
CATEGORIES= textproc
MAINTAINER= obache@NetBSD.org
@@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/threedaymonk/text
COMMENT= Collection of text algorithms for Ruby
LICENSE= mit
+RUBY_VERSION_SUPPORTED= 193 200 21
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"