instant_quote 1.1.4 → 1.1.5

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: 15c4949632bab15c6468290a1f0d459cf797c2a9dee15c12b02261eff154292d
4
- data.tar.gz: '08ac65c4b02edc57c97888299aef2704b88faf2914a4b99ebc6edca078459a40'
3
+ metadata.gz: 94f1d5df47b3999b97588775a13841df44572c0d7be346910edd63a5ffddd508
4
+ data.tar.gz: 962de3818c7dbf3798714ef569989d9d99c86a658d9d438aea11022139796ba2
5
5
  SHA512:
6
- metadata.gz: c11771be9ce275d3e3c6b3900eb444d78313b3764877028855f4bb98ca08d2b4e12dfee9fd2c07c6ed49ce6662cd4c5e749cca7d9e50142283c5808f582757ab
7
- data.tar.gz: cab4260996cd01406ea47e0563d24a55cb4cf5736b621e7e2cdc0f9759800c5560af707fbc884b41c55f9da43ecd15fe0d30e3c8d1da08acec6408cb977f8532
6
+ metadata.gz: 80b1b895c788066efda01ce90a92759cc55c30fb980b0009c8afece0185df2587b849891453c63b51045f66d8a635ce73998c980b6670d0f2e5224084bbd2f6d
7
+ data.tar.gz: 0e85669f3de89a64c009e6311cc76d60f5f84867499d4642e86373629baa864636120ea1375e33fd5edbca41cd9a9aa1856d96a3159c0a8e51919a68fe4c75ca
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instant_quote (1.1.4)
4
+ instant_quote (1.1.5)
5
5
  activesupport
6
6
  capital_on_tap
7
7
  iwoca
@@ -34,10 +34,10 @@ GEM
34
34
  diff-lcs (1.3)
35
35
  docile (1.3.2)
36
36
  dotenv (2.7.5)
37
- faraday (0.17.3)
37
+ faraday (1.0.1)
38
38
  multipart-post (>= 1.2, < 3)
39
- faraday_middleware (0.14.0)
40
- faraday (>= 0.7.4, < 1.0)
39
+ faraday_middleware (1.0.0)
40
+ faraday (~> 1.0)
41
41
  hashdiff (1.0.1)
42
42
  i18n (1.8.2)
43
43
  concurrent-ruby (~> 1.0)
@@ -45,7 +45,7 @@ module InstantQuote
45
45
  # because it's silly :)
46
46
  def initialize(data = {})
47
47
  @data = super
48
- @data = @data[:data] || {}
48
+ @data = @data[:data] if @data.key?(:data)
49
49
  end
50
50
 
51
51
  def pending?
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstantQuote
4
- VERSION = '1.1.4'
4
+ VERSION = '1.1.5'
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.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - rikas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-26 00:00:00.000000000 Z
11
+ date: 2020-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler