smartystreets_ruby_sdk 5.14.0 → 5.14.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb354ac31fa7cc2bd045b1bb7877e8a0daf5b491d3863d23ea27ace3f38ed637
4
- data.tar.gz: 86ad9f8c1371467d314f59e0f7f7588e5c66d10fcf4d6ba039cdf7afedfa6295
3
+ metadata.gz: aefe9318703359025edd36047f85f2ca4b4cac6cc351d68d3b772127c3db03fe
4
+ data.tar.gz: 6e0597de1693cd0be97f48aada11d80785be33fff98c80058ced49587d507897
5
5
  SHA512:
6
- metadata.gz: 85550fb289d9a64084aaa321f7d71a13f95c6d2bd116e6ac81728c3ad12030182778899a00659124957975875c11b5c5d49b24ffa62feb09b1c712f114f82651
7
- data.tar.gz: e3af8c142b7dbadae883ccb9b3af2e62cf37c242c3fe6dd214df13bfe1f1cbe0d1b993d695bbbb678fdf1a5ce8d529e58c9c8dba8bf15ca35296d8d8927c188a
6
+ metadata.gz: 7371b0facaaa599ea1e9e83e508c01cf59fb589a1bf5fcd6065eeb1f1d310a5c695dc781e4240333e793d13846e77a6fff21f9133534561215ea02f678a99f10
7
+ data.tar.gz: a799d6de4296866e6c67b6ea03456049e39f487baea137ffd235434590fec7c1a37788535ad5008c73effa7ff888a0bfb5d2d65f4fd5bc653e2a50916b333cf0
@@ -17,6 +17,7 @@ module SmartyStreets
17
17
  http = build_http(request)
18
18
  http.use_ssl = true
19
19
  http.ssl_version = :TLSv1_2
20
+ http.open_timeout = @max_timeout
20
21
  http.read_timeout = @max_timeout
21
22
 
22
23
  response = http.request(request)
@@ -1,3 +1,3 @@
1
1
  module SmartyStreets
2
- VERSION = '5.14.0' # DO NOT EDIT (this is updated by a build job when a new release is published)
2
+ VERSION = '5.14.1' # 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.0
4
+ version: 5.14.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-10-05 00:00:00.000000000 Z
11
+ date: 2021-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler