google-apis-oauth2_v2 0.10.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a85dfd02a4e43aed795d347397a79509adb9206fa470d625aca977c91ae3795
4
- data.tar.gz: 4bd3fa2d17be5d20095878e882119ed79c07fe3be15ae20c3225871b054a1c20
3
+ metadata.gz: 117429783c870f08fb0e43ffddf5b3359e81c3b8e786d8ea57ba3ac20552b8e7
4
+ data.tar.gz: c0a881248edb58d990e99a7a9ead247ec404498a3a28f165e54113254e046254
5
5
  SHA512:
6
- metadata.gz: 1f58c4a9b0bb848a97b919c24a4a7823c1811d0303156ca2b1bea66c6e817aed9f9ad10b6d8a21e74366de66da40c49ce9d2054776724b19d427ed7b4234deb1
7
- data.tar.gz: f8a75694646ed50bfc9cb589151b52232ae0ee1a3f07954bac33c27caed2558a58896e7701fb63b5cbf4c6a5654dd29944977662d14d7e6c61c9155c2f930026
6
+ metadata.gz: b6197aabef39507d3d265d31a38b118b865aaecce909c754e43e4c9e05abf4d2208ff2b2065db00af83bbb37e9fb56c054a05deec4a0c4883fd0be93037f53bd
7
+ data.tar.gz: 7a3237ca08beb4c5432e824c1f1305e173a9727adf2a70c73c3bf63dcb91e1a12af053e8fc109dadd7f1b8ad294a4ad2e5b326a127121926a67f5d1cc39603e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-oauth2_v2
2
2
 
3
+ ### v0.12.0 (2022-09-16)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.11.0 (2022-08-13)
8
+
9
+ * Regenerated using generator version 0.9.0
10
+
3
11
  ### v0.10.0 (2022-07-02)
4
12
 
5
13
  * Regenerated using generator version 0.8.0
@@ -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.10.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.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
- # View your email address
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.10.0
4
+ version: 0.12.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.7.2
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.7.2
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oauth2_v2/v0.12.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: []