google-apis-drive_v2 0.36.0 → 0.38.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: a3d35fcdf707df0610cd0b575d3d86b0d00cc3bf4fb709db5baf613e220672f2
4
+ data.tar.gz: fc6ec6f343b98813b4c68362b3b1b6cb18e3f9ea029bfa0f6ef4ffd8b1774b24
5
5
  SHA512:
6
- metadata.gz: 9c8a48b1d8e5aad8c427e1584945e5b1544aebae5300effdb47bbb3fd4c503604a4eb964231d9b8fa9ff68eaa548c4f3bc19e9d424f394fc46e3d92896c666fb
7
- data.tar.gz: 9779a42a8003bca67117da85eea365c794ed0e3fc0b6ed3f2b73f2f8e979e6b6f4be3cefcb6132a321f307c1ec0f197c823d89848fd28dc80d77617d83dcf2f0
6
+ metadata.gz: 1acb99767d52d2bf0ceef0d3815491970257683a1101454b603cc2f2580f83f06442e82668bd31a2601a4b84ed8db3391d27bd38fe36c96f4e4261098c6837e1
7
+ data.tar.gz: 78b0c5314b093ec36e98905cd06474fcd56758826f77a49d0b28a5d9bceaff082506ba15f516670fb870f91cab39d42fabaddcdbee1168f2b4bcc1acfa9657f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-drive_v2
2
2
 
3
+ ### v0.38.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230520
6
+
7
+ ### v0.37.0 (2023-05-21)
8
+
9
+ * Regenerated from discovery document revision 20230517
10
+
3
11
  ### v0.36.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 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