ons-firestore 1.1.0 → 1.1.1
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/ons-firestore/firestore.rb +1 -1
- data/lib/ons-firestore/version.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: 7071e0cea0d0adb25db556b56c07e5e3db7373efb6568d80fa86ad3de7f0553a
|
|
4
|
+
data.tar.gz: fa2f124217f08065cbeec384fa2d2c896c4b6c935dde744861a3b03d10e77019
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d67f09a82059d39cd90ef7e5b153562d68e71e27f1b379748bb139bd498c58f4ea4c548b4f5132a44ea666e7ef4f7f19ba356fe65d55b9937a8e8b3601266fa
|
|
7
|
+
data.tar.gz: 7098b9941d613ca972ca4078987e306b7d7ad2d01a2d1a9a4b821e0efa88a40da0f664103caaa41713875c788cfb2c059cd9be20b6a136190c2a277a23e590c2
|
|
@@ -22,7 +22,7 @@ class Firestore
|
|
|
22
22
|
# Returns all Firestore documents within a collection.
|
|
23
23
|
#
|
|
24
24
|
# @param collection_name [String] the name of the Firestore collection containing the documents
|
|
25
|
-
# @return [
|
|
25
|
+
# @return [Enumerator] list of documents within the collection
|
|
26
26
|
# @raise [ArgumentError] if collection_name is nil
|
|
27
27
|
def all_documents(collection_name)
|
|
28
28
|
raise ArgumentError.new('collection_name cannot be nil') if collection_name.nil?
|