ruby / uri

URI is a module providing classes to handle Uniform Resource Identifiers
https://ruby.github.io/uri/
Other
79 stars 42 forks source link

Imcompatibility issue with RFC3986_PARSER #112

Closed hsbt closed 1 month ago

hsbt commented 1 month ago

After https://github.com/ruby/uri/pull/107, we lost the following constants from URI.

:URI_REF
:REL_URI_REF
:REGISTRY
:REGEXP
:ESCAPED
:ABS_URI
:REL_URI
:ABS_URI_REF
:UNSAFE
:PATTERN

We should care them.