font-awesome-sass 3.2.1.2 → 3.2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/font/awesome/sass/engine.rb +2 -2
- data/lib/font/awesome/sass/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3b953a8b631d9680be7c80d34736f2c927c5f8a
|
4
|
+
data.tar.gz: 4a858b56efe6c2a5a09dbd1f31c21c71c264713c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad4e0ccae52e213e1e6e7b9d4bdc0c0f988bed8482be26d124f47361e4776127639c89bdab0e4d58e2563c3a8ba1dd5c3d825a3212b35b27b978a9e1ba695dc5
|
7
|
+
data.tar.gz: 26db1a0fd335cf05e5816e8d8735db73603168386d74c1225b07b89b0f9fb10caf26a4264419828ec08a811c3e18f28aae3c4827b2cffd646bac3635992561db
|
@@ -2,9 +2,9 @@ module Font
|
|
2
2
|
module Awesome
|
3
3
|
module Sass
|
4
4
|
class Engine < ::Rails::Engine
|
5
|
-
initializer "
|
5
|
+
initializer "font-awesome-sass.assets.precompile" do |app|
|
6
6
|
app.config.assets.precompile += %w(
|
7
|
-
|
7
|
+
fontawesome-webfont.eot fontawesome-webfont.svg
|
8
8
|
fontawesome-webfont.ttf fontawesome-webfont.woff)
|
9
9
|
end
|
10
10
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: font-awesome-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.1.
|
4
|
+
version: 3.2.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Travis Chase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-07-
|
11
|
+
date: 2013-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|