smartystreets_ruby_sdk 5.14.5 → 5.14.6
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: 873e951c272fbdf965b4b20c4148b8412c20a212bd543d76deb3cabac1afe592
|
|
4
|
+
data.tar.gz: 3173a1541ab695d9e879f5243f1965da4fbab48390c2e7a301deb2e58a7a1ab7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3171793a696794132d862db26c41371746d6993d7642afde67bd2abedecfa179fd06f8b1641c629b69ddaa1fa2cc797df4615c7164c0e7bdcf68af1292d7ff81
|
|
7
|
+
data.tar.gz: d7532f754ef0efd9aebf64a541ae8f77ea2962682dbca0221a0d9021fc398a54f01406e921fc4a8ac32e5a9e2f2a5d1eaff062207ebb4e7c5e5553cfd230f2f4
|
|
@@ -64,7 +64,7 @@ class USStreetMultipleAddressExample
|
|
|
64
64
|
next
|
|
65
65
|
end
|
|
66
66
|
|
|
67
|
-
puts "Address #{i} is
|
|
67
|
+
puts "Address #{i} has at least one candidate.\n If the match parameter is set to STRICT, the address is valid.\n Otherwise, check the Analysis output fields to see if the address is valid."
|
|
68
68
|
|
|
69
69
|
candidates.each do |candidate|
|
|
70
70
|
components = candidate.components
|
|
@@ -54,7 +54,7 @@ class USStreetSingleAddressExample
|
|
|
54
54
|
|
|
55
55
|
first_candidate = result[0]
|
|
56
56
|
|
|
57
|
-
puts "
|
|
57
|
+
puts "There is at least one candidate.\n If the match parameter is set to STRICT, the address is valid.\n Otherwise, check the Analysis output fields to see if the address is valid.\n"
|
|
58
58
|
puts "Input ID: #{first_candidate.input_id}"
|
|
59
59
|
puts "ZIP Code: #{first_candidate.components.zipcode}"
|
|
60
60
|
puts "County: #{first_candidate.metadata.county_name}"
|
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.14.
|
|
4
|
+
version: 5.14.6
|
|
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: 2022-
|
|
11
|
+
date: 2022-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|