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: 869299472834baa787f6070b26072ed8862a7af006bea1c314237f1eeafcd3fa
4
- data.tar.gz: 5262bf0365516fa0bc39f8107248644758ca7c3f2f29066631542478929b4362
3
+ metadata.gz: 873e951c272fbdf965b4b20c4148b8412c20a212bd543d76deb3cabac1afe592
4
+ data.tar.gz: 3173a1541ab695d9e879f5243f1965da4fbab48390c2e7a301deb2e58a7a1ab7
5
5
  SHA512:
6
- metadata.gz: beef270c8686a33b2f5d74579737fb42cbe82e343172eeab6e92ae94fd691dc907ae9e947ca98c7dd84f05253a69e2e09645bffc5247eb22013cc4b51bc41786
7
- data.tar.gz: 0e1885053ff2144b50447e78a066d8b5e2567504a69ae081cdb421c5f6984cb9bfdc42d639ea54bfbd9264fa3ac251aa1866cb435af4f13c33bb99f947f8abcb
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 valid. (There is at least one candidate)"
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 "Address is valid. (There is at least one candidate)\n"
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}"
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.14.5' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.14.6' # 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.14.5
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-01-12 00:00:00.000000000 Z
11
+ date: 2022-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler