fontist 1.21.3 → 1.21.4

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: f1f643e0f29ca1df23bf363fbac476a18eac1f7d94a5531ba57c3e067b257510
4
- data.tar.gz: e1c1b437145c267b8eab870bc201af9be5c4b0f6cafb8fd5fd87c15232b7a0f9
3
+ metadata.gz: cfd5ec32758b1fac561e81c902c8a6be42fba0050802a65a1c856d01c4c28239
4
+ data.tar.gz: 7530a3efd9cb1921aa9c074a7dc09c343ffb281b2ebd294750fd8621f75c2d83
5
5
  SHA512:
6
- metadata.gz: 8a0f1a24057b83018f2d7ea44b5e4026a1b22759eecc900c9854cb72c51ead62faa0b6250bc79dc0bb04c6a4929f000b99ace89d20e617b480da54b589dcd354
7
- data.tar.gz: 0f90c437007d9493a8d4e3fd2949c2532ba7dd2e0a9d10deb7960d0ff88481a21e43a485261db755b25a4a61730afbbfdf952f97f9e52816c168d24daeb9e20b
6
+ metadata.gz: 32526e4bee6a47c6ac946acbbf1a831cf9b41b2c1f4ce0e9750ee60dfee06a4c9122bcd521b2f5612ab87d89d75dc13b18d35eed2c25fe8a57e8d1e31ab66738
7
+ data.tar.gz: 920c81e9380c7874cc91599161887709a897ae6b37ac21fcda8aa8285eb86b367f9eb4def36d26d96c3f7da891989da1aff4be5085219ecd71cceea594c35259
data/README.adoc CHANGED
@@ -331,10 +331,10 @@ Fontist supports system-wide settings for the following parameters:
331
331
  `fonts_path`:: Sets path where to install fonts (default: `~/.fontist/fonts`)
332
332
 
333
333
  `open_timeout`:: Sets timeout for opening a connection during download
334
- (default: `10`)
334
+ (default: `60`)
335
335
 
336
336
  `read_timeout`:: Sets timeout for reading the opened connection during download
337
- (default: `10`)
337
+ (default: `60`)
338
338
 
339
339
  Show current attributes in the config:
340
340
 
@@ -36,8 +36,8 @@ fontist config show
36
36
  $ fontist config keys
37
37
  Available keys:
38
38
  fonts_path (default: /home/octocat/.fontist/fonts)
39
- open_timeout (default: 10)
40
- read_timeout (default: 10)
39
+ open_timeout (default: 60)
40
+ read_timeout (default: 60)
41
41
 
42
42
  $ fontist config set fonts_path /var/myfonts
43
43
  'fonts_path' set to '/var/myfonts'.
@@ -55,9 +55,9 @@ Config is empty.
55
55
 
56
56
  - **`fonts_path`:** Where to put the `.ttf` files. Defaults to `~/.fontist/fonts`
57
57
 
58
- - **`open_timeout`:** Defaults to 10.
58
+ - **`open_timeout`:** Defaults to 60.
59
59
 
60
- - **`read_timeout`:** Defaults to 10.
60
+ - **`read_timeout`:** Defaults to 60.
61
61
 
62
62
  ## `fontist status [font-name]`
63
63
 
@@ -43,8 +43,8 @@ module Fontist
43
43
 
44
44
  def default_values
45
45
  { fonts_path: Fontist.fontist_path.join("fonts"),
46
- open_timeout: 10,
47
- read_timeout: 10,
46
+ open_timeout: 60,
47
+ read_timeout: 60,
48
48
  google_fonts_key: nil }
49
49
  end
50
50
 
@@ -1,3 +1,3 @@
1
1
  module Fontist
2
- VERSION = "1.21.3".freeze
2
+ VERSION = "1.21.4".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fontist
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.3
4
+ version: 1.21.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-19 00:00:00.000000000 Z
11
+ date: 2025-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: down