Path to this page:
Subject: CVS commit: pkgsrc/net/ruby-addressable
From: Takahiro Kambe
Date: 2022-09-03 06:46:47
Message id: 20220903044647.CB5E3FA8D@cvs.NetBSD.org
Log Message:
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)
Files: