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 +4 -4
- data/README.adoc +2 -2
- data/docs/reference/index.md +4 -4
- data/lib/fontist/config.rb +2 -2
- data/lib/fontist/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfd5ec32758b1fac561e81c902c8a6be42fba0050802a65a1c856d01c4c28239
|
4
|
+
data.tar.gz: 7530a3efd9cb1921aa9c074a7dc09c343ffb281b2ebd294750fd8621f75c2d83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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: `
|
334
|
+
(default: `60`)
|
335
335
|
|
336
336
|
`read_timeout`:: Sets timeout for reading the opened connection during download
|
337
|
-
(default: `
|
337
|
+
(default: `60`)
|
338
338
|
|
339
339
|
Show current attributes in the config:
|
340
340
|
|
data/docs/reference/index.md
CHANGED
@@ -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:
|
40
|
-
read_timeout (default:
|
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
|
58
|
+
- **`open_timeout`:** Defaults to 60.
|
59
59
|
|
60
|
-
- **`read_timeout`:** Defaults to
|
60
|
+
- **`read_timeout`:** Defaults to 60.
|
61
61
|
|
62
62
|
## `fontist status [font-name]`
|
63
63
|
|
data/lib/fontist/config.rb
CHANGED
data/lib/fontist/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: down
|