google-apis-drive_v3 0.4.0 → 0.5.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: da27ebf42d5ae40975df8af4240f2b7651be6d505d69041f33ff9285f2ad2d0b
4
- data.tar.gz: 29306f2a102fba0bf1aa2effb5860537967726122ebbf95c8f89a501c09ac669
3
+ metadata.gz: 3f76b993262e8bca6a2292f36a059da13c6c4defbf6ef86ebe944929a73c05c3
4
+ data.tar.gz: 3160e370be7ae9a61cb900d83ca6b5fed15d773405e28e70a439edd470052fb8
5
5
  SHA512:
6
- metadata.gz: f5b5b42ff4204d708e4aa3f9d0055d5c4f7888122eadeea93aea4d0c02670654d1974beff224e892b50703d68c9b8d2c53bf6520ecd1c100675d1e4b0285c29d
7
- data.tar.gz: 4cddda3042e8284852b76a4cb146033537f5ac74881230d2ec7bec4fb6f8c18a53dc4159bd0ad28ef502653f93ef58a566278896dc616c1525df9fd948df8a72
6
+ metadata.gz: 4785fa306f4d0386fe8281312efae50704cbe124b1d6466836b26cb3d3a2cb10261fabcf1e70ebc2aec185f5aa56862b60bc8b724a3852fe034602a9802451e5
7
+ data.tar.gz: 79c56af8864d7c604d8188fa6fff824343ee945b38730ce2aace0d2023e3cbf3ef2ac3c58d6379b0b90c8df1cbb0b6f0db6d74d812d1a8470a55f64abfc9c91f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.5.0 (2021-03-18)
4
+
5
+ * Regenerated from discovery document revision 20210315
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20210228
@@ -36,7 +36,7 @@ module Google
36
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
- # View and manage Google Drive files and folders that you have opened or created with this app
39
+ # See, edit, create, and delete only the specific Google Drive files you use with this app
40
40
  AUTH_DRIVE_FILE = 'https://www.googleapis.com/auth/drive.file'
41
41
 
42
42
  # View and manage metadata of files in your Google Drive
@@ -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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210228"
25
+ REVISION = "20210315"
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.4.0
4
+ version: 0.5.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-22 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.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.5.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: []