Skip to content

Commit 362b641

Browse files
author
taca
committed
www/ruby-uri: update to 1.1.1
1.1.0 (2025-10-31) What's Changed * Update to use the latest version of setup-ruby and bump up to Ruby 3.4 by @hsbt in #158 * Fix the mention to removed URI.escape/URI::Escape by @y-yagi in #146 * Use a fully qualified name in warning messages by @y-yagi in #150 * Support Ractor#value by @hsbt in #163 * Removed unnecessary workaround by @hsbt in #164 * Escape reserved characters in scheme name by @nobu in #148 * [DOC] State that uri library is needed to call Kernel#URI by @nobu in #167 * Prefer dedicated assertion methods by @nobu in #169 * Fix the message for unexpected argument by @nobu in #171 * Make URI::regexp schemes case sensitive (#38) by @nobu in #170 * The local part should not contain leading or trailing dots in the EMAIL_REGEXP by @nlevchuk in #124 * More checks in EMAIL_REGEXP by @nobu in #172 * Do not allow empty host names, as they are not allowed by RFC 3986 by @jeremyevans in #116 * Improve performance of URI::MailTo::EMAIL_REGEXP by @nobu in #173 * Performance test stability by @nobu in #174 * Update documents that used URI::Parser by @nobu in #175 * Add a workflow to sync commits to ruby/ruby by @k0kubun in #183 * Add irb to the Gemfile to fix the warning by @y-yagi in #182 * Replace reference to the obsolete URI.escape with URI::RFC2396_PARSER.escape by @vivshaw in #166 * Switch a parsing behavior completely when switching a parser by @y-yagi in #161 * improve error message by @soda92 in #130 * Use generic version number to VERSION by @hsbt in #187 New Contributors * @y-yagi made their first contribution in #146 * @nlevchuk made their first contribution in #124 * @vivshaw made their first contribution in #166 * @soda92 made their first contribution in #130 1.1.1 (2025-11-04) What's Changed * Re-allow consecutive, leading and trailing dots in EMAIL_REGEXP by @osyoyu in #189 New Contributors * @osyoyu made their first contribution in #189
1 parent 726ab7c commit 362b641

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

www/ruby-uri/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.10 2025/10/08 14:15:37 taca Exp $
1+
# $NetBSD: Makefile,v 1.11 2026/01/18 15:43:21 taca Exp $
22

3-
DISTNAME= uri-1.0.4
3+
DISTNAME= uri-1.1.1
44
CATEGORIES= www
55

66
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,8 +10,8 @@ LICENSE= 2-clause-bsd OR ruby-license
1010

1111
USE_LANGUAGES= # none
1212

13-
# Ruby 3.4.7 has the same version as bundled gem.
14-
RUBY_VERSIONS_ACCEPTED= 32 33
13+
# Ruby 4.0.0 has the same version as bundled gem.
14+
RUBY_VERSIONS_ACCEPTED= 32 33 34
1515

1616
.include "../../lang/ruby/gem.mk"
1717
.include "../../mk/bsd.pkg.mk"

www/ruby-uri/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2025/10/08 14:15:37 taca Exp $
1+
$NetBSD: distinfo,v 1.6 2026/01/18 15:43:21 taca Exp $
22

3-
BLAKE2s (uri-1.0.4.gem) = 00f7694af6c35ee911ce24623096e857ac1abe03c6eaafd22e83e80f6b9615d2
4-
SHA512 (uri-1.0.4.gem) = 9828f162d28bc15c9b4c4e9f234bd22c94d3702863b944f68648d3af0dd85bbcdb7a37d06264a13ca00bca7f30e317abae3739931a74366cf1d28638f111e07c
5-
Size (uri-1.0.4.gem) = 37376 bytes
3+
BLAKE2s (uri-1.1.1.gem) = 0f004e582830307d9e8a7901ab5cd489cb0f7f734700e54529cfe0411c9d2d7f
4+
SHA512 (uri-1.1.1.gem) = aa5c68a3999e1cd5841ca6125f277c82d5e6867d1ad510d9d2655c89a48b723a77ca8caca06fffc75ff6f141d331ff84fa8f6a72fd3632a565689b8766f3f6e2
5+
Size (uri-1.1.1.gem) = 37376 bytes

0 commit comments

Comments
 (0)