fontico 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -2
  3. data/lib/fontico/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fa6282e972c966366c603283a95c34f09e021d6ced83b5af0e5bef66b768e03
4
- data.tar.gz: e0a10573369be6b033cb1adf4670a562cc302a9be28f1a7a7a6efba8981045d0
3
+ metadata.gz: e650a7b2e4dd27bd57a0318811c9e5557b229c7b21151fd40b670f6d513532b1
4
+ data.tar.gz: 0a59aa8f304d339c3d5a151c3359473c585ef1c9fe438252d24147a19462c937
5
5
  SHA512:
6
- metadata.gz: 945f68cafbdc9191a2b0bf2cfc186a5def497fcbe2bcfaf8ef367aaca7a14a20d77cf321d57416219253c2b5696c73797b744ef8f6019d9557931dd55955ea3e
7
- data.tar.gz: ac43b2da7d0db127e2a9cca54c76f82d1e62473f478051febd42b2749816867bee2405c8848ecc3beedd8f5408c7083f61bf3806565023f437702051462a6329
6
+ metadata.gz: 07f21c106e47d7dbc23e73a0c8d091d7b9284bc6a32b0d2fde04a7fef5fc9d11e3b650a9e223dfd204214511d35ae454ffa67602e2e0e48426295456cd72d682
7
+ data.tar.gz: fccdc71296e585a335f9a7539234ced2cf6fe1e8f51721aa288825cb840e9a3866db1e31cd1c947e2293383828068dcd112263d31cfeffbfa2548c04e1be913a
data/README.md CHANGED
@@ -34,6 +34,7 @@ icons:
34
34
  menu: lucide/menu # -> icon("nav.menu")
35
35
  ```
36
36
 
37
+ Like pokemon, you gotta catch 'em all.
37
38
  Any of [Iconify's 200k+ icons](https://icon-sets.iconify.design/) work as a
38
39
  provider prefix. Your own SVGs go in `app/assets/icons/`, filename as slug.
39
40
 
@@ -95,7 +96,7 @@ First-party exports are not uniform the way vendor icons are, so everything
95
96
  entering `app/assets/icons/` is normalised first:
96
97
 
97
98
  | | |
98
- |---|---|
99
+ | --- | --- |
99
100
  | Editor chrome | `sodipodi:`, `inkscape:`, `<metadata>`, RDF, empty `<defs>` stripped |
100
101
  | Ids | rewritten to `slug__id`, with `url(#…)`, `href`, `clip-path`, `mask` following |
101
102
  | viewBox | any source box refitted into the target, centred, aspect preserved |
@@ -184,7 +185,7 @@ A font glyph is filled contours; it has no strokes and no colour. Each icon
184
185
  takes one of three routes:
185
186
 
186
187
  | | |
187
- |---|---|
188
+ | --- | --- |
188
189
  | **filled** | used as-is — Material Symbols, most Iconify sets, flat first-party exports |
189
190
  | **extracted** | stroke-based, but the provider ships a font whose glyphs are already expanded — lifted from there, losslessly (Lucide) |
190
191
  | **refused** | stroke-based with no provider font — the build stops and names the icon |
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fontico
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fontico
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nofxx