my_api_client 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69428c98a5d5ed81629f33444ec91ed49937807a0f2f4ac16f3064536f4ca2de
|
4
|
+
data.tar.gz: e7343cb7c618e81ac462ab8cd25a0d498a5230f59e2aef796a6af9d54ab2162d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37f6d35744b13c536e7c1ebeb346000d476d4c949797c93e78e66c15578a48db1d9410cc4a37a14ef6767d064438a71a4e78c39efab06e924d7219bbc601629f
|
7
|
+
data.tar.gz: 11db9f5cde2cd7d8bb1af0195d3fa9a6969838bb9d3cda158a8c1585e8f26d855f20a348dff9163c0405718502d67090cf00d38bfb4785c740e6a0aa9e7f3375
|
data/Gemfile.lock
CHANGED
@@ -5,7 +5,7 @@ class ApplicationApiClient < MyApiClient::Base
|
|
5
5
|
# Almost settings are inherited to child classes.
|
6
6
|
|
7
7
|
# Set the log output destination. The default is `Logger.new(STDOUT)`.
|
8
|
-
logger = Rails.logger
|
8
|
+
self.logger = Rails.logger
|
9
9
|
|
10
10
|
# Set the maximum number of seconds to wait on HTTP connection. If the
|
11
11
|
# connection does not open even after this number of seconds, the exception
|