diff options
author | taca <taca@pkgsrc.org> | 2015-03-13 15:07:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-13 15:07:22 +0000 |
commit | 0fdb7d07a39f081dc7419dd626a43803a6343db4 (patch) | |
tree | f6fb32d10ca5470c7e9e66da01b4e0496e7c55d8 /net/ruby-addressable | |
parent | 3e522eb3db5d5ca492b238e850f8190cf4028b06 (diff) | |
download | pkgsrc-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/Makefile | 4 |
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 |