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 +4 -4
- data/README.md +3 -2
- data/app/assets/stylesheets/font-awesome-base64.css.erb +1 -1
- data/lib/font-awesome-rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b6caf42a2131f9e382c940b9055db89c0a8ca4d
|
4
|
+
data.tar.gz: b0dc1a2d0eb01781052216f44721b3fcd082ce2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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
|
}
|
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.
|
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-
|
11
|
+
date: 2013-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|