font_awesome 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -7,7 +7,7 @@ Font Awesome for the Rails asset pipeline. Doesn't depend on SASS or LESS and pr
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'font_awesome'
10
+ gem 'font_awesome', '~> 3.0'
11
11
  ```
12
12
 
13
13
  Or if you prefer Font Awesome 2.0, use:
@@ -1,3 +1,3 @@
1
1
  module FontAwesome
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
@@ -23,7 +23,7 @@
23
23
  @font-face {
24
24
  font-family: 'FontAwesome';
25
25
  src: url("<%= asset_path 'fontawesome-webfont.eot' %>");
26
- src: url("<%= asset_path 'fontawesome-webfont.eot?#iefix' %>") format('embedded-opentype'),
26
+ src: url("<%= asset_path 'fontawesome-webfont.eot' %>?#iefix") format('embedded-opentype'),
27
27
  url("<%= asset_path 'fontawesome-webfont.woff' %>") format('woff'),
28
28
  url("<%= asset_path 'fontawesome-webfont.ttf' %>") format('truetype');
29
29
  font-weight: normal;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font_awesome
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.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-03 00:00:00.000000000 Z
12
+ date: 2013-01-04 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Font Awesome for the Rails asset pipeline. Doesn't depend on SASS or
15
15
  LESS and properly generates digests.