smartystreets_ruby_sdk 5.14.4 → 5.14.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: 1921d9c1920db90429ff697c6602a154d2706ac9390758b88fca767fc3fdbb70
4
- data.tar.gz: ce88775a716d65d76ce3f7a4fa0346448238757194666a385849db368471538f
3
+ metadata.gz: 869299472834baa787f6070b26072ed8862a7af006bea1c314237f1eeafcd3fa
4
+ data.tar.gz: 5262bf0365516fa0bc39f8107248644758ca7c3f2f29066631542478929b4362
5
5
  SHA512:
6
- metadata.gz: d78e32918101943ce331a2d165177d378798304ecf7fdc66dc1f84794b15c86c3f2a98652383be500f85a00b24978c879c27013f4b99513677e120570bcedaab
7
- data.tar.gz: c8b477ccacba91c6542d98045746b6608230fd9c68f89abeab1dd449f708e8cf5853878c4ac8624fbb86c751c96489182c2845a6c8b0445c4e1e3ca1bf86451c
6
+ metadata.gz: beef270c8686a33b2f5d74579737fb42cbe82e343172eeab6e92ae94fd691dc907ae9e947ca98c7dd84f05253a69e2e09645bffc5247eb22013cc4b51bc41786
7
+ data.tar.gz: 0e1885053ff2144b50447e78a066d8b5e2567504a69ae081cdb421c5f6984cb9bfdc42d639ea54bfbd9264fa3ac251aa1866cb435af4f13c33bb99f947f8abcb
@@ -47,6 +47,7 @@ module SmartyStreets
47
47
  converted_obj = []
48
48
  obj.each do |lookup|
49
49
  converted_lookup = {}
50
+ lookup.candidates = 5 if lookup.match == "enhanced" && lookup.candidates == 1
50
51
 
51
52
  converted_lookup['input_id'] = lookup.input_id
52
53
  converted_lookup['street'] = lookup.street
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.14.4' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.14.5' # DO NOT EDIT (this is updated by a build job when a new release is published)
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartystreets_ruby_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.14.4
4
+ version: 5.14.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - SmartyStreets SDK Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-15 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler