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: 93698a943856cab100913566c3dd718662d6c25a3f332add330d28d9071107db
4
- data.tar.gz: 2c642b721e322c51a34c7fcb90accdb58ab6e73587a9b61b9b34cfd9041087ae
3
+ metadata.gz: 69428c98a5d5ed81629f33444ec91ed49937807a0f2f4ac16f3064536f4ca2de
4
+ data.tar.gz: e7343cb7c618e81ac462ab8cd25a0d498a5230f59e2aef796a6af9d54ab2162d
5
5
  SHA512:
6
- metadata.gz: 4a884a59d5a3cc8b697d709f556b95152431958d51d0445803891dd0b0515eb142a2082f516bca321d9ada72b84b7c9f8924e37f813b1be01fa30a0e797b4e20
7
- data.tar.gz: 752f41008a25167523950b3d4056e747755fa0d147f0981f2ac871d958c8dd03ad36295c9240d6cc6958a7266140c6447723398ec5aeb6f4401a969c329a68d1
6
+ metadata.gz: 37f6d35744b13c536e7c1ebeb346000d476d4c949797c93e78e66c15578a48db1d9410cc4a37a14ef6767d064438a71a4e78c39efab06e924d7219bbc601629f
7
+ data.tar.gz: 11db9f5cde2cd7d8bb1af0195d3fa9a6969838bb9d3cda158a8c1585e8f26d855f20a348dff9163c0405718502d67090cf00d38bfb4785c740e6a0aa9e7f3375
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- my_api_client (0.6.1)
4
+ my_api_client (0.6.2)
5
5
  activesupport (>= 4.2.0)
6
6
  jsonpath
7
7
  sawyer
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MyApiClient
4
- VERSION = '0.6.1'
4
+ VERSION = '0.6.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryz310