instant_quote 1.7.1 → 1.7.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: c9bf0f31162c311de2e55f0cf43374e6ffd50d801217f0dc45900db6c9b534f2
4
- data.tar.gz: 06e7891f4b7b30db6e8fdbd8318d5e454db243f6b0c9cac542ab98b2872fe203
3
+ metadata.gz: fd282d49087da4618690e4ce31b277d7ef3ebacb9c1ee08e7140f6e36b068dbe
4
+ data.tar.gz: fa1f1c9fd0a4ca9f89ae4f2a97b9d121b9be2988e7802fd02e4fb084d56a4052
5
5
  SHA512:
6
- metadata.gz: ad3b07afbed20ccce134724a6c44995aa56ba7d399bacc0fdfffecc0c298e3a08163675475cc6277810dd9a517c65d42f40ccfd3e40267f2b7e4d1629387b22c
7
- data.tar.gz: 88f7f388923aae37307902617804284ac134b4611004321585312d9d09e0181cb6503661ade3b3e82509aab9090bddc5b32f82af3cc514bf37ec505b96586f0d
6
+ metadata.gz: f6eaccc382934116cf76da77089286a4ffc0b24d64592000828c2668fe5eaa9286a6f2a5b49ddad2f258c0b9de97d352ff6073990293b12be9592bf1108f5cab
7
+ data.tar.gz: 68b0407dee94857c6e1da32819dbafcffbd3a0ea278a58b1cb54d1ef4e1b75024deaf81914cb2bd4254c25477f63e5f6ce929e5d3d586dc2da77b93fd9a35f9d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instant_quote (1.7.1)
4
+ instant_quote (1.7.2)
5
5
  activesupport
6
6
  capital_on_tap
7
7
  iwoca
@@ -13,7 +13,7 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activesupport (6.1.1)
16
+ activesupport (6.1.3)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (>= 1.6, < 2)
19
19
  minitest (>= 5.1)
@@ -44,7 +44,7 @@ GEM
44
44
  faraday_middleware (1.0.0)
45
45
  faraday (~> 1.0)
46
46
  hashdiff (1.0.1)
47
- i18n (1.8.8)
47
+ i18n (1.8.9)
48
48
  concurrent-ruby (~> 1.0)
49
49
  iwoca (1.0.0)
50
50
  addressable
@@ -39,7 +39,7 @@ module InstantQuote
39
39
  new.get_approval(application_id, connection)
40
40
  end
41
41
 
42
- def get_link(_application_id, _connection)
42
+ def get_link(_connection)
43
43
  raise NotImplementedError, "You must implement '#{self.class.name}#get_link'"
44
44
  end
45
45
 
@@ -56,7 +56,7 @@ module InstantQuote
56
56
  end
57
57
 
58
58
  def get_approval
59
- adapter.get_approval(connection.external_id)
59
+ adapter.get_approval(connection.external_id, connection)
60
60
  end
61
61
 
62
62
  def additional_fields
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstantQuote
4
- VERSION = '1.7.1'
4
+ VERSION = '1.7.2'
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.1
4
+ version: 1.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - rikas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-09 00:00:00.000000000 Z
11
+ date: 2021-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler