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

Allow google_drive 3.x #344

Merged
merged 1 commit into from
Apr 14, 2020
Merged

Allow google_drive 3.x #344

merged 1 commit into from
Apr 14, 2020

Conversation

jrochkind
Copy link
Contributor

google_drive 3.0 came out November 2018. https://rubygems.org/gems/google_drive/versions/

Prior to this change, any app using browse_everything would be prevented from using google_drive 3.0.

The backwards compat changes in google_drive 3.0 appear minimal and only related to "google sheets", which I don't believe browse_everything uses, so I believe it should Just Work to allow google_drive 3.0. If not, hopefully tests will catch it?

https://github.com/gimite/google-drive-ruby/blob/master/MIGRATING.md#migrating-from-version-2xx

@jrgriffiniii
Copy link
Collaborator

Tests work off of fixtures which have been generated for previous versions. I will merge this and then look to test this. Should I find any problems with the Gem, I will open new errors as issues.

@jrgriffiniii
Copy link
Collaborator

This too requires a rebase.

@jrochkind
Copy link
Contributor Author

This one isn't saying there's a conflict requiring a rebase? But I can rebase after the other one requiring a rebase is merged.

@jrochkind
Copy link
Contributor Author

It's possible you will have to re-generate the fixtures to have confidence in the tests not sure. The migration notes say:

With version 3.x.x, google-drive-ruby switched from Google Sheets API V3 to V4.

But also

There is no API change in google-drive-ruby.

And otherwise only mention google-sheets-related things.

google_drive 3.0 came out November 2018. https://rubygems.org/gems/google_drive/versions/

Prior to this change, any app using browse_everything would be prevented from using google_drive 3.0.

The backwards compat changes in google_drive 3.0 appear minimal and only related to "google sheets", which I don't believe browse_everything uses, so I believe it should Just Work to allow google_drive 3.0. If not, hopefully tests will catch it?

https://github.com/gimite/google-drive-ruby/blob/master/MIGRATING.md#migrating-from-version-2xx
@jrochkind jrochkind force-pushed the update_google_drive branch from c3e60af to 40ae869 Compare April 14, 2020 14:58
@jrochkind
Copy link
Contributor Author

Rebased! Thanks @jrgriffiniii !

@jrgriffiniii jrgriffiniii merged commit 5407708 into master Apr 14, 2020
@jrgriffiniii jrgriffiniii deleted the update_google_drive branch April 14, 2020 15:19
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.

2 participants