summaryrefslogtreecommitdiff
path: root/net/ruby-addressable
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-03-13 15:07:22 +0000
committertaca <taca@pkgsrc.org>2015-03-13 15:07:22 +0000
commit0fdb7d07a39f081dc7419dd626a43803a6343db4 (patch)
treef6fb32d10ca5470c7e9e66da01b4e0496e7c55d8 /net/ruby-addressable
parent3e522eb3db5d5ca492b238e850f8190cf4028b06 (diff)
downloadpkgsrc-0fdb7d07a39f081dc7419dd626a43803a6343db4.tar.gz
Update ruby-addressable to 2.3.7.
# Addressable 2.3.7 - fix scenario in which invalid URIs don't get an exception until inspected - handle hostnames with two adjacent periods correctly - upgrade of RSpec
Diffstat (limited to 'net/ruby-addressable')
-rw-r--r--net/ruby-addressable/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-addressable/Makefile b/net/ruby-addressable/Makefile
index 78b6c799ebd..03fed51fd53 100644
--- a/net/ruby-addressable/Makefile
+++ b/net/ruby-addressable/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2015/02/04 14:19:32 taca Exp $
+# $NetBSD: Makefile,v 1.13 2015/03/13 15:07:22 taca Exp $
-DISTNAME= addressable-2.3.6
+DISTNAME= addressable-2.3.7
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org