fontawesome_subsetter 0.1.1 → 0.1.2
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.md +1 -1
- data/lib/fontawesome_subsetter/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0dc030abb95755a8868a2b3c371e37391c02bed72daf52d14bce1c600431cc2
|
|
4
|
+
data.tar.gz: 97afb0ab6f758a0702e8d5e515e2e9ee953f7cb5fc3f52f2d7e0115f1db54d12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee3cc0dfd8719f1a50d2cdf74bc6277edc96f54bf8f8224de98529bb252083f2c049b75fa303de450e91790ba7968744acdfd27876c3581d65e56a72ddbde5a5
|
|
7
|
+
data.tar.gz: 5a256fec20d5c9a3a37c390125e9bb85503b910a47a1898e17ed8295e72b22083209025e1668b84e1e4f99d89ea3704f3a1a427542050593b4000ed0aa550dc2
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fontawesome_subsetter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 16554289+optimuspwnius@users.noreply.github.com
|
|
@@ -58,7 +58,7 @@ dependencies:
|
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: '3.0'
|
|
61
|
-
type: :
|
|
61
|
+
type: :runtime
|
|
62
62
|
prerelease: false
|
|
63
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
64
64
|
requirements:
|
|
@@ -79,9 +79,9 @@ dependencies:
|
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
81
|
version: '5.0'
|
|
82
|
-
description: Scans your views and helpers for icon() calls, subsets FontAwesome
|
|
83
|
-
|
|
84
|
-
|
|
82
|
+
description: Scans your views and helpers for icon() calls, subsets FontAwesome WOFF2
|
|
83
|
+
fonts via pyftsubset, and generates minimal CSS. Includes a Puma plugin for development
|
|
84
|
+
watch mode, a Rails view helper, and a rake task that hooks into assets:precompile.
|
|
85
85
|
email:
|
|
86
86
|
- 16554289+optimuspwnius@users.noreply.github.com
|
|
87
87
|
executables: []
|
|
@@ -121,6 +121,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
requirements: []
|
|
122
122
|
rubygems_version: 4.0.7
|
|
123
123
|
specification_version: 4
|
|
124
|
-
summary: FontAwesome
|
|
125
|
-
|
|
124
|
+
summary: FontAwesome subsetter for Rails — tree-shakes unused icons from font files
|
|
125
|
+
and CSS.
|
|
126
126
|
test_files: []
|