smartystreets_ruby_sdk 5.14.3 → 5.14.4

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: 9d02af89c4f23a2ee8609900f75bd708036b0a5bccaa34e51d0d3100cc2df8b5
4
- data.tar.gz: 9fb18a334690fe5fc8420c1a1dcc30374a7162603469201a8c7abae01259b220
3
+ metadata.gz: 1921d9c1920db90429ff697c6602a154d2706ac9390758b88fca767fc3fdbb70
4
+ data.tar.gz: ce88775a716d65d76ce3f7a4fa0346448238757194666a385849db368471538f
5
5
  SHA512:
6
- metadata.gz: a424c5a78886aaab175634774bd8abfc33ddd673d909eade4f1159a75ceebaaa3b3001a8dd46ec8fa388736a02891fa4e5e396a3faa1d69e7f8de7941e075bca
7
- data.tar.gz: 5396e88defd12c5899346cee54de6f663f40575460e51765e0fbda1a05f8a9c6ed8cd5f68c9040b074576bb3b5f550fe2154b8bb3f95c0ff39ba9c51c37357b4
6
+ metadata.gz: d78e32918101943ce331a2d165177d378798304ecf7fdc66dc1f84794b15c86c3f2a98652383be500f85a00b24978c879c27013f4b99513677e120570bcedaab
7
+ data.tar.gz: c8b477ccacba91c6542d98045746b6608230fd9c68f89abeab1dd449f708e8cf5853878c4ac8624fbb86c751c96489182c2845a6c8b0445c4e1e3ca1bf86451c
@@ -3,7 +3,7 @@ require '../lib/smartystreets_ruby_sdk/client_builder'
3
3
  require '../lib/smartystreets_ruby_sdk/international_autocomplete/lookup'
4
4
  require '../lib/smartystreets_ruby_sdk/international_autocomplete/client'
5
5
 
6
- class USAutocompleteProExample
6
+ class InternationalAutocompleteExample
7
7
  Lookup = SmartyStreets::InternationalAutocomplete::Lookup
8
8
 
9
9
  def run
@@ -42,6 +42,6 @@ class USAutocompleteProExample
42
42
  end
43
43
  end
44
44
 
45
- USAutocompleteProExample.new.run
45
+ InternationalAutocompleteExample.new.run
46
46
 
47
47
 
@@ -1,4 +1,5 @@
1
1
  require 'smartystreets_ruby_sdk/shared_credentials'
2
+ require 'smartystreets_ruby_sdk/static_credentials'
2
3
  require '../lib/smartystreets_ruby_sdk/client_builder'
3
4
  require '../lib/smartystreets_ruby_sdk/us_autocomplete_pro/lookup'
4
5
 
@@ -15,6 +16,11 @@ class USAutocompleteProExample
15
16
 
16
17
  credentials = SmartyStreets::SharedCredentials.new(key, referer)
17
18
 
19
+ # auth_id = ENV['SMARTY_AUTH_ID']
20
+ # auth_token = ENV['SMARTY_AUTH_TOKEN']
21
+ #
22
+ # credentials = SmartyStreets::StaticCredentials.new(auth_id, auth_token)
23
+
18
24
  # The appropriate license values to be used for your subscriptions
19
25
  # can be found on the Subscriptions page of the account dashboard.
20
26
  # https://www.smartystreets.com/docs/cloud/licensing
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.14.3' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.14.4' # 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.3
4
+ version: 5.14.4
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: 2021-11-24 00:00:00.000000000 Z
11
+ date: 2021-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler