google-apis-drive_v2 0.36.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: cee95c1effdb7097e9935a57cde4cbf4acefcc5e14d4194e48f69ed6e0dae89b
4
- data.tar.gz: 8385a31753ad315ca80b01f0ceaedcdff529da7cfe990afb7ac6bbe0f3e34846
3
+ metadata.gz: c59ce43063c24ea6cec8c8e6f75b9957bfad222de990a492b9cf91c371553ed8
4
+ data.tar.gz: a2dfdd023a5480f90a4e7db28b02b78590164847a64c29664ba16429b2b59eed
5
5
  SHA512:
6
- metadata.gz: 9c8a48b1d8e5aad8c427e1584945e5b1544aebae5300effdb47bbb3fd4c503604a4eb964231d9b8fa9ff68eaa548c4f3bc19e9d424f394fc46e3d92896c666fb
7
- data.tar.gz: 9779a42a8003bca67117da85eea365c794ed0e3fc0b6ed3f2b73f2f8e979e6b6f4be3cefcb6132a321f307c1ec0f197c823d89848fd28dc80d77617d83dcf2f0
6
+ metadata.gz: 426e0bbfdd6902afb094654398cc5672df85fbc278ee49918292678f227f8ef67a73c141d24a0312add8641bf673788662f61f57af2f28dd2a32f409d62276ef
7
+ data.tar.gz: f321af5b09443cf4168f52382f3b97ec0306694bb3d74d545b31c5f006f3265bad966a16fe978d93976574d568254c21647866318675b4cb39da61de46065f35
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.36.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 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