usps-support 0.2.38 → 0.2.39

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: 6deaa8a3f89d025d0ae50d5d2d04b9167c352cfc01bab8bd10e31ede841bfc70
4
- data.tar.gz: 8778454efe042569391298d76e752fce21f957754d367e284439634a74e2fce4
3
+ metadata.gz: 4b5af1f3316c237eb45e235fd0d096456f088d85726a708687ad201fb3e3a8aa
4
+ data.tar.gz: d51a0b3a79f5251b535c054c2bc27a8c43c8dd223e7dd43c93d476d56b0e211e
5
5
  SHA512:
6
- metadata.gz: fb518162fa4730a79a96d9ad517f6a923d444db44a29f1ab834644c91937abc68070dd51bb86e93214d3684b7342c29aa09e6e52c82a314723a9b2ff44e0a170
7
- data.tar.gz: 327b03a16b1738f6a70cc86c9dc35f10b730b9bf3a6ee89661ac1f84ff81f93117025ef5a842b5c1f7839660da20c4b85c7a143d76b1e6afe272ed65c90b5bcc
6
+ metadata.gz: 87eff25ec01929faa12ac277766518a0a22d7596ab5f34b1a94ace66f30765308ef9fb3865bed937c07abe17305f2cdf2974c883a49534d4bf70dbe8c6029744
7
+ data.tar.gz: d7b743c078fbb4fa6d2306467fa16e7b384b1dc25821e23b89bd19ffa76129c615df863f6b3c7f1ab8aed3b82e87bfcc1aaf3670763695849e41c572f714a28f
@@ -71,7 +71,7 @@ module Usps::Support::Models
71
71
  title: 'SERVER WILL RESTART SOON',
72
72
  body: "Please do not attempt to make any changes for a moment.\n" \
73
73
  "We'll let you know when the server's back up.",
74
- timeout: 0,
74
+ timeout: 60_000,
75
75
  id: IDS[:restarting]
76
76
  )
77
77
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module Support
5
- VERSION = '0.2.38'
5
+ VERSION = '0.2.39'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usps-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.38
4
+ version: 0.2.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander