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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9d939ecbb799b7f91b0c5837111eba83d68d03846653e4f1174e9c305a830cc
|
4
|
+
data.tar.gz: c0485555464b49dbc8b0f1df67d0253f1446b4b8709c9fa954aa3a465510dbea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b1efad836731fa39917b880e6e97036f0825757f668d30241c245115c2503fc9901d110db15420db62c1c5142897a30f87d12c89c83bc1a7b10a16cf5bf2f3b
|
7
|
+
data.tar.gz: 70f2164a0e6d1dbdf9600fc1e302f310797d74f20b6d1c828fcc1fe01c4e2e16aa47f8023fa36c2ed71cb69356fde32d491cef6dda8b079e080d2b4b5c91d3c2
|
@@ -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)
|
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.
|
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:
|
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.
|
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: []
|