Skip to content
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

Replace HTTParty with net/http #10

Merged
merged 2 commits into from Oct 28, 2018
Merged

Replace HTTParty with net/http #10

merged 2 commits into from Oct 28, 2018

Conversation

hawkins
Copy link
Owner

@hawkins hawkins commented Oct 28, 2018

Fixes #4

@todo
Copy link

todo bot commented Oct 28, 2018

How can we ensure this gets updated with every new version?

lard/lib/lard.rb

Lines 90 to 95 in 295e5d9

private
def prepare_uri(url)
if url.start_with?('http://', 'https://')
URI url
else


This comment was generated by todo based on a TODO comment in 295e5d9 in #10. cc @hawkins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant