smartystreets_ruby_sdk 5.11.0 → 5.11.1
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 +4 -4
- data/examples/international_example.rb +1 -1
- data/examples/us_autocomplete_pro_example.rb +1 -1
- data/examples/us_reverse_geo_example.rb +1 -1
- data/examples/us_street_multiple_address_example.rb +1 -1
- data/examples/us_street_single_address_example.rb +1 -1
- data/lib/smartystreets_ruby_sdk/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76535338d0306bc77ed2b85bf80c0fb8de67f4c75597fe5680a8d20b79709a12
|
4
|
+
data.tar.gz: 485f697dfc44b1a9bb8589cecd8495f770d3f65e513a29ea2e6a390ac6c03eb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c822627163eca11ccffd2bde54e08b853f6d782d82e05abbf17ea295bedf0ac7f41a5dba3261dbf3350527910b222031cf94f0ed2103d683fcea00028f55122a
|
7
|
+
data.tar.gz: 730369107a715aa070314d6be7b59603ef10516108954d7d93314418f38b0f4d0f485cb9e8336f4ca085d115dfd1b64092ad5d672e710201dd0e606e8ef58530
|
@@ -18,7 +18,7 @@ class InternationalExample
|
|
18
18
|
# The appropriate license values to be used for your subscriptions
|
19
19
|
# can be found on the Subscriptions page of the account dashboard.
|
20
20
|
# https://www.smartystreets.com/docs/cloud/licensing
|
21
|
-
client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(
|
21
|
+
client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(['international-global-plus-cloud'])
|
22
22
|
.build_international_street_api_client
|
23
23
|
|
24
24
|
# Documentation for input fields can be found at:
|
@@ -18,7 +18,7 @@ class USAutocompleteProExample
|
|
18
18
|
# The appropriate license values to be used for your subscriptions
|
19
19
|
# can be found on the Subscriptions page of the account dashboard.
|
20
20
|
# https://www.smartystreets.com/docs/cloud/licensing
|
21
|
-
client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(
|
21
|
+
client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(['us-autocomplete-pro-cloud'])
|
22
22
|
.build_us_autocomplete_pro_api_client
|
23
23
|
|
24
24
|
# Documentation for input fields can be found at:
|
@@ -18,7 +18,7 @@ class USReverseGeoExample
|
|
18
18
|
# The appropriate license values to be used for your subscriptions
|
19
19
|
# can be found on the Subscriptions page of the account dashboard.
|
20
20
|
# https://www.smartystreets.com/docs/cloud/licensing
|
21
|
-
client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(
|
21
|
+
client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(['us-reverse-geocoding-cloud'])
|
22
22
|
.build_us_reverse_geo_api_client
|
23
23
|
|
24
24
|
# Documentation for input fields can be found at:
|
@@ -19,7 +19,7 @@ class USStreetMultipleAddressExample
|
|
19
19
|
# The appropriate license values to be used for your subscriptions
|
20
20
|
# can be found on the Subscriptions page of the account dashboard.
|
21
21
|
# https://www.smartystreets.com/docs/cloud/licensing
|
22
|
-
client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(
|
22
|
+
client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(['us-rooftop-geocoding-cloud'])
|
23
23
|
.build_us_street_api_client
|
24
24
|
batch = SmartyStreets::Batch.new
|
25
25
|
|
@@ -16,7 +16,7 @@ class USStreetSingleAddressExample
|
|
16
16
|
# The appropriate license values to be used for your subscriptions
|
17
17
|
# can be found on the Subscriptions page of the account dashboard.
|
18
18
|
# https://www.smartystreets.com/docs/cloud/licensing
|
19
|
-
client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(
|
19
|
+
client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(['us-rooftop-geocoding-cloud'])
|
20
20
|
# with_proxy('localhost', 8080, 'proxyUser', 'proxyPassword'). # Uncomment this line to try it with a proxy
|
21
21
|
build_us_street_api_client
|
22
22
|
|
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.11.
|
4
|
+
version: 5.11.1
|
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-06-
|
11
|
+
date: 2021-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|