instant_quote 1.1.2 → 1.1.3

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: 5ef7de39482768419b0f8fcceef1a519f9a6f59d806663f87855b112255fb901
4
- data.tar.gz: 365472c89d076772550acd39988412d8fc6a7501b0684d6a694a88e151802010
3
+ metadata.gz: b072ab73d4b3b39da0c0312e0843467068492dcade4e7ba373f6db0361fe4a9e
4
+ data.tar.gz: cb51f889b9c580a86abb7d7013ca2289c267659e4815432e6499341bf6a50808
5
5
  SHA512:
6
- metadata.gz: 7ba1a1214b4eb23a89b69f90f60195bf7f50d2d45f17b1727571f506dbc033513ec127c56ba18a5061fd93abb6df30b5952cf57bcf0ada33bdda091962fd43b8
7
- data.tar.gz: 655bec0c02d728f1e2f39ffa32decbad0754359ede1b60dcfa866b65509316cddc1d0e5ea3ded3b279b1e850b89f2b6d0508d26af472d18f1eececf730bf0a2d
6
+ metadata.gz: 9035dfc9ba49a5a65fea60682da0d9f36bd8b87ec29e449af12827024a6fe2e5ca711ce2198881ae42536ffe00b0f9626d74f96e66730f85a629e233030666db
7
+ data.tar.gz: 8ce97f3a64509c2a28e96e840eb06d547d9326eb7c686898e7407c090ff170f161a47efb6f708a0b257dda4b7ec965e7341efc99972da130b613951acc221cc0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instant_quote (1.1.2)
4
+ instant_quote (1.1.3)
5
5
  activesupport
6
6
  capital_on_tap
7
7
  iwoca
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (6.0.2.1)
14
+ activesupport (6.0.2.2)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 0.7, < 2)
17
17
  minitest (~> 5.1)
@@ -30,7 +30,7 @@ module InstantQuote
30
30
  end
31
31
 
32
32
  def amount
33
- Money.new(credit_decision[:approvalAmount].to_f * 1000).format
33
+ Money.new(credit_decision[:approvalAmount].to_f * 100).format
34
34
  end
35
35
 
36
36
  def monthly_interest_rate
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstantQuote
4
- VERSION = '1.1.2'
4
+ VERSION = '1.1.3'
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.2
4
+ version: 1.1.3
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-16 00:00:00.000000000 Z
11
+ date: 2020-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler