fontist 2.1.1 → 2.1.3
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/.github/workflows/deploy-pages.yml +6 -0
- data/.github/workflows/formulas-auto-update-test.yml +287 -0
- data/.github/workflows/post-rake.yml +5 -1
- data/.github/workflows/rake-metanorma.yaml +24 -3
- data/.github/workflows/rake.yml +4 -1
- data/.github/workflows/release.yml +6 -0
- data/.github/workflows/release.yml.orig +36 -0
- data/.github/workflows/tebako-pack.yml +4 -0
- data/.gitignore +7 -6
- data/README.adoc +100 -0
- data/docs/package-lock.json +1610 -736
- data/docs/package.json +6 -6
- data/fontist.gemspec +2 -0
- data/lib/fontist/cache/store.rb +31 -2
- data/lib/fontist/font_file.rb +65 -14
- data/lib/fontist/indexes/index_mixin.rb +109 -20
- data/lib/fontist/manifest.rb +4 -4
- data/lib/fontist/system_index.rb +30 -1
- data/lib/fontist/utils/cache.rb +1 -0
- data/lib/fontist/utils/downloader.rb +38 -4
- data/lib/fontist/utils/github_client.rb +43 -0
- data/lib/fontist/utils/github_url.rb +51 -0
- data/lib/fontist/version.rb +1 -1
- data/lib/fontist.rb +6 -3
- metadata +35 -3
- /data/{docs/google-fonts-multi-format-usage.md → google-fonts-multi-format-usage.md} +0 -0
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: 2.1.
|
|
4
|
+
version: 2.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: down
|
|
@@ -120,6 +120,20 @@ dependencies:
|
|
|
120
120
|
- - "~>"
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
122
|
version: '0.7'
|
|
123
|
+
- !ruby/object:Gem::Dependency
|
|
124
|
+
name: lutaml-xsd
|
|
125
|
+
requirement: !ruby/object:Gem::Requirement
|
|
126
|
+
requirements:
|
|
127
|
+
- - "~>"
|
|
128
|
+
- !ruby/object:Gem::Version
|
|
129
|
+
version: '1.0'
|
|
130
|
+
type: :runtime
|
|
131
|
+
prerelease: false
|
|
132
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
133
|
+
requirements:
|
|
134
|
+
- - "~>"
|
|
135
|
+
- !ruby/object:Gem::Version
|
|
136
|
+
version: '1.0'
|
|
123
137
|
- !ruby/object:Gem::Dependency
|
|
124
138
|
name: marcel
|
|
125
139
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -148,6 +162,20 @@ dependencies:
|
|
|
148
162
|
- - "~>"
|
|
149
163
|
- !ruby/object:Gem::Version
|
|
150
164
|
version: '1.0'
|
|
165
|
+
- !ruby/object:Gem::Dependency
|
|
166
|
+
name: octokit
|
|
167
|
+
requirement: !ruby/object:Gem::Requirement
|
|
168
|
+
requirements:
|
|
169
|
+
- - "~>"
|
|
170
|
+
- !ruby/object:Gem::Version
|
|
171
|
+
version: '4.0'
|
|
172
|
+
type: :runtime
|
|
173
|
+
prerelease: false
|
|
174
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
175
|
+
requirements:
|
|
176
|
+
- - "~>"
|
|
177
|
+
- !ruby/object:Gem::Version
|
|
178
|
+
version: '4.0'
|
|
151
179
|
- !ruby/object:Gem::Dependency
|
|
152
180
|
name: paint
|
|
153
181
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -242,10 +270,12 @@ extra_rdoc_files: []
|
|
|
242
270
|
files:
|
|
243
271
|
- ".github/workflows/deploy-pages.yml"
|
|
244
272
|
- ".github/workflows/discover-fonts.yml"
|
|
273
|
+
- ".github/workflows/formulas-auto-update-test.yml"
|
|
245
274
|
- ".github/workflows/post-rake.yml"
|
|
246
275
|
- ".github/workflows/rake-metanorma.yaml"
|
|
247
276
|
- ".github/workflows/rake.yml"
|
|
248
277
|
- ".github/workflows/release.yml"
|
|
278
|
+
- ".github/workflows/release.yml.orig"
|
|
249
279
|
- ".github/workflows/tebako-pack.yml"
|
|
250
280
|
- ".gitignore"
|
|
251
281
|
- ".gitmodules"
|
|
@@ -259,7 +289,6 @@ files:
|
|
|
259
289
|
- Rakefile
|
|
260
290
|
- docs/.gitignore
|
|
261
291
|
- docs/.vitepress/config.ts
|
|
262
|
-
- docs/google-fonts-multi-format-usage.md
|
|
263
292
|
- docs/guide/api-ruby.md
|
|
264
293
|
- docs/guide/ci.md
|
|
265
294
|
- docs/guide/fontconfig.md
|
|
@@ -276,6 +305,7 @@ files:
|
|
|
276
305
|
- fontist.gemspec
|
|
277
306
|
- formula_filename_index.yml
|
|
278
307
|
- formula_index.yml
|
|
308
|
+
- google-fonts-multi-format-usage.md
|
|
279
309
|
- lib/fontist.rb
|
|
280
310
|
- lib/fontist/cache/manager.rb
|
|
281
311
|
- lib/fontist/cache/store.rb
|
|
@@ -403,6 +433,8 @@ files:
|
|
|
403
433
|
- lib/fontist/utils/downloader.rb
|
|
404
434
|
- lib/fontist/utils/file_magic.rb
|
|
405
435
|
- lib/fontist/utils/file_ops.rb
|
|
436
|
+
- lib/fontist/utils/github_client.rb
|
|
437
|
+
- lib/fontist/utils/github_url.rb
|
|
406
438
|
- lib/fontist/utils/locking.rb
|
|
407
439
|
- lib/fontist/utils/system.rb
|
|
408
440
|
- lib/fontist/utils/ui.rb
|
|
File without changes
|