generated/google/apis/games_v1.rb in google-api-client-0.28.2 vs generated/google/apis/games_v1.rb in google-api-client-0.28.3
- old
+ new
@@ -23,15 +23,18 @@
# The API for Google Play Game Services.
#
# @see https://developers.google.com/games/services/
module GamesV1
VERSION = 'V1'
- REVISION = '20181113'
+ REVISION = '20190131'
# 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
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
end
end