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

issue with ruby 1.9.x and NET/http API #6

Closed
thesp0nge opened this issue Feb 27, 2015 · 0 comments
Closed

issue with ruby 1.9.x and NET/http API #6

thesp0nge opened this issue Feb 27, 2015 · 0 comments

Comments

@thesp0nge
Copy link
Owner

People using ruby version 1.9.x are experiencing an "undefined method empty?" for a uri::http object.

The same doesn't happens in ruby 2 due to a change into underlying net - http API.

Since ruby 1.9.x is not supported anymore and no longe maintained wordstress gem will require at least ruby 2.0.0 as environment dependency

thesp0nge added a commit that referenced this issue Feb 27, 2015
support to Ruby version 1.9.x in order to fix issue #6.

Sorry for that but people are experiencing issues with an underlying
net-http API change between ruby 1.9 and ruby 2. Since ruby 1.9 is
outdated and no longer maintaned, I simply drop ruby 1.9 support. Please
upgrade your installation.
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

No branches or pull requests

1 participant