diff options
author | taca <taca> | 2015-03-13 15:07:22 +0000 |
---|---|---|
committer | taca <taca> | 2015-03-13 15:07:22 +0000 |
commit | 9ad226fb3820ae3ba74ea15de30fd50be0dbb296 (patch) | |
tree | f6fb32d10ca5470c7e9e66da01b4e0496e7c55d8 /net/ruby-addressable | |
parent | a7843ec0c39d02ea5c223a768c80199bad203c6a (diff) | |
download | pkgsrc-9ad226fb3820ae3ba74ea15de30fd50be0dbb296.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 |