fontawesome_icons_rails 1.0.1 → 1.0.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: f51b3b381095194e3d488b9d26d9b9f99bde0fa37a9d4f3493da6563cca6b996
4
- data.tar.gz: 4da921e3a781a35a3dc80cb635a7186b61baece20abdefa45b758f18e67e905a
3
+ metadata.gz: 93f62c097863b929e486261754eb618c31976f85fb89ba4f91b442032ffd09cd
4
+ data.tar.gz: 3d63a82fead4e984b425f27a3d1856c56d07ad5a8d5b71922b3fcb6a57234c2e
5
5
  SHA512:
6
- metadata.gz: 58a192e2c580d0128989ffcad3bf522882d810592d3a05163f908c38eba1546818c486bccae9c4974773273968d62b3e68370e04452f5b51d45c1ec507da8062
7
- data.tar.gz: f98af5698cd88a2043ecf694453bf711037993d841c1269b97b1c41f8d632b104ccfc57fa8385eec28d63e252d4bcbd96160f3abc0daeacfc905e305c562261e
6
+ metadata.gz: f39e1000342ee933187bbde3bbdd3edab011ee20fb5d8aa2fac9de1504abfe17035c833d2d6f8f3ea60dbbccb17d3dac484b03e4d39c8696f9717f957eb3160b
7
+ data.tar.gz: ae1da8082dc4b12485c744b286f587a2738fc1833ca4905ce0f37769b80c59cf82437c4bf711af125564564c773767c5be4acc985226e21697691a9da29d50ec
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
- # fontawesome_rails
2
- **fontawesome_rails** provides **Font Awesome 5/6/7** assets and helpers as a Rails engine for use with the asset pipeline.
1
+ # fontawesome_icons_rails
2
+ **fontawesome_icons_rails** provides **Font Awesome 5/6/7** assets and helpers as a Rails engine for use with the asset pipeline.
3
3
 
4
4
  This gem provides only **Free** icons from Font Awesome by default, but supports importing **Pro** assets into your app.
5
+ The primary namespace exposed to your app is `FontawesomeRails` (gem name differs from module name for compatibility).
5
6
 
6
7
  Keep track of changes in `CHANGELOG.md`.
7
8
 
@@ -220,7 +221,7 @@ fa_icon(:camera_retro, text: 'Camera', right: true)
220
221
 
221
222
  ### Solid, Regular, Light, Brand, Duotone icon types
222
223
 
223
- Font Awesome has several different icon styles. In `fontawesome_rails`, the default icon type is `solid`.
224
+ Font Awesome has several different icon styles. In `FontawesomeRails`, the default icon type is `solid`.
224
225
  If you want to use a different style, you can do so through the `type` attribute.
225
226
 
226
227
  | Style | type: | type: |
@@ -3,5 +3,5 @@ module FontawesomeRails
3
3
  FA6_VERSION = '6.7.2'
4
4
  FA7_VERSION = '7.1.0'
5
5
 
6
- VERSION = '1.0.1'
6
+ VERSION = '1.0.2'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fontawesome_icons_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomislav Simnett
@@ -69,8 +69,8 @@ dependencies:
69
69
  - - "<"
70
70
  - !ruby/object:Gem::Version
71
71
  version: '9.0'
72
- description: fontawesome_rails provides Font Awesome 5/6/7 support (Free assets included;
73
- optional Pro import via generator).
72
+ description: fontawesome_icons_rails provides Font Awesome 5/6/7 support (Free assets
73
+ included; optional Pro import via generator).
74
74
  email:
75
75
  - tom@initforthe.com
76
76
  executables: []
@@ -6742,7 +6742,7 @@ files:
6742
6742
  - spec/parse_methods_spec.rb
6743
6743
  - spec/spec_helper.rb
6744
6744
  - spec/sprockets_integration_spec.rb
6745
- homepage: https://github.com/simmerz/fontawesome_rails
6745
+ homepage: https://gitlab.com/initforthe/fontawesome-icons-rails
6746
6746
  licenses:
6747
6747
  - MIT
6748
6748
  metadata: {}