font-awesome-sass-rails 3.0.0.0 → 3.0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Font
2
2
  module Awesome
3
3
  module Sass
4
4
  module Rails
5
- VERSION = "3.0.0.0"
5
+ VERSION = "3.0.0.1"
6
6
  end
7
7
  end
8
8
  end
@@ -21,8 +21,8 @@
21
21
  */
22
22
 
23
23
  $fontAwesomePath: "fontawesome-webfont" !default
24
- $borderColor: #eee
25
- $iconMuted: #eee
24
+ $borderColor: #eee !default
25
+ $iconMuted: #eee !default
26
26
  @mixin border-radius($radius)
27
27
  -webkit-border-radius: $radius
28
28
  -moz-border-radius: $radius
@@ -31,8 +31,8 @@ $iconMuted: #eee
31
31
 
32
32
  @font-face
33
33
  font-family: 'FontAwesome'
34
- src: url('#{$fontAwesomePath}.eot')
35
- src: url('#{$fontAwesomePath}.eot?#iefix') format("embedded-opentype"), url('#{$fontAwesomePath}.woff') format("woff"), url('#{$fontAwesomePath}.ttf') format("truetype")
34
+ src: font-url('#{$fontAwesomePath}.eot')
35
+ src: font-url('#{$fontAwesomePath}.eot?#iefix') format("embedded-opentype"), font-url('#{$fontAwesomePath}.woff') format("woff"), font-url('#{$fontAwesomePath}.ttf') format("truetype")
36
36
  font-weight: normal
37
37
  font-style: normal
38
38
 
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: 3.0.0.0
4
+ version: 3.0.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: 2013-01-05 00:00:00.000000000 Z
12
+ date: 2013-01-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -76,18 +76,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  - - ! '>='
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
- segments:
80
- - 0
81
- hash: -4370406108332321940
82
79
  required_rubygems_version: !ruby/object:Gem::Requirement
83
80
  none: false
84
81
  requirements:
85
82
  - - ! '>='
86
83
  - !ruby/object:Gem::Version
87
84
  version: '0'
88
- segments:
89
- - 0
90
- hash: -4370406108332321940
91
85
  requirements: []
92
86
  rubyforge_project: font-awesome-sass-rails
93
87
  rubygems_version: 1.8.23