googledrive-easy 0.0.1 → 0.0.2
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/lib/googledrive-easy.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7eabdbf7fe61974bbeff3825f50e99a750a5ea897b73ce5881961e7790402b94
|
|
4
|
+
data.tar.gz: cf9cb4221cf97589a9281ffc17f863722abd4453a39a4a04be37e44ce529d7b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54ad795446f0780b756a802950efebf6e33fa1c4c5925d4d52654409f1b664cfcb87fde0bd6289aaa08175befee94b2e2db2f328c90faa5fb207f5c8cc497e9f
|
|
7
|
+
data.tar.gz: c9b30b306c21b9ea351ce4188042d4f5abca31c92ead0fe82c718c1f4141245b1a53d87bb925f57dae11b05bad370791aa09ffdf33e7445099268049961e0f93
|
data/lib/googledrive-easy.rb
CHANGED
|
@@ -237,7 +237,7 @@ class GoogleDrive
|
|
|
237
237
|
end
|
|
238
238
|
|
|
239
239
|
# returns all files by default in all folders
|
|
240
|
-
def find_files(name
|
|
240
|
+
def find_files(name = "*", parentfolderid: nil)
|
|
241
241
|
return get_all_files(justfiles: true, parentfolderid: parentfolderid, name: name)
|
|
242
242
|
end
|
|
243
243
|
|