sila-ruby 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sila-ruby/api_helpers.rb +1 -1
- data/lib/sila-ruby/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: dfdd92201162ad24aadafd39b1366b8f6c10afcf63be47c6a0c23189f1496646
|
4
|
+
data.tar.gz: 461851b525c9baf8d4f24599f319dba3bf59777ead2d85a63ed81d6308d5f1e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a46aa9dc3cbd227c6076264323210fe90ae8ceba5de37155904728cfddc6a0a22d341f4375e15f00fd23bbca6fe8cb8a963467e26db8de9cfe27d53779c3bd2
|
7
|
+
data.tar.gz: 234e3a754659b905061ee45a93c88f77d81d6fc055d2fc3d5b2cc07de29b4ed39d736317b0a6928c51383dce9a2150004377ee978e024f3e79b43b900eaf3ffc
|
@@ -60,7 +60,7 @@ module ApiHelpers
|
|
60
60
|
end
|
61
61
|
# Post to the API endpoint
|
62
62
|
begin
|
63
|
-
response = HTTParty.post(url, { "body": bodyJSON, "headers": { "authsignature": auth_signature, "usersignature": user_signature }
|
63
|
+
response = HTTParty.post(url, { "body": bodyJSON, "headers": { "authsignature": auth_signature, "usersignature": user_signature }})
|
64
64
|
res_hash(response)
|
65
65
|
rescue => e
|
66
66
|
e.inspect
|
data/lib/sila-ruby/version.rb
CHANGED