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 +4 -4
- data/lib/usps/support/models/toast.rb +1 -1
- data/lib/usps/support/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b5af1f3316c237eb45e235fd0d096456f088d85726a708687ad201fb3e3a8aa
|
|
4
|
+
data.tar.gz: d51a0b3a79f5251b535c054c2bc27a8c43c8dd223e7dd43c93d476d56b0e211e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
74
|
+
timeout: 60_000,
|
|
75
75
|
id: IDS[:restarting]
|
|
76
76
|
)
|
|
77
77
|
end
|
data/lib/usps/support/version.rb
CHANGED