Update ruby-addressable pacakge to 2.2.2.
=== Addressable 2.2.2 - fixed issue with percent escaping of '+' character in query strings
This commit is contained in:
parent
c3bb1cfee9
commit
554cbe3508
3 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/09/23 06:45:40 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/12/04 04:13:50 taca Exp $
|
||||
|
||||
DISTNAME= addressable-2.2.1
|
||||
DISTNAME= addressable-2.2.2
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/11 06:56:00 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2010/12/04 04:13:50 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
|
@ -11,7 +11,6 @@ ${GEM_LIBDIR}/lib/addressable/version.rb
|
|||
${GEM_LIBDIR}/spec/addressable/idna_spec.rb
|
||||
${GEM_LIBDIR}/spec/addressable/template_spec.rb
|
||||
${GEM_LIBDIR}/spec/addressable/uri_spec.rb
|
||||
${GEM_LIBDIR}/spec/data/rfc3986.txt
|
||||
${GEM_LIBDIR}/tasks/clobber.rake
|
||||
${GEM_LIBDIR}/tasks/gem.rake
|
||||
${GEM_LIBDIR}/tasks/git.rake
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/09/23 06:45:40 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/12/04 04:13:50 taca Exp $
|
||||
|
||||
SHA1 (addressable-2.2.1.gem) = a82090d6beadf28b90dc4e994d2eabf8e210c315
|
||||
RMD160 (addressable-2.2.1.gem) = 99169e112eb65134e989b1b33f9cf014252da528
|
||||
Size (addressable-2.2.1.gem) = 134144 bytes
|
||||
SHA1 (addressable-2.2.2.gem) = ffa6f19f927e1d5eedeea6fa051abcac0f081b66
|
||||
RMD160 (addressable-2.2.2.gem) = ae256acccedfa9bdd80e793ded671d67723bdab5
|
||||
Size (addressable-2.2.2.gem) = 93184 bytes
|
||||
|
|
Loading…
Reference in a new issue