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

Kill httparty dependency #1

Merged
merged 3 commits into from
Sep 20, 2017
Merged

Kill httparty dependency #1

merged 3 commits into from
Sep 20, 2017

Conversation

swcraig
Copy link
Owner

@swcraig swcraig commented Sep 20, 2017

Use Ruby's net/http library instead. This way users won't need to have httparty as an unnecessary runtime dependency in their applications.

There is no good reason to force users to have httparty as a runtime
dependency.
We can use net/http instead. This way users aren't forced to have
httparty as a dependency in their applications.
@swcraig swcraig merged commit 8f6e292 into master Sep 20, 2017
@swcraig swcraig deleted the kill-httparty-dependency branch September 20, 2017 01:13
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.

1 participant