ruby / uri

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

Upstream property checks and other diffs from JRuby #18

Closed headius closed 3 years ago

headius commented 3 years ago

This PR will align ruby/uri with the JRuby version, so that the gem can be used unmodified on JRuby.

See https://bugs.ruby-lang.org/issues/11194 for an example of one such diff.

jeremyevans commented 3 years ago

This should have no effect on CRuby, and should help with JRuby maintenance, so I'm going to merge it.