font-awesome-rails-base64 4.0.3.3 → 4.0.3.4

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
  SHA1:
3
- metadata.gz: f4fe86340229dc74ea2382495b6810528a196403
4
- data.tar.gz: e49bab9fc795567fc5dd403e2c8bddc35d01be00
3
+ metadata.gz: 3b6caf42a2131f9e382c940b9055db89c0a8ca4d
4
+ data.tar.gz: b0dc1a2d0eb01781052216f44721b3fcd082ce2d
5
5
  SHA512:
6
- metadata.gz: c505b3f52791754e04d62ad6403b7f7883c198f3d4acd785e5648c647708f49ea8c0fa4cbe26476c2aa00d93920c202130946441156c4339a85680f30efaecca
7
- data.tar.gz: 4250549b577872baf865198f594196bd8393d6993e9e7112a84a4f39178fdfffd8ac87bfa44eaee6541d87d60f16161494463986e95e14a99612332139ab139a
6
+ metadata.gz: b24aa4a3c0db4646dee5c7e435b96844d28469698cc5e00b0cd8e31d80c91680dd70989474f9b18a8210f34c104daf08f74e27879034cd673bbd4b9d7f5cec88
7
+ data.tar.gz: 0b47390ec6528cc5db6f490b37305f92b95071cf80a6e24d6f073fbd28c4015537620fca06c308c69ea383930d4af1e4c767ffdfee7e01dbd4659f9a5cb36ce3
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # font-awesome-rails [![Gem Version](https://badge.fury.io/rb/font-awesome-rails-base64.png)](http://badge.fury.io/rb/font-awesome-rails-base64)
1
+ # font-awesome-rails-base64 [![Gem Version](https://badge.fury.io/rb/font-awesome-rails-base64.png)](http://badge.fury.io/rb/font-awesome-rails-base64)
2
2
 
3
3
  font-awesome-rails provides the
4
4
  [Font-Awesome](http://fortawesome.github.com/Font-Awesome/) web fonts and
@@ -129,6 +129,7 @@ so that these helpers are automatically loaded in production environments.
129
129
  | 4.0.3.1 | 44e127f | 4.0.3 release (embedding of fonts dynamically) |
130
130
  | 4.0.3.2 | 629011e | 4.0.3 release (embedding of fonts minor tweak) |
131
131
  | 4.0.3.3 | 37d98a1 | 4.0.3 release (removed all but one font) |
132
+ | 4.0.3.4 | 74af735 | 4.0.3 release (changed the one font to otf rather than svg) |
132
133
 
133
134
  **note on version 0.2.0**: FontAwesome now includes scss and sass files, but
134
135
  when I used them instead of the plain ol css file included in the project, it
@@ -145,7 +146,7 @@ with every icon. Prepend the `fa` class to existing icons:
145
146
  ```css
146
147
  /* FontAwesome 3 Syntax */
147
148
  <i class="icon-github"></i>
148
-
149
+
149
150
  /* FontAwesome 4 Syntax */
150
151
  <i class="fa fa-github"></i>
151
152
  ```
@@ -6,7 +6,7 @@
6
6
  * -------------------------- */
7
7
  @font-face {
8
8
  font-family: 'FontAwesome';
9
- src: url(data:image/svg+xml;charset=utf-8;base64,<%= Base64.strict_encode64(Rails.application.assets['fontawesome-webfont.svg'].source) %>) format('svg');
9
+ src: url(data:font/opentype;charset=utf-8;base64,<%= Base64.strict_encode64(Rails.application.assets['FontAwesome.otf'].source) %>) format('opentype');
10
10
  font-weight: normal;
11
11
  font-style: normal;
12
12
  }
@@ -1,5 +1,5 @@
1
1
  module FontAwesome
2
2
  module Rails
3
- VERSION = "4.0.3.3"
3
+ VERSION = "4.0.3.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-awesome-rails-base64
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3.3
4
+ version: 4.0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - jay_rod_1859
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-21 00:00:00.000000000 Z
11
+ date: 2013-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties