font-awesome-rails-base64 4.0.3.2 → 4.0.3.3

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: 7bf3b7075e13c840913f6e698fface1f496c61eb
4
- data.tar.gz: 72da6028217dcf3dd08c661ebcb2e3581ace54a2
3
+ metadata.gz: f4fe86340229dc74ea2382495b6810528a196403
4
+ data.tar.gz: e49bab9fc795567fc5dd403e2c8bddc35d01be00
5
5
  SHA512:
6
- metadata.gz: fb816d05685eb4b75984c43979a3c951312965415cb3e1ad930102fe19b827dc48957a95bb30219c0f84a86698d944b0217b9cb32dfe691ae14ea46c33f64225
7
- data.tar.gz: c40739f8f8a913f7f06489383a25cb5623717fd919c82ea2221d6bc698f686ac0039cb7be45151ab7cefc9c72634bb12b5f050716d11e74cb653beb3fb8a05ab
6
+ metadata.gz: c505b3f52791754e04d62ad6403b7f7883c198f3d4acd785e5648c647708f49ea8c0fa4cbe26476c2aa00d93920c202130946441156c4339a85680f30efaecca
7
+ data.tar.gz: 4250549b577872baf865198f594196bd8393d6993e9e7112a84a4f39178fdfffd8ac87bfa44eaee6541d87d60f16161494463986e95e14a99612332139ab139a
data/README.md CHANGED
@@ -128,6 +128,7 @@ so that these helpers are automatically loaded in production environments.
128
128
  | 4.0.3.0 | 0373b63 | 4.0.3 release (minor icon renames and updates) |
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
+ | 4.0.3.3 | 37d98a1 | 4.0.3 release (removed all but one font) |
131
132
 
132
133
  **note on version 0.2.0**: FontAwesome now includes scss and sass files, but
133
134
  when I used them instead of the plain ol css file included in the project, it
@@ -6,11 +6,7 @@
6
6
  * -------------------------- */
7
7
  @font-face {
8
8
  font-family: 'FontAwesome';
9
- src: url(data:application/x-font-otf;charset=utf-8;base64,<%= Base64.strict_encode64(Rails.application.assets['FontAwesome.otf'].to_s) %>) format('otf'),
10
- url(data:application/x-font-woff;charset=utf-8;base64,<%= Base64.strict_encode64(Rails.application.assets['fontawesome-webfont.woff'].to_s) %>) format('woff'),
11
- url(data:application/x-font-ttf;charset=utf-8;base64,<%= Base64.strict_encode64(Rails.application.assets['fontawesome-webfont.ttf'].to_s) %>) format('ttf'),
12
- url(data:application/vnd.ms-fontobject;charset=utf-8;base64,<%= Base64.strict_encode64(Rails.application.assets['fontawesome-webfont.eot'].to_s) %>) format('eot'),
13
- url(data:image/svg+xml;charset=utf-8;base64,<%= Base64.strict_encode64(Rails.application.assets['fontawesome-webfont.svg'].to_s) %>) format('svg');
9
+ src: url(data:image/svg+xml;charset=utf-8;base64,<%= Base64.strict_encode64(Rails.application.assets['fontawesome-webfont.svg'].source) %>) format('svg');
14
10
  font-weight: normal;
15
11
  font-style: normal;
16
12
  }
@@ -1,5 +1,5 @@
1
1
  module FontAwesome
2
2
  module Rails
3
- VERSION = "4.0.3.2"
3
+ VERSION = "4.0.3.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.2
4
+ version: 4.0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - jay_rod_1859