google-apis-drive_v3 0.38.0 → 0.40.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: df1fc0ee81f5ad9e7869a7f4447a2f0679c2c785e03772c61e9ce3a6b47860c3
4
- data.tar.gz: c876ab99ac5051ddfd41c4c6d823b207d62dfe1ee6fb1f079fe10a0207b4532f
3
+ metadata.gz: bd0be714faad4c35ab64704a43223d94d44280396c4cc3973eb9404ab7a7a227
4
+ data.tar.gz: 82f4735b1c77da6a6a73191910cf572cbb311a6d05d8eb41cde58873b371afcb
5
5
  SHA512:
6
- metadata.gz: daec6c32d18a436d7b2508851742cea7ba576cc3af0d0f440d3990bbd71ad5dd7c98d816fc60ab0f79375c9e558b26f13bec2098af888a7f1ad5d85b1dd189f2
7
- data.tar.gz: 02cf20565c76fef5cff265fe6c73de7120d9e77c48108878b3c1fc69998acddf2deda848ad7430f1b8390f9799193fe570271b2037972a9e3f46bf60a9a39a8d
6
+ metadata.gz: ffe2f46a594b769dfca2d2c52dbce5d93da8788d161e641b061a8810b67d93a9e57d15825b66e30d274c87ec85d6da2c963b91beb6bd4c29762dd5533812fcbb
7
+ data.tar.gz: 91bf69dc181e7f21781ac467d9fcdf71019f43545e271e27efc11eef11fef100ff14743f8dc233779741564c1afd0c7fab060f4120df5a9391988716474e678c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.40.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230520
6
+
7
+ ### v0.39.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230423
10
+
3
11
  ### v0.38.0 (2023-04-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20230413
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V3 of the Drive API
1
+ # Simple REST client for version V3 of the Google Drive API
2
2
 
3
- This is a simple client library for version V3 of the Drive API. It provides:
3
+ This is a simple client library for version V3 of the Google Drive API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Drive service in particular.)
67
67
 
68
- For reference information on specific calls in the Drive API, see the {Google::Apis::DriveV3::DriveService class reference docs}.
68
+ For reference information on specific calls in the Google Drive API, see the {Google::Apis::DriveV3::DriveService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71