-
Notifications
You must be signed in to change notification settings - Fork 146
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
Upgrade google-api-client to 0.9 #100
Conversation
…e into upgrade-google-api-client
…de-google-api-client
Any news on this and/or help needed? |
I haven't had a chance to touch this. We'll need to rewrite most of our api integrations because of the scope of the change in 0.9. |
Do you have a branch for this? How can I help? |
This is the branch, but I've put absolutely no time into it. If you'd like to help, it's probably worth just starting from scratch yourself. |
Now that Rails 5 is standard this PR is going to be of greater and greater importance as 0.8.Z versions of google-api-client depend on an older version of ActiveSupport, making it incompatible with rails 5. |
Closed in favor of #210. |
This is in preparation to deal with googleapis/google-api-ruby-client#336, and also something we've wanted to do for a while.
The description of what we need to do is https://github.com/google/google-api-ruby-client/blob/master/MIGRATING.md
Opening this PR just so people know I'm working on it, not ready to merge yet.