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

Support google-api-client 0.11.0 #254

Merged
merged 2 commits into from
Apr 6, 2017
Merged

Support google-api-client 0.11.0 #254

merged 2 commits into from
Apr 6, 2017

Conversation

minimum2scp
Copy link
Contributor

Fixes #253

Timeout options in google-api-client 0.11.0 have been moved from request_options to client_options.

see also:

@alxppp
Copy link

alxppp commented Apr 4, 2017

Workaround for now:

Gemfile:

gem 'google-api-client', '~> 0.10.0'
gem 'google_drive'

@gimite
Copy link
Owner

gimite commented Apr 4, 2017

Thanks for the pull request. Can you change gemspec to require 0.11.0 or later, and keep code only for 0.11.x? There shouldn't be much reason to support old versions of google-api-client.

@minimum2scp
Copy link
Contributor Author

@gimite OK, dropped google-api-client 0.9.x, 0.10.x support (5bc599b)

@gimite gimite merged commit 87c727c into gimite:master Apr 6, 2017
@gimite
Copy link
Owner

gimite commented Apr 6, 2017

Thanks! Merged.

@minimum2scp minimum2scp deleted the fix/timeout_google-api-client_0.11.0 branch April 6, 2017 02:27
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.

None yet

3 participants