smartystreets_ruby_sdk 5.9.1 → 5.9.2

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: 22abe39dcfb7e3f3a54c00e23a2e10f74f9517da591eba7e5d683bd85906bdc6
4
- data.tar.gz: cc64352a972464666e5b736306bb37e24b10c9304bedebe3bfa607b1b3119315
3
+ metadata.gz: d3bf47c1d7fc05162f580218523c230a1831b5d3a7db41114632ffff8edcd715
4
+ data.tar.gz: c88966f71a4516c4e89077411eb171ccd8074b7f5d9897c551eb1faf977f2415
5
5
  SHA512:
6
- metadata.gz: 35615ebe72dc2c2879dbe5280fd97e3c5da730fe07b437ac196b9ceb512d5a2ebc4025a45f3f0a90949ae6b45efac5292004563b3eb4fc2fdd2ed83ef2a05f34
7
- data.tar.gz: 71adfc30cc9318b1196f59ed52362ead899056e14df932b49bed7e7a24428bf38cdd59321db316c2539bb4e091a65ceadb4464b2eca2d6b2fdf9608178de3ade
6
+ metadata.gz: 2d6c3fb74acd909a9c8c3faa5ccff9ab59fc8edc7a515b3ba265318f75eebeeb42cc24e63714050bdc61ee1dd49ab62a7e85c0f0034e248e143460e9d8fb8c34
7
+ data.tar.gz: 938c7cfcdc00f22924c66668d25446425a27edc43839193c959b41452f68ea250de64c99790f4c764699e0a180b9c19c35586dd8c57c8b906ddbe2378f20a817
@@ -50,8 +50,10 @@ module SmartyStreets
50
50
  def convert_candidates(raw_candidates)
51
51
  candidates = []
52
52
 
53
- raw_candidates.each do |candidate|
54
- candidates.push(Candidate.new(candidate))
53
+ unless raw_candidates.nil?
54
+ raw_candidates.each do |candidate|
55
+ candidates.push(Candidate.new(candidate))
56
+ end
55
57
  end
56
58
 
57
59
  candidates
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.9.1' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.9.2' # 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.9.1
4
+ version: 5.9.2
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: 2020-11-23 00:00:00.000000000 Z
11
+ date: 2020-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler