-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
Rebase #339 #566
Rebase #339 #566
Conversation
"Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to RFC 3986, RFC 3987, and RFC 6570 (level 4), additionally providing support for IRIs and URI templates.", see https://github.com/sporkmonger/addressable Fixes #110 Signed-off-by: Markus Grobelin <grobi@koppzu.de>
Signed-off-by: Markus Grobelin <grobi@koppzu.de>
see #339 (review) Signed-off-by: Markus Grobelin <grobi@koppzu.de>
Hello zenspider! Thanks for the pull request! Here is what will happen next:
Thank you for contributing! |
Code Climate has analyzed commit e1aa37b and detected 6 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YES
Since #339 was basically signed off on w/ a couple caveats, which are addressed here, then I think this is good to go. |
This rebases and rewrites #339 against current master. Mostly just style / testing issues were in conflict.