ip2k / google-api-ruby-client

Automatically exported from code.google.com/p/google-api-ruby-client
Apache License 2.0
0 stars 0 forks source link

google-api-ruby-client does not work the the latest stable release of httpadapter. #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Does not work with release 1.0.0 of http_adatper gem

Commit 9e52cdd3fbe0b21d29d2705b2b4a761add405031 
(https://github.com/sporkmonger/httpadapter/commit/9e52cdd3fbe0b21d29d2705b2b4a7
61add405031) changed the API of http_adapter, please update the 
google-api-ruby-client library to reflect the most recent stable released gem 
of httpadapter.

If you are trying to use google-api-ruby-client with the latest release of 
httpadapter, you get an error like:

/var/lib/gems/1.8/gems/google-api-client-0.1.3/lib/google/api_client.rb:110:in 
`http_adapter': uninitialized constant HTTPAdapter::NetHTTPRequestAdapter 
(NameError)

Jarl

Original issue reported on code.google.com by j...@gavia.dk on 29 Mar 2011 at 6:43

GoogleCodeExporter commented 9 years ago
FYI, until this is fixed, you can work around this by installing the older 
versions of httpadapter and signet:

gem install signet -v 0.2.0
gem install httpadapter -v 0.2.1

or by making the equivalent dependency requirements in your Gemfile.

Original comment by eric.ewa...@gmail.com on 13 Apr 2011 at 9:55

GoogleCodeExporter commented 9 years ago
This has been resolved in r128. I'll be releasing a new gem shortly, but in the 
meantime, you should be able to use the code in HEAD.

Original comment by bobaman@google.com on 4 May 2011 at 12:21