google-apis-drive_v3 0.39.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: e9bf7fe1deecea8baf7d10d1deb8c82d5eb2e5e1be4a342a8d19b13746f08807
4
- data.tar.gz: cbc22a4fd01f3e108cc57c726b2b1c7124c293e52f03a32ff62909bd5c22b72a
3
+ metadata.gz: bd0be714faad4c35ab64704a43223d94d44280396c4cc3973eb9404ab7a7a227
4
+ data.tar.gz: 82f4735b1c77da6a6a73191910cf572cbb311a6d05d8eb41cde58873b371afcb
5
5
  SHA512:
6
- metadata.gz: 73e3baf0d88f2ff02a0757e760b3f83591fdd7bb3587de7821f91408e92e2ca99114266a712d4953e2b26fe3a8e5f41e5fc5d4c84d3eb5a324dde33b4e978ce1
7
- data.tar.gz: f5ef2380c34c23b8bbc0d6ee48efde3440150f23cfce915e9f2e0c9a29ae9bd525e6ca90242183f03e523ad5a0ae127a01a704f91161b03061f90816f45e84f1
6
+ metadata.gz: ffe2f46a594b769dfca2d2c52dbce5d93da8788d161e641b061a8810b67d93a9e57d15825b66e30d274c87ec85d6da2c963b91beb6bd4c29762dd5533812fcbb
7
+ data.tar.gz: 91bf69dc181e7f21781ac467d9fcdf71019f43545e271e27efc11eef11fef100ff14743f8dc233779741564c1afd0c7fab060f4120df5a9391988716474e678c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.39.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230423
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