easyllama-client 0.1.2 → 0.1.3
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/easyllama/client/version.rb +2 -2
- data/lib/easyllama/client.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: 9148ba219056e97f195875a8aec77ee9f3aa3b11d21356af8da2b18987dfd126
|
4
|
+
data.tar.gz: c7fe8a6bc289ae159f72509dd5ed2a745517b867a57ec62913082c18c3320415
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19b32f437da95f1a010f89ccc3bf89f8938ef5838d4722cdf4f1634b66dff8775efc71168cacd8c6d02515f8b1e3e107bad7a96b316b70997cdb372afd73e424
|
7
|
+
data.tar.gz: 0e82fb94ff4773260861dfe11361bf5ff89530489cc23927c40be159afb67a040a0e55732b08a858a05c209e4decd939bf3f66bed7dac001c806dc2317af1e62
|
data/lib/easyllama/client.rb
CHANGED
@@ -25,7 +25,7 @@ module EasyLlama
|
|
25
25
|
execute_request(uri, request)
|
26
26
|
end
|
27
27
|
|
28
|
-
# Parses the response body
|
28
|
+
# Parses the response body.
|
29
29
|
# If the response is successful, returns the value for the key.
|
30
30
|
# If the response is unsuccessful, returns an error code and message.
|
31
31
|
#
|