google-apis-oauth2_v2 0.10.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/oauth2_v2/gem_version.rb +2 -2
- data/lib/google/apis/oauth2_v2.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55d16f8d84f13c05715d51e84dbc3d2fd17c0f98d2b096d8a73aede17bdcc27a
|
|
4
|
+
data.tar.gz: d6b52e9d6cfeddb1323b28d016a0991f41bb5144a37c79cddb4c23792faabf98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b37b85d3d07415b7d99533a3fbdd4edf035eda5c605e38c93c112d0bedbc17c55f65e0c5773ac4a371f37029435ee2c3bcd42db36cb1bf56041bd58c78dc6c6
|
|
7
|
+
data.tar.gz: b2b4551e0755baba57cfb1b7156dcb0467bdc81e390e8b7f260b24cc57745b0af0a67ce7dcfa21e7b8370c95dc9dc15ba570b17ca83e4969e8c19b1db5fdfe48
|
data/CHANGELOG.md
CHANGED
|
@@ -16,10 +16,10 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module Oauth2V2
|
|
18
18
|
# Version of the google-apis-oauth2_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.11.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
25
|
REVISION = "20200213"
|
|
@@ -29,7 +29,7 @@ module Google
|
|
|
29
29
|
# This is NOT the gem version.
|
|
30
30
|
VERSION = 'V2'
|
|
31
31
|
|
|
32
|
-
#
|
|
32
|
+
# See your primary Google Account email address
|
|
33
33
|
AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email'
|
|
34
34
|
|
|
35
35
|
# See your personal info, including any personal info you've made publicly available
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-oauth2_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oauth2_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-oauth2_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-oauth2_v2/v0.11.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oauth2_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|