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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d07501e79546fbe88ff5c7130cb5b0a5e90c2bc0dedc50bebf97989a966cf33
4
- data.tar.gz: cbbd58e800778f1098353a673cbf11348b656cc13d9b832c5b53980dbb588ab9
3
+ metadata.gz: a0dc030abb95755a8868a2b3c371e37391c02bed72daf52d14bce1c600431cc2
4
+ data.tar.gz: 97afb0ab6f758a0702e8d5e515e2e9ee953f7cb5fc3f52f2d7e0115f1db54d12
5
5
  SHA512:
6
- metadata.gz: d5dbc3c8c0109591d830a15f7828c4976239443bada05930b15d2c99a70a45159cd80c68b080c17665db2f6798cfc8739622dd62980436c138ad19c90d5bc1ef
7
- data.tar.gz: 64d4f1265db3642169657c29008917a462ba0cec6bd92113766a109df9ebb7afcdd79c3c25f2253f2d1f4337f97a5af86216722f2aa6026d266d5ec57bfe8e58
6
+ metadata.gz: ee3cc0dfd8719f1a50d2cdf74bc6277edc96f54bf8f8224de98529bb252083f2c049b75fa303de450e91790ba7968744acdfd27876c3581d65e56a72ddbde5a5
7
+ data.tar.gz: 5a256fec20d5c9a3a37c390125e9bb85503b910a47a1898e17ed8295e72b22083209025e1668b84e1e4f99d89ea3704f3a1a427542050593b4000ed0aa550dc2
data/README.md CHANGED
@@ -22,7 +22,7 @@ Then run `bundle install`.
22
22
 
23
23
  ### Directory Structure
24
24
 
25
- The gem expects FontAwesome Pro files in your project at:
25
+ The gem expects FontAwesome files in your project at:
26
26
 
27
27
  ```
28
28
  vendor/
@@ -1,5 +1,5 @@
1
1
  module FontawesomeSubsetter
2
2
 
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
 
5
5
  end
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.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: :development
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 Pro
83
- WOFF2 fonts via pyftsubset, and generates minimal CSS. Includes a Puma plugin for
84
- development watch mode, a Rails view helper, and a rake task that hooks into assets:precompile.
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 Pro subsetter for Rails — tree-shakes unused icons from font
125
- files and CSS.
124
+ summary: FontAwesome subsetter for Rails — tree-shakes unused icons from font files
125
+ and CSS.
126
126
  test_files: []