instant_quote 1.7.21 → 1.7.22

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: 502f0004b8814d403960af4d7224d6f3e14dddc643b5cded504f2ae4d936e639
4
- data.tar.gz: f5de71cb828ecc9c2b7c1ce4675717bd21554ee3746e822555c9720a4a0aa91b
3
+ metadata.gz: 2cfb3948ee04a205206b34fccf2f026860d98251ea360c89b15a61b4237bc676
4
+ data.tar.gz: 769bf102eb00fe3af4fd0feb54fbc7d497839ae4198bfeb5ea1c320e50dc8483
5
5
  SHA512:
6
- metadata.gz: 3ca9d74af469fd1895aa53657f67281a8fe53784b6e3ee831e4cd7f16c0d0d7689ec70daf19745c8620f8fdc1a26179babdbea8ebec8c82489304a8531b2c853
7
- data.tar.gz: 5e374c6ad1ad7262986829cb503e4871723ebfd90a6de7a6749fc7c98752f3c506b4e67133cbadbee45058797b297fd3f288339b8c4373f6144399e01b7599fb
6
+ metadata.gz: cd5fc9c98403f895a5b0c0297e567867e065a8f4a2f488368604d40301d4e7f0d6a3159d2040c7dad61e5e701cdbbf35b0f800b2a3f2d0bcddcd48a9f73fbc80
7
+ data.tar.gz: 3f378869e818467e5a2393f6a4d80b44e302374784cc2549b56c3448ce99c6871b98d742475dc35cc308bc5aa7ee0ebb8ce5ec4576b0d95f9a37934e10f6e9e9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instant_quote (1.7.21)
4
+ instant_quote (1.7.22)
5
5
  activesupport
6
6
  capital_on_tap (~> 1.0.1)
7
7
  iwoca (~> 1.1.0)
@@ -13,7 +13,7 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activesupport (6.1.5)
16
+ activesupport (6.1.7.6)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (>= 1.6, < 2)
19
19
  minitest (>= 5.1)
@@ -29,28 +29,29 @@ GEM
29
29
  multi_json
30
30
  rainbow
31
31
  coderay (1.1.3)
32
- concurrent-ruby (1.1.9)
32
+ concurrent-ruby (1.2.2)
33
33
  crack (0.4.5)
34
34
  rexml
35
- diff-lcs (1.4.4)
36
- docile (1.3.5)
37
- dotenv (2.7.6)
35
+ diff-lcs (1.5.0)
36
+ docile (1.4.0)
37
+ dotenv (2.8.1)
38
38
  faraday (2.7.10)
39
39
  faraday-net_http (>= 2.0, < 3.1)
40
40
  ruby2_keywords (>= 0.0.4)
41
41
  faraday-net_http (3.0.2)
42
42
  hashdiff (1.0.1)
43
- i18n (1.10.0)
43
+ i18n (1.14.1)
44
44
  concurrent-ruby (~> 1.0)
45
- iwoca (1.1.1)
45
+ iwoca (1.1.3)
46
46
  addressable
47
47
  faraday (~> 2.7)
48
48
  json-schema
49
49
  rainbow
50
+ json (2.6.3)
50
51
  json-schema (4.0.0)
51
52
  addressable (>= 2.8)
52
53
  method_source (1.0.0)
53
- minitest (5.15.0)
54
+ minitest (5.19.0)
54
55
  money (6.16.0)
55
56
  i18n (>= 0.6.4, <= 2)
56
57
  multi_json (1.15.0)
@@ -58,10 +59,11 @@ GEM
58
59
  addressable
59
60
  faraday (~> 2.7)
60
61
  rainbow
61
- parallel (1.20.1)
62
- parser (3.0.0.0)
62
+ parallel (1.23.0)
63
+ parser (3.2.2.3)
63
64
  ast (~> 2.4.1)
64
- phonelib (0.6.57)
65
+ racc
66
+ phonelib (0.8.3)
65
67
  pry (0.13.1)
66
68
  coderay (~> 1.1)
67
69
  method_source (~> 1.0)
@@ -69,59 +71,63 @@ GEM
69
71
  byebug (~> 11.0)
70
72
  pry (~> 0.13.0)
71
73
  public_suffix (5.0.3)
74
+ racc (1.7.1)
72
75
  rainbow (3.1.1)
73
76
  rake (10.5.0)
74
- regexp_parser (2.1.1)
75
- rexml (3.2.4)
76
- rspec (3.10.0)
77
- rspec-core (~> 3.10.0)
78
- rspec-expectations (~> 3.10.0)
79
- rspec-mocks (~> 3.10.0)
80
- rspec-core (3.10.1)
81
- rspec-support (~> 3.10.0)
82
- rspec-expectations (3.10.1)
77
+ regexp_parser (2.8.1)
78
+ rexml (3.2.6)
79
+ rspec (3.12.0)
80
+ rspec-core (~> 3.12.0)
81
+ rspec-expectations (~> 3.12.0)
82
+ rspec-mocks (~> 3.12.0)
83
+ rspec-core (3.12.2)
84
+ rspec-support (~> 3.12.0)
85
+ rspec-expectations (3.12.3)
83
86
  diff-lcs (>= 1.2.0, < 2.0)
84
- rspec-support (~> 3.10.0)
85
- rspec-mocks (3.10.2)
87
+ rspec-support (~> 3.12.0)
88
+ rspec-mocks (3.12.6)
86
89
  diff-lcs (>= 1.2.0, < 2.0)
87
- rspec-support (~> 3.10.0)
88
- rspec-support (3.10.2)
89
- rubocop (1.11.0)
90
+ rspec-support (~> 3.12.0)
91
+ rspec-support (3.12.1)
92
+ rubocop (1.50.2)
93
+ json (~> 2.3)
90
94
  parallel (~> 1.10)
91
- parser (>= 3.0.0.0)
95
+ parser (>= 3.2.0.0)
92
96
  rainbow (>= 2.2.2, < 4.0)
93
97
  regexp_parser (>= 1.8, < 3.0)
94
- rexml
95
- rubocop-ast (>= 1.2.0, < 2.0)
98
+ rexml (>= 3.2.5, < 4.0)
99
+ rubocop-ast (>= 1.28.0, < 2.0)
96
100
  ruby-progressbar (~> 1.7)
97
- unicode-display_width (>= 1.4.0, < 3.0)
98
- rubocop-ast (1.4.1)
99
- parser (>= 2.7.1.5)
100
- rubocop-rake (0.5.1)
101
- rubocop
102
- rubocop-rspec (2.2.0)
101
+ unicode-display_width (>= 2.4.0, < 3.0)
102
+ rubocop-ast (1.29.0)
103
+ parser (>= 3.2.1.0)
104
+ rubocop-capybara (2.18.0)
105
+ rubocop (~> 1.41)
106
+ rubocop-rake (0.6.0)
103
107
  rubocop (~> 1.0)
104
- rubocop-ast (>= 1.1.0)
105
- ruby-progressbar (1.11.0)
108
+ rubocop-rspec (2.20.0)
109
+ rubocop (~> 1.33)
110
+ rubocop-capybara (~> 2.17)
111
+ ruby-progressbar (1.13.0)
106
112
  ruby2_keywords (0.0.5)
107
- simplecov (0.21.2)
113
+ simplecov (0.22.0)
108
114
  docile (~> 1.1)
109
115
  simplecov-html (~> 0.11)
110
116
  simplecov_json_formatter (~> 0.1)
111
117
  simplecov-html (0.12.3)
112
- simplecov_json_formatter (0.1.2)
113
- tzinfo (2.0.4)
118
+ simplecov_json_formatter (0.1.4)
119
+ tzinfo (2.0.6)
114
120
  concurrent-ruby (~> 1.0)
115
- unicode-display_width (2.0.0)
116
- webmock (3.12.1)
117
- addressable (>= 2.3.6)
121
+ unicode-display_width (2.4.2)
122
+ webmock (3.19.1)
123
+ addressable (>= 2.8.0)
118
124
  crack (>= 0.3.2)
119
125
  hashdiff (>= 0.4.0, < 2.0.0)
120
126
  youlend (1.1.4)
121
127
  addressable
122
128
  faraday (~> 2.7)
123
129
  rainbow
124
- zeitwerk (2.5.4)
130
+ zeitwerk (2.6.11)
125
131
 
126
132
  PLATFORMS
127
133
  ruby
@@ -101,7 +101,7 @@ module InstantQuote
101
101
 
102
102
  def person_information
103
103
  {
104
- uid: SecureRandom.uuid,
104
+ # uid: SecureRandom.uuid,
105
105
  first_name: application.primary_user.first_name,
106
106
  last_name: application.primary_user.last_name,
107
107
  date_of_birth: extra_info['applicant_date_of_birth'],
@@ -118,7 +118,7 @@ module InstantQuote
118
118
 
119
119
  def person_phone
120
120
  {
121
- uid: SecureRandom.uuid,
121
+ # uid: SecureRandom.uuid,
122
122
  number: extra_info['applicant_phone_number'],
123
123
  type: 'primary'
124
124
  }
@@ -126,7 +126,7 @@ module InstantQuote
126
126
 
127
127
  def person_email
128
128
  {
129
- uid: SecureRandom.uuid,
129
+ # uid: SecureRandom.uuid,
130
130
  email: application&.primary_user&.email,
131
131
  type: 'primary'
132
132
  }
@@ -135,7 +135,7 @@ module InstantQuote
135
135
  # rubocop:disable Naming/VariableNumber
136
136
  def person_residential_address
137
137
  {
138
- uid: SecureRandom.uuid,
138
+ # uid: SecureRandom.uuid,
139
139
  town: extra_info['applicant_town'],
140
140
  street_line_1: extra_info['applicant_address_line_1'],
141
141
  street_line_2: extra_info['applicant_address_line_2'] || '',
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstantQuote
4
- VERSION = '1.7.21'
4
+ VERSION = '1.7.22'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instant_quote
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.21
4
+ version: 1.7.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - rikas