instant_quote 1.7.7 → 1.7.8

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: c6ca7c25677c925b0b637a2ac22052acf1e0969228fce0a2acd5d3916ea4bcf1
4
- data.tar.gz: df855495089300f19461a6fdc50784987305a4064d4919b0426a7e330c9bf67b
3
+ metadata.gz: a68d10d20e17f32e18921fae70cd7dfeb606e71e2801e809269c148bfe35c513
4
+ data.tar.gz: fbe659e1e32f5cbc7fd98ab6db37601fd3215b6c866f23119588e4a83d604509
5
5
  SHA512:
6
- metadata.gz: 0b4449520408ce3c7ea5ecadda96213fee6ae6ffde6476f1ad3cd13f46fa296612e29001ed9cd66e1f836fc32c29f3ed882bd4de88e386855adc511503a4edc0
7
- data.tar.gz: dda46d5ba775f70e21319df87dd9e69033188f37f6ffffa59b0e85736179ade50b9ab1b34b0e906e18b5952fcdb814b4627ac0108c99c3b42afc24b0a8be6d5b
6
+ metadata.gz: e5f3a8834baabc3c81107e5c31a982b761ac0af4fe9e07149c1cfa2c494060dbed29a42de225dabe0072867f2782efac2e10521a97ef7f89f19c19c7859845c1
7
+ data.tar.gz: 06f335e1b72643023c5673a0bc7d0542ff8b03e32dda660db4d49a673933c3ccbef9cd9f3b05ef6100c68552797ffb27ec15953b4418678167b1ee1c008b6ce6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instant_quote (1.7.7)
4
+ instant_quote (1.7.8)
5
5
  activesupport
6
6
  capital_on_tap
7
7
  iwoca
@@ -36,11 +36,15 @@ GEM
36
36
  diff-lcs (1.4.4)
37
37
  docile (1.3.5)
38
38
  dotenv (2.7.6)
39
- faraday (1.3.0)
39
+ faraday (1.4.1)
40
+ faraday-excon (~> 1.1)
40
41
  faraday-net_http (~> 1.0)
42
+ faraday-net_http_persistent (~> 1.1)
41
43
  multipart-post (>= 1.2, < 3)
42
- ruby2_keywords
44
+ ruby2_keywords (>= 0.0.4)
45
+ faraday-excon (1.1.0)
43
46
  faraday-net_http (1.0.1)
47
+ faraday-net_http_persistent (1.1.0)
44
48
  faraday_middleware (1.0.0)
45
49
  faraday (~> 1.0)
46
50
  hashdiff (1.0.1)
@@ -75,7 +75,7 @@ module InstantQuote
75
75
  raise ApiError.new(
76
76
  adapter: 'youlend',
77
77
  data: response.body,
78
- error: response.error || '[Youlend] API error'
78
+ error: response.errors.first || '[Youlend] API error'
79
79
  )
80
80
  end
81
81
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstantQuote
4
- VERSION = '1.7.7'
4
+ VERSION = '1.7.8'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instant_quote
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.7
4
+ version: 1.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - rikas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-14 00:00:00.000000000 Z
11
+ date: 2021-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler