generated/google/apis/games_v1.rb in google-api-client-0.28.4 vs generated/google/apis/games_v1.rb in google-api-client-0.28.5
- old
+ new
@@ -23,15 +23,15 @@
# The API for Google Play Game Services.
#
# @see https://developers.google.com/games/services/
module GamesV1
VERSION = 'V1'
- REVISION = '20190131'
+ REVISION = '20190222'
# View and manage its own configuration data in your Google Drive
AUTH_DRIVE_APPDATA = 'https://www.googleapis.com/auth/drive.appdata'
- # Share your Google+ profile information and view and manage your game activity
+ # Create, edit, and delete your Google Play Games activity
AUTH_GAMES = 'https://www.googleapis.com/auth/games'
# Know who you are on Google
AUTH_PLUS_ME = 'https://www.googleapis.com/auth/plus.me'
end