Hi,
Looks like the interface for the http get and post methods had changed in Ruby 1.9.3 and now instead of returning a pair of response and body, only the response parameter is returned.
Therefore, both the http_get and http_post methods should get the body from the returned response parameter.
The block performing the http call should be in http_get
and in http_post
Eyal.