ruby / uri

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

v0.12.2 #100

Closed 0x1eef closed 7 months ago

0x1eef commented 7 months ago

It does not appear that v0.12.2 has been published to GitHub, and it appears that the fix in that version has not been applied to v0.13.0 (or master). I assume the changes to lib/uri/rfc3986_parser.rb in v0.12.2 should be applied to master and the v0.13.0 branch ?

hsbt commented 7 months ago

https://github.com/ruby/uri/releases/tag/v0.12.2 ?

0x1eef commented 7 months ago

Thanks ! And sorry, I was looking for a more recent commit. Should the changes made to lib/uri/rfc3986_parser.rb be applied to v0.13.0 as well ? Otherwise, if I installed v0.13.0 on Ruby <=3.2.3, wouldn't the bug become an issue again ?

0x1eef commented 7 months ago

My mistake. :) The fix for the bug is in v0.13.0: commit. I guess the rest of the diff between v0.12.2 and v0.13.0 is related to a refactor.