smartystreets_ruby_sdk 5.14.7 → 5.14.8

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: 2a2233d175a8883620b5b47d89b01bdd94421e715575d3c24c9f8609c8c0655d
4
- data.tar.gz: 21553a76e7432999f6e3acdb2c2ab18af972206a9efda2645a210f4dbb6721c4
3
+ metadata.gz: 73a74155aa4e6204603c70d7a19f2c4a8a5f25917fcb3228b97f5e8979c2c8de
4
+ data.tar.gz: 8700baf3f0d0bc16549050120033d39e873894905551c8ef516b7d8648c821aa
5
5
  SHA512:
6
- metadata.gz: fc46e6fdf3c8b3460bb5ef96d117f436bb1a9f14c5a95fcacde330c68cc938e55799e640b093476912793457ba302ab7a380fcbba99c748521686aaa1758dd45
7
- data.tar.gz: '0349cd5baf5fab5b50468f42d2600dc282787c583b1a9151325ac3388bddbc68bbf7c2bc68a9524f787293f0751234975719ae6e0013cfc4777ba0fc114a70d7'
6
+ metadata.gz: a6f4b0326b89cb89d99349ae6548b9e8d40740b8b6e35867aa2b6bd2d45af124d02309cc62a0fdcc3f3d01fddcb384bc989661c60629f08204e81413a23b86b0
7
+ data.tar.gz: 3f5042ffd258950f77ff9e52ccaa69b889e54310f9eca155dab8ce2e6e3861515c82e1ac40130152fd61001793f0b4fc30c109e5aacf228e8150157b2342b0e3
@@ -24,7 +24,7 @@ module SmartyStreets
24
24
  raise response.error if response.error
25
25
 
26
26
  result = @serializer.deserialize(response.payload)
27
- suggestions = convert_suggestions(result)
27
+ suggestions = convert_suggestions(result.fetch('candidates', []))
28
28
  lookup.result = suggestions
29
29
  end
30
30
 
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.14.7' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.14.8' # 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.7
4
+ version: 5.14.8
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: 2022-03-09 00:00:00.000000000 Z
11
+ date: 2022-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler