files.com 1.1.199 → 1.1.200

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: '09256e6e311fa606fed83bfc48401d703ba9db06507739d12ff8eb2cfaff7ca7'
4
- data.tar.gz: 6471f8433662c993b88403984ae202ece5b8a8a81fd819037cf2c75d012466b4
3
+ metadata.gz: 64f1dc5b605751d86db9d5e85a764921fe2b0d3c20a6d555502996c3580e5f4a
4
+ data.tar.gz: 1ee590023a14b8643a0c1934e9a5510e9cabce55ce7ff0bef4089f10016207d4
5
5
  SHA512:
6
- metadata.gz: 51b9e07d5e01c915354388213a69196afa9c37607092bc477abe5835fd62d508e1931e52f4914b63df0f8b807fade3fa84db5e4c89309a49ba8bea6a46101674
7
- data.tar.gz: efa3136546869d5fcf55df7771ee9109169b766c0fb431fa45477b34938f7da2e8a1c762bbcb29904de991f189974cad3652b2126b8c6b8314caa6e632f9f139
6
+ metadata.gz: 0553fc6a705955bdc8049ec6cf9a9cc39f48924be3041ceb4789003fa8e2ebf57c11f6078153c1afa7221c42483cb4a88a66f843b6300dcdc7d9a37f645cc5c1
7
+ data.tar.gz: 9cc19ee33582143e6edfab52e9f701f1f72b2803763b297532caf5cae6a43af71c2f343667b01be92b380d7e537f86f74740c3bda2cc747a05e88e2c18e4c7f7
data/README.md CHANGED
@@ -166,7 +166,7 @@ Files.open_timeout = 60
166
166
 
167
167
  #### Read Timeout
168
168
 
169
- Read timeout in seconds. The default value is 80.
169
+ Read timeout in seconds. The default value is 60.
170
170
 
171
171
  ```ruby title="Example setting"
172
172
  Files.read_timeout = 90
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.199
1
+ 1.1.200
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.199"
4
+ VERSION = "1.1.200"
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.199
4
+ version: 1.1.200
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-12-18 00:00:00.000000000 Z
11
+ date: 2024-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable