font-awesome-sass 5.0.6 → 5.0.6.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 788a53b69e51aa0b8d91bdcf6c8a7f326e6df2bf2cce38714600b6a08fc98403
|
4
|
+
data.tar.gz: 7c9708c7c7757b16a38c595692163e7bf60ae2ba186ace50c72d910bea3760cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12b85e2f0f93ef03af9a1d2608cdd4a6333253bd4b6ff347a9fc9accea1663d6a4847f77a7635a2d0240d653c788eb20f62fdd6500dcbdcc2e5893b49eb7ca6a
|
7
|
+
data.tar.gz: 3cef459992ee3a6c1a2c4c66f062d6410675befc35be9f14315ff98d88c100cc5567f8a34f372b03cc14ee235ad80308a50ce94937f1525202e1b5cada2f9d2e
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
$fa-sass-asset-helper: false !default;
|
5
5
|
|
6
|
-
$fa-font-path: if($fa-sass-asset-helper, "font-awesome
|
6
|
+
$fa-font-path: if($fa-sass-asset-helper, "font-awesome", "../fonts/font-awesome") !default;
|
7
7
|
$fa-font-size-base: 16px !default;
|
8
8
|
$fa-css-prefix: fa !default;
|
9
9
|
$fa-version: "5.0.6" !default;
|
data/font-awesome-sass.gemspec
CHANGED
data/lib/font-awesome-sass.rb
CHANGED
@@ -8,7 +8,9 @@ module FontAwesome
|
|
8
8
|
end
|
9
9
|
|
10
10
|
%w[eot svg ttf woff woff2].each do |ext|
|
11
|
-
app.config.assets.precompile << "font-awesome/
|
11
|
+
app.config.assets.precompile << "font-awesome/fa-brands-400.#{ext}"
|
12
|
+
app.config.assets.precompile << "font-awesome/fa-regular-400.#{ext}"
|
13
|
+
app.config.assets.precompile << "font-awesome/fa-solid-400.#{ext}"
|
12
14
|
end
|
13
15
|
end
|
14
16
|
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: 5.0.6
|
4
|
+
version: 5.0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Travis Chase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -66,20 +66,6 @@ dependencies:
|
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
name: sass-rails
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
73
|
-
- - ">="
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: '0'
|
76
|
-
type: :development
|
77
|
-
prerelease: false
|
78
|
-
version_requirements: !ruby/object:Gem::Requirement
|
79
|
-
requirements:
|
80
|
-
- - ">="
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version: '0'
|
83
69
|
description: Font-Awesome SASS gem for use in Ruby projects
|
84
70
|
email:
|
85
71
|
- travis@fontawesome.com
|