entypo-rails 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -27,6 +27,7 @@ Either use the provided mappings, based on `icons-...` and the `:before`:
27
27
  ```scss
28
28
  // application.css[.scss]
29
29
  //= require entypo
30
+ @charset "UTF-8";
30
31
  ```
31
32
 
32
33
  ```html
@@ -40,6 +41,7 @@ mappings yourself, see http://www.entypo.com/characters/ for possible characters
40
41
  ```scss
41
42
  // application.css[.scss]
42
43
  //= require entypo-fonts
44
+ @charset "UTF-8";
43
45
 
44
46
  // icons.css.scss (or wherever)
45
47
  i.cool { font-family: 'entypo' }
@@ -1,5 +1,5 @@
1
- @import "entypo-fonts";
2
1
  @charset "UTF-8";
2
+ @import "entypo-fonts";
3
3
 
4
4
  [class^="icon-"], [class*=" icon-"] {
5
5
  font-family: entypo;
@@ -1,7 +1,7 @@
1
1
  module Entypo
2
2
 
3
3
  # Gem version
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
 
6
6
  # Entypo font version
7
7
  FONT_VERSION = "2.0-20121031"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: entypo-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lukas Westermann
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-11-24 00:00:00 Z
19
+ date: 2013-02-05 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  requirement: &id001 !ruby/object:Gem::Requirement