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

Fix Net::HTTP#get() for ruby 1.8+ #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pmialon
Copy link

@pmialon pmialon commented Nov 5, 2013

The doc states that this function returned two values in version 1.1 (ruby 1.6).
http://ruby-doc.org/stdlib-1.8.7/libdoc/net/http/rdoc/Net/HTTP.html#method-i-get

It now returns only the HTTPResponse. We return the data from it.

This fixes mco find --dm=puppetdb.

The doc states that this function returned two values in version 1.1 (ruby 1.6).
http://ruby-doc.org/stdlib-1.8.7/libdoc/net/http/rdoc/Net/HTTP.html#method-i-get

It now returns only the HTTPResponse. We return the data from it.

This fixes mco find --dm=puppetdb.
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