callstacking-rails 0.1.33 → 0.1.34
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/callstacking/rails/client/base.rb +1 -1
- data/lib/callstacking/rails/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: bce5ce229bc999f78ce49367f9998b29c2e3be93e37d41a2f49b6e8b4f7c5619
|
4
|
+
data.tar.gz: cb855dd5c05bc5741da264b58b8a791c8e066a9ffc5cb8e20060ed3161acc599
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fc47250fa0a7fca648f7ec4702a1cb85866876d3fd253dc1f9465f67e5ee0efe19d1e46269634aca52187310c627be99c2930ea01f4f34e4e0424e01e15f938
|
7
|
+
data.tar.gz: 052a1f6976cbabc885518abe8158079d7f4aa40e0a22b883cfe6e8b8f5168c3370aff3998cfda9e89194c35970723dbffb799e957fca65a21cf6e39e6e0601d3
|
@@ -25,7 +25,7 @@ module Callstacking
|
|
25
25
|
c.use Faraday::Response::RaiseError # raise exceptions on 40x, 50x responses
|
26
26
|
c.request :json # This will set the "Content-Type" header to application/json and call .to_json on the body
|
27
27
|
c.adapter Faraday.default_adapter
|
28
|
-
c.options.timeout =
|
28
|
+
c.options.timeout = 120
|
29
29
|
|
30
30
|
if auth_token.present?
|
31
31
|
c.request :authorization, :Bearer, auth_token
|