google-apis-drive_v2 0.35.0 → 0.37.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: 0c7876a02799bda0ccf859e702fba47e7182bd2bdbb6eb59644fe628dde2b4f8
4
- data.tar.gz: 6aa203381ee3892186f037fc9a5a990e74d37fba1eb55497e4363bd7bfb50cfd
3
+ metadata.gz: c59ce43063c24ea6cec8c8e6f75b9957bfad222de990a492b9cf91c371553ed8
4
+ data.tar.gz: a2dfdd023a5480f90a4e7db28b02b78590164847a64c29664ba16429b2b59eed
5
5
  SHA512:
6
- metadata.gz: 49623a2bc492e061b2ebf4afac69e568e862df17fa4b151fdea8e5175aa57cac83c1e51d0ad5c0f0bf287d87f6fbb96e3c58dd99fb1e57e0de3b5de694599497
7
- data.tar.gz: 50e3697faf5d2c7f2025f9172d57a8395ea898a262f2425f88c303d68c2f17f295b13cc13c88b30d57854a33cc49ef1bbec1b3ee4843a53cdfa2760dcefd34ee
6
+ metadata.gz: 426e0bbfdd6902afb094654398cc5672df85fbc278ee49918292678f227f8ef67a73c141d24a0312add8641bf673788662f61f57af2f28dd2a32f409d62276ef
7
+ data.tar.gz: f321af5b09443cf4168f52382f3b97ec0306694bb3d74d545b31c5f006f3265bad966a16fe978d93976574d568254c21647866318675b4cb39da61de46065f35
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-drive_v2
2
2
 
3
+ ### v0.37.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230517
6
+
7
+ ### v0.36.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230423
10
+
3
11
  ### v0.35.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 V2 of the Drive API
1
+ # Simple REST client for version V2 of the Google Drive API
2
2
 
3
- This is a simple client library for version V2 of the Drive API. It provides:
3
+ This is a simple client library for version V2 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::DriveV2::DriveService class reference docs}.
68
+ For reference information on specific calls in the Google Drive API, see the {Google::Apis::DriveV2::DriveService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71