iyzi 0.8.0 → 0.8.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec54e2d37426527052537a1f7f8d218a4d01d6c52fd2674344f1565d2484870c
4
- data.tar.gz: c81b2f9461e6f82fa0ae3b4ad9e0eb5842a52871534a42037cbb7483adaa1d75
3
+ metadata.gz: 0472d5cdd43b43c16da51561d2d496b932aefcdef1ff0648ece6213a50dcaca3
4
+ data.tar.gz: 835fdcc78665e8498b321fe76aa70c7ff97421b4b6f7734fa8a6dc35c9d76a20
5
5
  SHA512:
6
- metadata.gz: 40bec7de9937a951e67042f56fd13b94f6d9ef037bb02cc0864ad19823e46adfa0eaafc717d69d2cdebc78a72d351f8e90bece843c1d60a8d07b175c9e582af1
7
- data.tar.gz: f396f0b4671cee99a570fccc42b741c3a02642847c18c91b95dff2ec84c0fd03305664c67140f2bd07b1c0e59ef71201082c46ca45df58a3653cf4e6db4ffd05
6
+ metadata.gz: fe09673a12d3ea47269ede892a1f0766c6057fdc4996316d84b33c5e062c9a1c7d219e7cf2f5b76169e16e0e984f3d6549b32ba20cadb6fa329d69106a0e02e1
7
+ data.tar.gz: d27ec725ddbfa1095d390b6d7ff9bf5f3a13a480b92cc29ab5fb6670827af6aa181272dbd61dc4d50fcda2d1c8c0ff5056c093f1480bf562ad9825328d6f2100
@@ -39,8 +39,8 @@ module Iyzi
39
39
  @conn ||= Faraday.new(url: config.base_url) do |faraday|
40
40
  faraday.request :json
41
41
  faraday.response :logger if ENV['DEBUG']
42
- faraday.adapter Faraday.default_adapter # make requests with Net::HTTP
43
42
  faraday.response :json, content_type: /\bjson$/
43
+ faraday.adapter Faraday.default_adapter # make requests with Net::HTTP
44
44
  end
45
45
  end
46
46
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Iyzi
4
- VERSION = '0.8.0'
4
+ VERSION = '0.8.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iyzi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Demirhan Aydin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-13 00:00:00.000000000 Z
11
+ date: 2021-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday