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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1921d9c1920db90429ff697c6602a154d2706ac9390758b88fca767fc3fdbb70
|
4
|
+
data.tar.gz: ce88775a716d65d76ce3f7a4fa0346448238757194666a385849db368471538f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
-
|
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
|
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.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
|
+
date: 2021-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|