font-awesome-rails 4.7.0.2 → 4.7.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +4 -0
- data/lib/font-awesome-rails/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 9c54db84042d61c53fbd5daf3f72f4059436c5117166d381adfd447d5ccf1602
|
4
|
+
data.tar.gz: 3ffff4ad1a1ec526155ca87d9d955e1d7974415e83dc0bf9ea3a256e2fc1b0c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0fe2e872f6db8176e47239e51daad89095eb148086b853a68ae3a5fde30fef8da9fe007743f161f14579b3a2b3c1ef3d75df5db08c91319de6ff21cab245717
|
7
|
+
data.tar.gz: 1712b62a1684851b38c2fe440cf7f9ac4c830972dc58f92e7553fef57d668ee53dbbecb2c5ffc0b9c9a37aca06571cf70f02857a1f6f79d0421279f1903f5d89
|
data/README.md
CHANGED
@@ -130,6 +130,10 @@ set the config option `action_controller.relative_url_root`:
|
|
130
130
|
The default value of this variable is taken from `ENV['RAILS_RELATIVE_URL_ROOT']`,
|
131
131
|
so configuring the environment to define `RAILS_RELATIVE_URL_ROOT` is an alternative strategy.
|
132
132
|
|
133
|
+
In addition you need to indicate the subfolder when you *precompile* the assets:
|
134
|
+
|
135
|
+
RAILS_ENV=production bundle exec rake assets:precompile RAILS_RELATIVE_URL_ROOT=/myrailsapp
|
136
|
+
|
133
137
|
### Rails 3.2
|
134
138
|
|
135
139
|
**Note:** In Rails 3.2, make sure font-awesome-rails is outside the bundler asset group
|
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.
|
4
|
+
version: 4.7.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bokmann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -58,8 +58,8 @@ dependencies:
|
|
58
58
|
- - ">="
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
|
-
description:
|
62
|
-
|
61
|
+
description: font-awesome-rails provides the Font-Awesome web fonts and stylesheets
|
62
|
+
as a Rails engine for use with the asset pipeline.
|
63
63
|
email:
|
64
64
|
- dbock@codesherpas.com
|
65
65
|
executables: []
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
version: '0'
|
117
117
|
requirements: []
|
118
118
|
rubyforge_project:
|
119
|
-
rubygems_version: 2.
|
119
|
+
rubygems_version: 2.7.0
|
120
120
|
signing_key:
|
121
121
|
specification_version: 4
|
122
122
|
summary: an asset gemification of the font-awesome icon font library
|