ruby/lib/uri
yuuji.yaginuma 75f07afd18 [ruby/uri] Use a fully qualified name in warning messages
Currently, some warning messages don't contain a `URI` like the following.

```ruby
warning: URI::ABS_URI is obsolete. Use RFC2396_PARSER.regexp[:ABS_URI] explicitly.
```

But, without `URI` prefix, the suggested value doesn't work.
So I think we should use a fully qualified name to avoid confusion.

428eb10e44
2025-02-27 04:32:27 +00:00
..
common.rb [ruby/uri] Use a fully qualified name in warning messages 2025-02-27 04:32:27 +00:00
file.rb [ruby/uri] Fix the mention to removed URI.escape/URI::Escape 2025-02-27 04:30:23 +00:00
ftp.rb [ruby/uri] Use https instead of http 2024-02-20 10:13:30 +00:00
generic.rb [ruby/uri] Fix the mention to removed URI.escape/URI::Escape 2025-02-27 04:30:23 +00:00
http.rb Use www.rfc-editor.org for RFC text. 2024-03-28 11:44:45 +09:00
https.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00
ldap.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00
ldaps.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00
mailto.rb [ruby/uri] Include RFC2396_REGEXP module directly 2022-04-22 12:00:14 +09:00
rfc2396_parser.rb [ruby/uri] [DOC] Make documentation 100% 2025-01-24 01:45:08 +00:00
rfc3986_parser.rb [ruby/uri] Fix minor typo from 2024-11-11 02:42:53 +00:00
uri.gemspec [ruby/uri] Remove rakelib/ dir from gem also 2024-11-13 05:07:53 +00:00
version.rb [ruby/uri] Bump up v1.0.3 2025-02-26 07:12:53 +00:00
ws.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00
wss.rb [ruby/uri] Add proper Ractor support to URI 2021-07-27 16:54:27 +09:00