google-apis-drive_v2 0.36.0 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/drive_v2/classes.rb +500 -505
- data/lib/google/apis/drive_v2/gem_version.rb +2 -2
- data/lib/google/apis/drive_v2/service.rb +466 -664
- data/lib/google/apis/drive_v2.rb +3 -4
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c59ce43063c24ea6cec8c8e6f75b9957bfad222de990a492b9cf91c371553ed8
|
4
|
+
data.tar.gz: a2dfdd023a5480f90a4e7db28b02b78590164847a64c29664ba16429b2b59eed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 426e0bbfdd6902afb094654398cc5672df85fbc278ee49918292678f227f8ef67a73c141d24a0312add8641bf673788662f61f57af2f28dd2a32f409d62276ef
|
7
|
+
data.tar.gz: f321af5b09443cf4168f52382f3b97ec0306694bb3d74d545b31c5f006f3265bad966a16fe978d93976574d568254c21647866318675b4cb39da61de46065f35
|
data/CHANGELOG.md
CHANGED
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
|
|