smartystreets_ruby_sdk 5.18.0 → 5.18.1

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: a2e3dc88790963736ff42822f302051343efd6d2609fec588c3349f1469d88bd
4
- data.tar.gz: 8cb33654006b0be0a7b7563490758c4098ee2aec334a34c735ce973170d499b6
3
+ metadata.gz: cf9f006e4b5ed5f2f1b33ef7abab3044db467d5cd377cd2d8b6d7ca79953f516
4
+ data.tar.gz: c8f614070a3b5e0a06e0fa9f0654387bda1dfab10e5763834ea89bd1bd4a3b82
5
5
  SHA512:
6
- metadata.gz: 3339ead2a561e4273f7fc64b47f4964848185eee5e29f1e89cdac838f0807456ecc687278120e81703beb50a15d9966c281aaa3ddd3b79593bb283c3fb1c507d
7
- data.tar.gz: 9a1adbea48489171695f2b5bf6022b07a6c618c46f70a2a9b5d1a8583d5c4f98ad58a38860c7632fa15ef8de286178615a9193a56ed63da32de4faf82b77e72c
6
+ metadata.gz: d4f52e42db666abd8ef54d6332765b7e27b635e6843dbb354a4087634ce46571f742cb40a272ba9039064416178f7b141d0e7f1377aaffbad6abf27fcc2cae9e
7
+ data.tar.gz: 797b4818853ddefc8f84a57b1b37f9ed44d83072aad27c4d156836ef8e6fde3acefc6c06b83f2afa3ad154664312deb86730193f5695fbf2a322b5127205c8fa
@@ -2,12 +2,14 @@ module SmartyStreets
2
2
  module InternationalAutocomplete
3
3
  class Suggestion
4
4
 
5
- attr_reader :street, :locality, :administrative_area, :postal_code, :country_iso3, :entries, :address_text, :address_id
5
+ attr_reader :street, :locality, :administrative_area, :administrative_area_short, :administrative_area_long, :postal_code, :country_iso3, :entries, :address_text, :address_id
6
6
 
7
7
  def initialize(obj)
8
8
  @street = obj.fetch('street', nil)
9
9
  @locality = obj.fetch('locality', nil)
10
10
  @administrative_area = obj.fetch('administrative_area', nil)
11
+ @administrative_area_short = obj.fetch('administrative_area_short', nil)
12
+ @administrative_area_long = obj.fetch('administrative_area_long', nil)
11
13
  @postal_code = obj.fetch('postal_code', nil)
12
14
  @country_iso3 = obj.fetch('country_iso3', nil)
13
15
  # v2 fields
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.18.0' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.18.1' # 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.18.0
4
+ version: 5.18.1
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: 2024-06-17 00:00:00.000000000 Z
11
+ date: 2024-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler