files.com 1.1.80 → 1.1.81

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb64b3962881003eaa1321f393eaa78263adffa6673058112ca54faae4a30f04
4
- data.tar.gz: f90717c54d61cf5be75ec075aad171c656d46c3d043b46f78d5c351910f62f38
3
+ metadata.gz: 5d27978c06bf5d25644b5f45c96068090fc1f65813785371d780eb683d075d21
4
+ data.tar.gz: b0b1fa1c7f58c6e93a080059005a88958eb93938530fced6c533e903e4bf29f1
5
5
  SHA512:
6
- metadata.gz: d079eed4185586e823ede2746a194fa50d3af47f67d21049f06b21642076ccdd332f4205391c2a3ad6103aa3c198f8faaef3bf31361d0948619a5a912dcb1d44
7
- data.tar.gz: 8b21fabe60da61aa2fefd34ddc8acbe95c6642cb4371a1057586744d0bb254e91dbaf50ea5e25625b214e32fa06f657a5ab5210085d5bb0757c77a8d08856055
6
+ metadata.gz: e8b22ae9788e5f1d47e9e555b901341b6fde1ce49d1af88ae08ec0b64c27f5cf8be62d68ac808f832b2e422760253544baeee912198bd02a6faac666ad62b4fc
7
+ data.tar.gz: 4256d3724bf90b0b753294e4d7f05d874044f82ec6557b486e2364fdfbf59ca55794a34b82e9ad00e6c9e1d9fac7b795b62cbe8f3c8b28b774c5918e84aece16
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.80
1
+ 1.1.81
@@ -48,7 +48,7 @@
48
48
  * `max_concurrent_jobs` (int64): Maximum number of concurrent jobs (default CPU Count * 4)
49
49
  * `graceful_shutdown_timeout` (int64): Graceful shutdown timeout in seconds
50
50
  * `transfer_rate_limit` (string): File transfer (upload/download) rate limit
51
- <limit>-<period>, with the given periods:
51
+ `<limit>-<period>`, with the given periods:
52
52
  * 'S': second
53
53
  * 'M': minute
54
54
  * 'H': hour
@@ -90,7 +90,7 @@ module Files
90
90
  end
91
91
 
92
92
  # string - File transfer (upload/download) rate limit
93
- # <limit>-<period>, with the given periods:
93
+ # `<limit>-<period>`, with the given periods:
94
94
  # * 'S': second
95
95
  # * 'M': minute
96
96
  # * 'H': hour
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.80"
4
+ VERSION = "1.1.81"
5
5
  end
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.80
4
+ version: 1.1.81
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-05-20 00:00:00.000000000 Z
11
+ date: 2024-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable