instant_quote 1.7.0 → 1.7.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/instant_quote/adapters/youlend.rb +2 -2
- data/lib/instant_quote/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9bf0f31162c311de2e55f0cf43374e6ffd50d801217f0dc45900db6c9b534f2
|
|
4
|
+
data.tar.gz: 06e7891f4b7b30db6e8fdbd8318d5e454db243f6b0c9cac542ab98b2872fe203
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad3b07afbed20ccce134724a6c44995aa56ba7d399bacc0fdfffecc0c298e3a08163675475cc6277810dd9a517c65d42f40ccfd3e40267f2b7e4d1629387b22c
|
|
7
|
+
data.tar.gz: 88f7f388923aae37307902617804284ac134b4611004321585312d9d09e0181cb6503661ade3b3e82509aab9090bddc5b32f82af3cc514bf37ec505b96586f0d
|
data/Gemfile.lock
CHANGED
|
@@ -9,7 +9,7 @@ module InstantQuote
|
|
|
9
9
|
additional_fields [
|
|
10
10
|
{
|
|
11
11
|
name: 'monthly_card_revenue',
|
|
12
|
-
label: 'Avg. monthly
|
|
12
|
+
label: 'Avg. monthly card revenue',
|
|
13
13
|
required: true,
|
|
14
14
|
type: 'money'
|
|
15
15
|
},
|
|
@@ -21,7 +21,7 @@ module InstantQuote
|
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
name: 'applicant_consent',
|
|
24
|
-
label: 'Yes, I give my consent for my data to be shared',
|
|
24
|
+
label: 'Yes, I give my consent for my data to be shared with YouLend',
|
|
25
25
|
required: true,
|
|
26
26
|
type: 'checkbox'
|
|
27
27
|
}
|
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.
|
|
4
|
+
version: 1.7.1
|
|
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-
|
|
11
|
+
date: 2021-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|