google-apis-drive_v2 0.1.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9ea3964ca3792d940a1b3d4c80010c31f8b886fcbf44c9a30643575e17a31ed
4
- data.tar.gz: e7d90c22ba2d4472d0d60a703e4315aa1166689cc93b06cc0bfd52650794eb98
3
+ metadata.gz: ef3a9d16e4b0af64e9b39d3c1840ff85e75d2830867668799c9fa43dc1cfa024
4
+ data.tar.gz: ca4d5017469dc74eeb5dd4e810d867dbbd27e1dfc16f2c33463418b40087818e
5
5
  SHA512:
6
- metadata.gz: 24c67e8d8cfb69b4d1afe87bb29687d3e70432e67d86d9242a544208d53d10679594073a6e79f198d43eeed04a572939864a80e75cf21d35bd7c116b887b978d
7
- data.tar.gz: 27255defdf94e04a676dc14334e6e6f7b5503b0792a252d982ef808df32d14655ab2c1dd71755978351e4c695030313ab35b3a2d1e304bc03b1e35aa76a8d390
6
+ metadata.gz: c31d07748cbf85d0c4541dc446ccb1966c1e4a522cdc03f26caf878a0c915dd03ea35474dac77452daa328da6e588830c34a8d985989ad33a9ebbd1027a7844d
7
+ data.tar.gz: 330a9b8ea1289b73449b189aaadb288728e340e394e7a21bede125a90d24b402995817420c3f2a31a046b04fe1fb4435bab2e191110578b281d52713fab33724
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-drive_v2
2
2
 
3
+ ### v0.2.0 (2021-02-04)
4
+
5
+ * Regenerated from discovery document revision 20210201
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -33,7 +33,7 @@ module Google
33
33
  # See, edit, create, and delete all of your Google Drive files
34
34
  AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
35
35
 
36
- # View and manage its own configuration data in your Google Drive
36
+ # See, create, and delete its own configuration data in your Google Drive
37
37
  AUTH_DRIVE_APPDATA = 'https://www.googleapis.com/auth/drive.appdata'
38
38
 
39
39
  # View your Google Drive apps
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DriveV2
18
18
  # Version of the google-apis-drive_v2 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201130"
25
+ REVISION = "20210201"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-drive_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-drive_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-drive_v2
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Drive API V2