smartystreets_ruby_sdk 5.14.9 → 5.14.10

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: 03704c636e2db25686c4f49d630002a4733ba44417b6850107caaa7dbcd5aa6c
4
- data.tar.gz: f6fd6286b2ebcb5dc8450ebd03c7a164405568a7ba63403239ea5bf77c1714ab
3
+ metadata.gz: 8f55c63d4a5df31cce7dda50757bec32d0eada825ca3b67d27ff07fdffc8b4e5
4
+ data.tar.gz: 8feab6b4298d1c03cd6f6d3739b06380a940355fbd267910390d4eb6c877f926
5
5
  SHA512:
6
- metadata.gz: aa4e1066288d30d8ef8732c6d78eba87c98c8585a9a6ccdc300ae5b991fffd62c2230a5c3b246188e2f054f2a1de6080da96c6e3da6e824e9c8ac0ae4fcd33e3
7
- data.tar.gz: adc69302a0783ec4d27d3f320bf0ff8296d82aff84ceaac39c50efd43ba24a8852f167d8052e9fed8765f990f6f88a6dbf421e7f3bc748b04980480d042e42da
6
+ metadata.gz: cc3ba99958f5c1f5f9b8bc369857970aa661d975f79c4291ac6cbe93de591c0b1ded2839b1424c977e4fbd1033ae382e29cdac329cbd3e709f0756f3872955bf
7
+ data.tar.gz: 896404ecc1af8f123e33a035db4471d625f33b627796dd1c97b5221b508557f56322d1b54dcdd2f7b068aa659a37b08660b53a0384d9d1f10b9951431a1f65c4
@@ -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(['us-rooftop-geocoding-cloud'])
22
+ client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(['us-core-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(['us-rooftop-geocoding-cloud'])
19
+ client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(['us-core-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
 
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.14.9' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.14.10' # 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.9
4
+ version: 5.14.10
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-04-20 00:00:00.000000000 Z
11
+ date: 2022-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler