Commit 362b641
taca
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 #1891 parent 726ab7c commit 362b641
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments