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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b22a4addac2e58023dc811e6fb1544e12f81fe24
4
- data.tar.gz: 521d0896002f1b547e124f89f89e93a2af8d33dd
2
+ SHA256:
3
+ metadata.gz: 9c54db84042d61c53fbd5daf3f72f4059436c5117166d381adfd447d5ccf1602
4
+ data.tar.gz: 3ffff4ad1a1ec526155ca87d9d955e1d7974415e83dc0bf9ea3a256e2fc1b0c3
5
5
  SHA512:
6
- metadata.gz: 108b1bb679cf05751b81b964c1079aed2f432f54a727a77182180e7f76b93bf8544e14c70ff801cff692c277038e93359949691ccdd735da1b13e839ba36d9ab
7
- data.tar.gz: 8e3efca5a960e39b748c67ba0d361fe5e8c26603db41a58783cedcb50d91dfa6058cf42716fc20e2e2dffb0bf9b36a19b9a6124c42210f8710871008205ce5c9
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
@@ -1,6 +1,6 @@
1
1
  module FontAwesome
2
2
  module Rails
3
3
  FA_VERSION = "4.7.0"
4
- VERSION = "4.7.0.2"
4
+ VERSION = "4.7.0.3"
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.2
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: 2017-05-01 00:00:00.000000000 Z
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: I like font-awesome. I like the asset pipeline. I like semantic versioning.
62
- If you do too, you're welcome.
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.6.11
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