-
Notifications
You must be signed in to change notification settings - Fork 200
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
Translate API no longer requires an API key. #113
Conversation
I don't know why the tests are failing. Help? 😕 Also, please verify |
Lots of stuff removed from Gemfile.lock? And I see some of the test errors like faraday missing due to that? |
I have no idea what I'm doing. 🐶 |
I attempted to reproduce and I was able to get passed it by including "google-cloud" gem in the Gemfile. Many gems are not installed when only using "google-cloud-translate". I'm not sure why. Forwarded to "google-cloud" gem issue |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
614db27
to
eb5a4a2
Compare
CLAs look good, thanks! |
It was a bug, and it has been fixed. I just committed an updated Gemfile.lock. |
@frankyn Build still red. |
@puneith, the red is for flaky tests. Translate tests passed :) |
Thanks! |
See