google-apis-oauth2_v2 0.3.0 → 0.4.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: 3c0350e7d3c4955b63a77e9889002dfe5d93d520a34d474b3cb9cfe60673e1e0
4
- data.tar.gz: bc10ace18d98994102319e916f44f38a6b3b4daa087eeb1ca0185fe7a38885ae
3
+ metadata.gz: 00d9043f6a58986fb4eccb32b2652f2013b40ea5b52c43c5c400c272b1888606
4
+ data.tar.gz: 767e8d5cec9fd971de1a8a39f16c8c6a850c665a39b12be85d5f4a4f0a0ea669
5
5
  SHA512:
6
- metadata.gz: 39b06e75bcb59e68729277d2f80683aeb9d171c408c59da0f904764d6152ffad65daded9832d27ed8531e75fe7c3e2ca3911b8e20887076d13685569d0d9aa9e
7
- data.tar.gz: 102a58e7f63732fb370a5eeb8767bd089b8e72fdc002f4bd167741db8f552198688520cce53892c584f985c0799a37747000f5bb5dc89ebfdc8f7e86d81ec7ee
6
+ metadata.gz: 18e2c5cf4fab712557025eb5f0e1d86de6a0cd62f736d55111b1440bebee91a6201ed85b7f0c4f1624a27bd39d6402d91a35439e7cb36a65be3a16d2841b8f02
7
+ data.tar.gz: 66769328844cddfc852a9d09a4b5959ca470a55334ada3777da8266ccdb62811b5818c66255dafc89216408e182013cd6f8cb94f904716200d63b0e126c0f44e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-oauth2_v2
2
2
 
3
+ ### v0.4.0 (2021-06-24)
4
+
5
+ * Regenerated using generator version 0.3.0
6
+
3
7
  ### v0.3.0 (2021-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.2.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.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
25
  REVISION = "20200213"
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-oauth2_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Google OAuth2 API V2. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-oauth2_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-oauth2_v2/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oauth2_v2/v0.4.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-oauth2_v2
57
63
  post_install_message:
58
64
  rdoc_options: []