font-awesome-rails 4.7.0.7 → 4.7.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ab2227fa63932e46da120c386f9b872d53212548647ef4a1843c749c36793a7
4
- data.tar.gz: 7b418248c5fc84029ea1f16efdb16516b753ad4d058a29dd9fd46547d795b882
3
+ metadata.gz: 257c337c69c2335d6cb9809a31663b4482982f7e1c19e2661b8a1963f6bd12a9
4
+ data.tar.gz: b5884fce6397ccaca75d8b624bdd41cd870c2f05a53fb33288793c1850ffda60
5
5
  SHA512:
6
- metadata.gz: 054deab3425809e3784a123e6df2798c4ff84b8dd11dfeb63f7a7ee7f9a80568679dda58fa82914488c2eb6d101482f54d4866284475d2b417a6d05cd04b0dc2
7
- data.tar.gz: ec9d8fef04ecebe35456eadc4ee77720eb2fdaf3fd2712c18919d4664d357d5cf0d8bfbf6b4bd5a7e91215adaab45eb379a607539ec75cc51869a469e1299619
6
+ metadata.gz: 22674e180ecb8759bba0f0e3bf06c6d3aa92defa0c0e369621486835693b8f45a7d1a3b47b05b175b172959b76f74e9c922068b6afbe020cefdab30a65fe7453
7
+ data.tar.gz: b39346dd89d98fc5e16dee450595fa3d822f8bc7f36eba0dc8680b94a73e79e511bddec701d2d074f8fee6fe136d9a27c171a5c3858a0914dc51ae583b611e7c
data/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ > [!TIP]
2
+ > For Font Awesome 5 or 6 support, please consider [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass).
3
+
4
+ ---
5
+
1
6
  # font-awesome-rails
2
7
 
3
8
  [![Gem Version](http://img.shields.io/gem/v/font-awesome-rails.svg)](https://rubygems.org/gems/font-awesome-rails)
@@ -5,7 +10,7 @@
5
10
  [![Gem Downloads](https://img.shields.io/gem/dt/font-awesome-rails.svg)](https://rubygems.org/gems/font-awesome-rails)
6
11
 
7
12
  font-awesome-rails provides the
8
- [Font-Awesome](http://fortawesome.github.com/Font-Awesome/) web fonts and
13
+ [Font-Awesome](https://fontawesome.com) web fonts and
9
14
  stylesheets as a Rails engine for use with the asset pipeline.
10
15
 
11
16
  ## Installation
@@ -30,7 +35,7 @@ In your `application.css`, include the css file:
30
35
  Then restart your webserver if it was previously running.
31
36
 
32
37
  Congrats! You now have scalable vector icon support. Pick an icon and check out the
33
- [FontAwesome Examples](http://fortawesome.github.io/Font-Awesome/examples/).
38
+ [FontAwesome Examples](https://fontawesome.com/icons).
34
39
 
35
40
  ### Sass Support
36
41
 
@@ -136,8 +141,10 @@ In addition you need to indicate the subfolder when you *precompile* the assets:
136
141
 
137
142
  ### Rails 3.2
138
143
 
139
- **Note:** In Rails 3.2, make sure font-awesome-rails is outside the bundler asset group
140
- so that these helpers are automatically loaded in production environments.
144
+ > [!NOTE]
145
+ > In Rails 3.2, make sure font-awesome-rails is outside the bundler asset
146
+ > group so that these helpers are automatically loaded in production
147
+ > environments.
141
148
 
142
149
  ## Versioning
143
150
 
@@ -147,9 +154,9 @@ make any breaking changes until Font-Awesome core makes a major version bump.
147
154
 
148
155
  ## License
149
156
 
150
- * The [Font Awesome](http://fortawesome.github.com/Font-Awesome) font is
157
+ * The [Font Awesome](https://fontawesome.com) font is
151
158
  licensed under the [SIL Open Font License](http://scripts.sil.org/OFL).
152
- * [Font Awesome](http://fortawesome.github.com/Font-Awesome) CSS files are
159
+ * [Font Awesome](https://fontawesome.com) CSS files are
153
160
  licensed under the
154
161
  [MIT License](http://opensource.org/licenses/mit-license.html).
155
162
  * The remainder of the font-awesome-rails project is licensed under the
@@ -1,6 +1,6 @@
1
1
  module FontAwesome
2
2
  module Rails
3
3
  FA_VERSION = "4.7.0"
4
- VERSION = "4.7.0.7"
4
+ VERSION = "4.7.0.9"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-awesome-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.7.0.7
4
+ version: 4.7.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - bokmann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-10 00:00:00.000000000 Z
11
+ date: 2024-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3.2'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '7'
22
+ version: '9.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3.2'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '7'
32
+ version: '9.0'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: activesupport
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  requirements: []
119
- rubygems_version: 3.0.3
119
+ rubygems_version: 3.5.22
120
120
  signing_key:
121
121
  specification_version: 4
122
122
  summary: an asset gemification of the font-awesome icon font library