smartystreets_ruby_sdk 5.20.6 → 5.20.8

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: fb1b572ed0d7aba94f6e82270f168dac48b8f2814f9a91802a319f582ad4d7d6
4
- data.tar.gz: 270bfca4f6bba08d859695b76f19ce6e0b0247d2a4fb23cfdb545f0e5189638f
3
+ metadata.gz: a9d939ecbb799b7f91b0c5837111eba83d68d03846653e4f1174e9c305a830cc
4
+ data.tar.gz: c0485555464b49dbc8b0f1df67d0253f1446b4b8709c9fa954aa3a465510dbea
5
5
  SHA512:
6
- metadata.gz: e1bfd01e7f995219aac05c965e00e76db458f7dae632820284aa6e921676f1562d6e7ca30fa2a055561df2d64d4214946527f3cc1cb7dabf06d4298bd831af46
7
- data.tar.gz: 3e62baa76c824148527367128b27ab849f022f89572213fa5b8e99f38b1548baca72726b3f91eca9ad084e929843356c9462cc1ff4ac12d5a7cbb9c12ccf058d
6
+ metadata.gz: 6b1efad836731fa39917b880e6e97036f0825757f668d30241c245115c2503fc9901d110db15420db62c1c5142897a30f87d12c89c83bc1a7b10a16cf5bf2f3b
7
+ data.tar.gz: 70f2164a0e6d1dbdf9600fc1e302f310797d74f20b6d1c828fcc1fe01c4e2e16aa47f8023fa36c2ed71cb69356fde32d491cef6dda8b079e080d2b4b5c91d3c2
@@ -17,7 +17,7 @@ jobs:
17
17
 
18
18
  - uses: ruby/setup-ruby@v1
19
19
  with:
20
- ruby-version: '2.6'
20
+ ruby-version: '3.2'
21
21
  bundler-cache: false
22
22
 
23
23
  - name: Publish
@@ -5,7 +5,7 @@ module SmartyStreets
5
5
  attr_reader :premise, :thoroughfare_trailing_type, :sub_building, :locality, :post_box_number,
6
6
  :thoroughfare_name, :thoroughfare_postdirection, :dependent_thoroughfare, :premise_prefix_number,
7
7
  :thoroughfare, :dependent_thoroughfare_name, :postal_code_short, :dependent_thoroughfare_trailing_type,
8
- :administrative_area, :administrative_area_short, :administrative_area_long, :post_box,
8
+ :administrative_area, :administrative_area_iso2,:administrative_area_short, :administrative_area_long, :post_box,
9
9
  :building_leading_type, :dependent_locality_name, :thoroughfare_type,
10
10
  :dependent_thoroughfare_postdirection, :double_dependent_locality, :premise_number,
11
11
  :dependent_thoroughfare_type, :post_box_type, :building, :sub_administrative_area, :postal_code_extra,
@@ -19,6 +19,7 @@ module SmartyStreets
19
19
  @country_iso_3 = obj.fetch('country_iso_3', nil)
20
20
  @super_administrative_area = obj.fetch('super_administrative_area', nil)
21
21
  @administrative_area = obj.fetch('administrative_area', nil)
22
+ @administrative_area_iso2 = obj.fetch('administrative_area_iso2', nil)
22
23
  @administrative_area_short = obj.fetch('administrative_area_short', nil)
23
24
  @administrative_area_long = obj.fetch('administrative_area_long', nil)
24
25
  @sub_administrative_area = obj.fetch('sub_administrative_area', nil)
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.20.6' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.20.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.20.6
4
+ version: 5.20.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - SmartyStreets SDK Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-20 00:00:00.000000000 Z
11
+ date: 2025-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,7 +72,7 @@ dependencies:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
74
  version: 0.12.0
75
- description:
75
+ description:
76
76
  email:
77
77
  - support@smartystreets.com
78
78
  executables: []
@@ -201,7 +201,7 @@ homepage: https://github.com/smartystreets/smartystreets-ruby-sdk
201
201
  licenses:
202
202
  - Apache-2.0
203
203
  metadata: {}
204
- post_install_message:
204
+ post_install_message:
205
205
  rdoc_options: []
206
206
  require_paths:
207
207
  - lib
@@ -216,8 +216,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  - !ruby/object:Gem::Version
217
217
  version: '0'
218
218
  requirements: []
219
- rubygems_version: 3.0.3.1
220
- signing_key:
219
+ rubygems_version: 3.4.19
220
+ signing_key:
221
221
  specification_version: 4
222
222
  summary: An official library for the SmartyStreets APIs
223
223
  test_files: []