Update ruby-addressable to 2.4.0.
# Addressable 2.4.0 - support for 1.8.x dropped - double quotes in a host now raises an error - newlines in host will no longer get unescaped during normalization - stricter handling of bogus scheme values - stricter handling of encoded port values - calling `require 'addressable'` will now load both the URI and Template files - assigning to the `hostname` component with an `IPAddr` object is now supported - assigning to the `origin` component is now supported - fixed minor bug where an exception would be thrown for a missing ACE suffix - better partial expansion of URI templates
This commit is contained in:
parent
e28fdd960f
commit
beffbeaf7c
3 changed files with 11 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.14 2015/06/08 15:02:16 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2015/12/12 14:52:36 taca Exp $
|
||||
|
||||
DISTNAME= addressable-2.3.8
|
||||
DISTNAME= addressable-2.4.0
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2015/06/08 15:02:16 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2015/12/12 14:52:36 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG.md
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
|
@ -7,6 +7,7 @@ ${GEM_LIBDIR}/README.md
|
|||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/addressable.gemspec
|
||||
${GEM_LIBDIR}/data/unicode.data
|
||||
${GEM_LIBDIR}/lib/addressable.rb
|
||||
${GEM_LIBDIR}/lib/addressable/idna.rb
|
||||
${GEM_LIBDIR}/lib/addressable/idna/native.rb
|
||||
${GEM_LIBDIR}/lib/addressable/idna/pure.rb
|
||||
|
@ -15,6 +16,8 @@ ${GEM_LIBDIR}/lib/addressable/uri.rb
|
|||
${GEM_LIBDIR}/lib/addressable/version.rb
|
||||
${GEM_LIBDIR}/spec/addressable/idna_spec.rb
|
||||
${GEM_LIBDIR}/spec/addressable/net_http_compat_spec.rb
|
||||
${GEM_LIBDIR}/spec/addressable/rack_mount_compat_spec.rb
|
||||
${GEM_LIBDIR}/spec/addressable/security_spec.rb
|
||||
${GEM_LIBDIR}/spec/addressable/template_spec.rb
|
||||
${GEM_LIBDIR}/spec/addressable/uri_spec.rb
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
|
@ -24,5 +27,4 @@ ${GEM_LIBDIR}/tasks/git.rake
|
|||
${GEM_LIBDIR}/tasks/metrics.rake
|
||||
${GEM_LIBDIR}/tasks/rspec.rake
|
||||
${GEM_LIBDIR}/tasks/yard.rake
|
||||
${GEM_LIBDIR}/website/index.html
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.15 2015/11/04 00:35:34 agc Exp $
|
||||
$NetBSD: distinfo,v 1.16 2015/12/12 14:52:36 taca Exp $
|
||||
|
||||
SHA1 (addressable-2.3.8.gem) = 945a36b22ef2f2b3b451f1ddc7fad682bcc22369
|
||||
RMD160 (addressable-2.3.8.gem) = a82b6d01d73fd85caed375ffd867132b4ce33f59
|
||||
SHA512 (addressable-2.3.8.gem) = 56c3f4b95a78af3b35fa0813cc0b010f89c698fefb0c79865af553ba5c2a162b936921de40b2659498812efc1692ed49e95f9984a044c0ed42f96a26b666b5fc
|
||||
Size (addressable-2.3.8.gem) = 99840 bytes
|
||||
SHA1 (addressable-2.4.0.gem) = ae0f7b8474c274e0e563ce7a18168b0d1c5d692a
|
||||
RMD160 (addressable-2.4.0.gem) = a990dd0858ff20dbd0f9c8f05a5034b7aa59b69c
|
||||
SHA512 (addressable-2.4.0.gem) = b81fa48e7c4188827c03ac93960b6fd6fb9f5a438f5243cddea39d6820ef756ee7c0086ec330dc4a3538008b3b254757af7d30248624127649cc006a2793eda8
|
||||
Size (addressable-2.4.0.gem) = 102400 bytes
|
||||
|
|
Loading…
Reference in a new issue