font_awesome-sass-rails 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/font_awesome-sass-rails.gemspec +3 -3
- data/vendor/assets/stylesheets/font-awesome.css +2 -2
- data/vendor/assets/stylesheets/font-awesome.less +5 -5
- data/vendor/assets/stylesheets/font-awesome.sass +1 -1
- data/vendor/assets/stylesheets/font-awesome.scss +1 -1
- metadata +4 -4
data/Rakefile
CHANGED
@@ -16,7 +16,7 @@ require 'jeweler'
|
|
16
16
|
Jeweler::Tasks.new do |gem|
|
17
17
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
18
18
|
gem.name = "font_awesome-sass-rails"
|
19
|
-
gem.homepage = "http://github.com/kristianmandrup/
|
19
|
+
gem.homepage = "http://github.com/kristianmandrup/font_awesome-sass-rails"
|
20
20
|
gem.license = "MIT"
|
21
21
|
gem.summary = %Q{Font Awesome ready for use with Rails asset pipeline}
|
22
22
|
gem.description = %Q{Use Font Awesome in your Rails app :)}
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.1
|
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "font_awesome-sass-rails"
|
8
|
-
s.version = "2.0.
|
8
|
+
s.version = "2.0.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Kristian Mandrup"]
|
12
|
-
s.date = "2012-
|
12
|
+
s.date = "2012-09-03"
|
13
13
|
s.description = "Use Font Awesome in your Rails app :)"
|
14
14
|
s.email = "kmandrup@gmail.com"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
|
|
42
42
|
"vendor/assets/stylesheets/font-awesome.sass",
|
43
43
|
"vendor/assets/stylesheets/font-awesome.scss"
|
44
44
|
]
|
45
|
-
s.homepage = "http://github.com/kristianmandrup/
|
45
|
+
s.homepage = "http://github.com/kristianmandrup/font_awesome-sass-rails"
|
46
46
|
s.licenses = ["MIT"]
|
47
47
|
s.require_paths = ["lib"]
|
48
48
|
s.rubygems_version = "1.8.24"
|
@@ -23,8 +23,8 @@
|
|
23
23
|
*/
|
24
24
|
@font-face {
|
25
25
|
font-family: 'FontAwesome';
|
26
|
-
src: url('../
|
27
|
-
src: url('../
|
26
|
+
src: url('../fonts/fontawesome-webfont.eot');
|
27
|
+
src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
|
28
28
|
font-weight: normal;
|
29
29
|
font-style: normal;
|
30
30
|
}
|
@@ -24,11 +24,11 @@
|
|
24
24
|
|
25
25
|
@font-face {
|
26
26
|
font-family: 'FontAwesome';
|
27
|
-
src: url('../
|
28
|
-
src: url('../
|
29
|
-
url('../
|
30
|
-
url('../
|
31
|
-
url('../
|
27
|
+
src: url('../fonts/fontawesome-webfont.eot');
|
28
|
+
src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
29
|
+
url('../fonts/fontawesome-webfont.woff') format('woff'),
|
30
|
+
url('../fonts/fontawesome-webfont.ttf') format('truetype'),
|
31
|
+
url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
|
32
32
|
font-weight: normal;
|
33
33
|
font-style: normal;
|
34
34
|
}
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
@import compass/css3/font-face
|
24
24
|
|
25
|
-
$font_path: "../
|
25
|
+
$font_path: "../fonts/fontawesome-webfont" !default
|
26
26
|
|
27
27
|
+font-face("FontAwesome", font-files("#{$font_path}.woff", woff, "#{$font_path}.ttf", truetype, "#{$font_path}.otf", opentype, "#{$font_path}.svgz#FontAwesomeRegular", svg, "#{$font_path}.svg#FontAwesomeRegular", svg), "#{$font_path}.eot", normal, normal)
|
28
28
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: font_awesome-sass-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-09-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -171,7 +171,7 @@ files:
|
|
171
171
|
- vendor/assets/stylesheets/font-awesome.less
|
172
172
|
- vendor/assets/stylesheets/font-awesome.sass
|
173
173
|
- vendor/assets/stylesheets/font-awesome.scss
|
174
|
-
homepage: http://github.com/kristianmandrup/
|
174
|
+
homepage: http://github.com/kristianmandrup/font_awesome-sass-rails
|
175
175
|
licenses:
|
176
176
|
- MIT
|
177
177
|
post_install_message:
|
@@ -186,7 +186,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
186
186
|
version: '0'
|
187
187
|
segments:
|
188
188
|
- 0
|
189
|
-
hash:
|
189
|
+
hash: 2358890390228459109
|
190
190
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
191
191
|
none: false
|
192
192
|
requirements:
|