We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URI.parse
We noticed this issue bumping URI from 0.11.0 to 0.12.0:
# ruby/uri 0.12.0 URI.parse("https://").host #=> "" # ruby/uri 0.11.0 URI.parse("https://").host => nil
The issue seems to be 81263c9. Is this an intentional change? If so it should be mentioned in the release notes for 0.12.0 no?
The text was updated successfully, but these errors were encountered:
I believe this was intentional 81263c9
Sorry, something went wrong.
It's intentional changes. I added entry to https://github.com/ruby/uri/releases/tag/v0.12.0
No branches or pull requests
We noticed this issue bumping URI from 0.11.0 to 0.12.0:
The issue seems to be 81263c9. Is this an intentional change? If so it should be mentioned in the release notes for 0.12.0 no?
The text was updated successfully, but these errors were encountered: