smartystreets_ruby_sdk 5.2.0 → 5.2.1

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.
@@ -53,6 +53,7 @@ module SmartyStreets
53
53
 
54
54
  def convert_suggestions(suggestion_hashes)
55
55
  converted_suggestions = []
56
+ return converted_suggestions if suggestion_hashes.nil?
56
57
 
57
58
  suggestion_hashes.each do |suggestion|
58
59
  converted_suggestions.push(USAutocomplete::Suggestion.new(suggestion))
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.2.0' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.2.1' # DO NOT EDIT (this is updated by a build job when a new release is published)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartystreets_ruby_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-09-01 00:00:00.000000000 Z
12
+ date: 2017-10-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler