Skip to content

Commit

Permalink
net/ruby-addressable: update to 2.8.1
Browse files Browse the repository at this point in the history
2.8.1 (2022-08-19)

* refactor Addressable::URI.normalize_path to address linter offenses (#430)
* remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY
  regex (#438)
* update gemspec to reflect supported Ruby versions (#466, #464, #463)
* compatibility w/ public_suffix 5.x (#466, #465, #460)
* fixes "invalid byte sequence in UTF-8" exception when unencoding URLs
  containing non UTF-8 characters (#459)
* Ractor compatibility (#449)
* use the whole string instead of a single line for template match (#431)
* force UTF-8 encoding only if needed (#341)
  • Loading branch information
taca committed Sep 3, 2022
1 parent 39c04ef commit 8e849fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions net/ruby-addressable/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# $NetBSD: Makefile,v 1.23 2021/08/31 15:37:35 taca Exp $
# $NetBSD: Makefile,v 1.24 2022/09/03 04:46:47 taca Exp $

DISTNAME= addressable-2.8.0
DISTNAME= addressable-2.8.1
CATEGORIES= net

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/sporkmonger/addressable
COMMENT= Replacement for the URI Implementation of standard librrary
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-public_suffix>=2.0.2:../../net/ruby-public_suffix
DEPENDS+= ${RUBY_PKGPREFIX}-public_suffix>=2.0.2<6.0:../../net/ruby-public_suffix

USE_LANGUAGES= # none

Expand Down
3 changes: 1 addition & 2 deletions net/ruby-addressable/PLIST
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
@comment $NetBSD: PLIST,v 1.11 2021/08/31 15:37:35 taca Exp $
@comment $NetBSD: PLIST,v 1.12 2022/09/03 04:46:47 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${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
Expand Down
8 changes: 4 additions & 4 deletions net/ruby-addressable/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.24 2021/10/26 11:06:49 nia Exp $
$NetBSD: distinfo,v 1.25 2022/09/03 04:46:47 taca Exp $

BLAKE2s (addressable-2.8.0.gem) = bfb231d5b674ce09d4065137b366873d257ca99a5d46d0df5fedb3ad4338c1f9
SHA512 (addressable-2.8.0.gem) = c684f17940f717c2a65f9716ab9b3659948d6d51a60c38a7295fcf6fdc1c5785d2d315d2de7dab9f66a6c31f62247177d78d5d6eb556f5bb49926d4f00f8e4c8
Size (addressable-2.8.0.gem) = 105984 bytes
BLAKE2s (addressable-2.8.1.gem) = b30c9a3202eb7c2b65dc66cdf7722f85e55ba2cd419b2fa87658b05cabef6fdb
SHA512 (addressable-2.8.1.gem) = ae0b7cb5fdc0b5b8717637e9589ab9167aa3924253f4c9102134b1e5aee07c7f5e3e92e2e32ca872b4a72a3a70c8086c7073cbbddf7cbb6e1948ed97de2c9108
Size (addressable-2.8.1.gem) = 105984 bytes

0 comments on commit 8e849fc

Please sign in to comment.