google-apis-drive_v3 0.1.0 → 0.2.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: 853a577026fedc1b9ecb5d8b677b7953875c41fb07462308d40669dddaaa4c86
4
- data.tar.gz: 2218dcb4cb151603c6f4d2906d13fff4e550937878a55fa4b86f3141198ee535
3
+ metadata.gz: fe84c7fdfac0bc1b6395783f6900172e4ae225d8913e3b32f6d963cc6a8a4a1d
4
+ data.tar.gz: 074352cb9d31189ae734d4a8b1080e04c43e9a1486431b06c9d22263c1358b8d
5
5
  SHA512:
6
- metadata.gz: 945621a40f0b440a8b0ac210ff49e5693fa5649ae005b7dac513227d6d40c7ace628aeb17c4dbf1c0667a36b8bc8bdadf71cd478a335c338561ac316cf93c605
7
- data.tar.gz: caa3c35c2e88e5f4afa408d9a7bc2e07f590fb900f4fe10da6347ff1cbf7fa3f9505ae71061d5654361c8635d782e986e268c1ae97514197940de79529e4eccb
6
+ metadata.gz: e8c63dd84c51c381d9f895ff0e1a9a9bb43085defebc65920782ed3aecb8235f7ffd0e79d2f10b9e5ee8216cee1d483281b2481995d0d6f04ef32503c5061f5d
7
+ data.tar.gz: 60558fb7b512f567dac36d04068d418b88839269a56037687d76b30189d4a94a72da45aff2d8f413b7dbe66e548a629ebdb3fae5c9c36f669e7d9f9f12b2162d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-drive_v3
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 and manage Google Drive files and folders that you have opened or created with this app
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DriveV3
18
18
  # Version of the google-apis-drive_v3 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_v3
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_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-drive_v3
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 V3