forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/ruby-addressable: update to 2.8.1
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
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |