font-awesome-sass-rails 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,5 +23,4 @@ Gem::Specification.new do |s|
23
23
  # s.add_runtime_dependency "rest-client"
24
24
  s.add_runtime_dependency 'railties', '>= 3.1.1'
25
25
  s.add_runtime_dependency 'sass-rails', '>= 3.1.1'
26
- s.add_runtime_dependency 'compass-rails'
27
26
  end
@@ -2,7 +2,7 @@ module Font
2
2
  module Awesome
3
3
  module Sass
4
4
  module Rails
5
- VERSION = "0.1.0"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
8
8
  end
@@ -22,20 +22,19 @@
22
22
 
23
23
  */
24
24
 
25
- @import "compass/css3/font-face";
26
25
  $font_path: "fontawesome-webfont" !default;
27
26
 
28
- @include font-face(
29
- 'FontAwesome',
30
- font-files(
31
- "#{$font_path}.woff", woff,
32
- "#{$font_path}.ttf", truetype,
33
- "#{$font_path}.otf", opentype,
34
- "#{$font_path}.svgz#FontAwesomeRegular", svg,
35
- "#{$font_path}.svg#FontAwesomeRegular", svg),
36
- '#{$font_path}.eot',
37
- normal,
38
- normal);
27
+ @font-face {
28
+ font-family: 'FontAwesome';
29
+ src: font-url("#{$font_path}.eot");
30
+ src: font-url("#{$font_path}.eot?#iefix") unquote("format('eot')"),
31
+ font-url("#{$font_path}.woff") unquote("format('woff')"),
32
+ font-url("#{$font_path}.ttf") unquote("format('truetype')"),
33
+ font-url("#{$font_path}.svgz#FontAwesomeRegular") unquote("format('svg')"),
34
+ font-url("#{$font_path}.svg#FontAwesomeRegular") unquote("format('svg')");
35
+ font-weight: normal;
36
+ font-style: normal;
37
+ }
39
38
 
40
39
  /* sprites.less reset */
41
40
  [class^="icon-"],
@@ -264,4 +263,4 @@ li[class*=" icon-"] {
264
263
  .icon-trophy:before { content: "\f091"; }
265
264
  .icon-github-sign:before { content: "\f092"; }
266
265
  .icon-upload-alt:before { content: "\f093"; }
267
- .icon-lemon:before { content: "\f094"; }
266
+ .icon-lemon:before { content: "\f094"; }
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: 0.1.0
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-09 00:00:00.000000000 Z
12
+ date: 2012-03-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
- requirement: &2156260380 !ruby/object:Gem::Requirement
16
+ requirement: &2152967640 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.1.1
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156260380
24
+ version_requirements: *2152967640
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: sass-rails
27
- requirement: &2156259840 !ruby/object:Gem::Requirement
27
+ requirement: &2152967040 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,18 +32,7 @@ dependencies:
32
32
  version: 3.1.1
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2156259840
36
- - !ruby/object:Gem::Dependency
37
- name: compass-rails
38
- requirement: &2156259400 !ruby/object:Gem::Requirement
39
- none: false
40
- requirements:
41
- - - ! '>='
42
- - !ruby/object:Gem::Version
43
- version: '0'
44
- type: :runtime
45
- prerelease: false
46
- version_requirements: *2156259400
35
+ version_requirements: *2152967040
47
36
  description: Font Awesome, SASS version, with assets pipeline, for Rails 3.1+
48
37
  email:
49
38
  - sst.dreams@gmail.com
@@ -77,12 +66,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
66
  - - ! '>='
78
67
  - !ruby/object:Gem::Version
79
68
  version: '0'
69
+ segments:
70
+ - 0
71
+ hash: 389311705783406120
80
72
  required_rubygems_version: !ruby/object:Gem::Requirement
81
73
  none: false
82
74
  requirements:
83
75
  - - ! '>='
84
76
  - !ruby/object:Gem::Version
85
77
  version: '0'
78
+ segments:
79
+ - 0
80
+ hash: 389311705783406120
86
81
  requirements: []
87
82
  rubyforge_project: font-awesome-sass-rails
88
83
  rubygems_version: 1.8.10