google-apis-drive_v3 0.39.0 → 0.41.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: 64f6c7decbe26b0e9344554bd37434c3366aeababc98a36ca87201a9c8213c90
4
+ data.tar.gz: be3e8398c46ff14ffdce10673a132a382513d7536f71bd9afcd77905cb1e846e
5
5
  SHA512:
6
- metadata.gz: 73e3baf0d88f2ff02a0757e760b3f83591fdd7bb3587de7821f91408e92e2ca99114266a712d4953e2b26fe3a8e5f41e5fc5d4c84d3eb5a324dde33b4e978ce1
7
- data.tar.gz: f5ef2380c34c23b8bbc0d6ee48efde3440150f23cfce915e9f2e0c9a29ae9bd525e6ca90242183f03e523ad5a0ae127a01a704f91161b03061f90816f45e84f1
6
+ metadata.gz: 476e8389af4f5ecd3eb7b850a490dc49808f89cae6b86da97f6e74f8f5477b944dee7110eca57edf51151a13545456d6110c7190b843c583b407d12aca0f663a
7
+ data.tar.gz: a2a14a50e2e1e9671c76f9443b51b741d1640c122a7a86c7391c98e496e65429a89bbe86cd012d823c142faa636ba27fd2f8f924e0ca150191edbea8d7d00937
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-drive_v3
2
2
 
3
+ ### v0.41.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230603
6
+
7
+ ### v0.40.0 (2023-05-28)
8
+
9
+ * Regenerated from discovery document revision 20230520
10
+
3
11
  ### v0.39.0 (2023-04-30)
4
12
 
5
13
  * 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