files.com 1.1.20 → 1.1.21

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: 79f5c31b820c33992b6d9871ba1010c62e05b8f3e2f98308e570919cefbcada7
4
- data.tar.gz: 798a04067fe40ddaf0d8d245dddbaf53a307425656692a74c297f325ae658fec
3
+ metadata.gz: ddc478957e0ba87eea9d88b563c645dae90352e5fddc59d581217b0618a0aa9e
4
+ data.tar.gz: d74a119c5a72f8c20f6bb18ac1d9d9195e49a6657cec09ea908b092a9c33677f
5
5
  SHA512:
6
- metadata.gz: 450cfcda03afee70ae87ccc9007c3d5bc0dca59ef55b83a0f71d7cc5355f5c699e0e2b3e76907bfc8e56b547616a61f0fc5de0ee297514c71cf340e04fbd3546
7
- data.tar.gz: bc77ec8901d4e910abf8cbfe3cc26089a2cfbc547e2e924e10420b5964cd083dd5da66075a68bdbba554d8c3d87480205e9676df816c08194498fe661a76f16a
6
+ metadata.gz: 27943f61c853d0b5219a1496fb0b4a8b4afe4e1b12f8df9e34452f639c33bbca51ce0463bc0bfe491a7cbed3de5401177df1764d4b77c418111afd0212414d2f
7
+ data.tar.gz: e9a92622d14841006b6f566cb5c141ca0a4c6901746a69664e4edb4b15b69b5f961f0814cc18a3f433ef8f7bc8f106c2fc7804f94aa18884572750a61f9eff63
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.20
1
+ 1.1.21
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.20"
4
+ VERSION = "1.1.21"
5
5
  end
@@ -11,26 +11,32 @@
11
11
  },
12
12
  {
13
13
  "headers": {
14
- "Retry-After": ["120"]
14
+ "Retry-After": ["5"]
15
15
  },
16
- "result": 120
16
+ "result": 5
17
17
  },
18
18
  {
19
19
  "headers": {
20
- "Retry-After": ["120", "60"]
20
+ "Retry-After": ["60"]
21
21
  },
22
- "result": 120
22
+ "result": null
23
+ },
24
+ {
25
+ "headers": {
26
+ "Retry-After": ["5", "10"]
27
+ },
28
+ "result": 5
23
29
  },
24
30
  {
25
31
  "headers": {
26
- "Retry-After": ["120", "aaaaaa"]
32
+ "Retry-After": ["5", "aaaaaa"]
27
33
  },
28
- "result": 120
34
+ "result": 5
29
35
  },
30
36
  {
31
37
  "headers": {
32
38
  "Retry-After": ["%s"]
33
39
  },
34
- "result": 60
40
+ "result": 8
35
41
  }
36
42
  ]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.20
4
+ version: 1.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-06 00:00:00.000000000 Z
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable