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 +2 -0
- data/lib/assets/stylesheets/entypo.css.scss +1 -1
- data/lib/entypo-rails/version.rb +1 -1
- metadata +4 -4
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' }
|
data/lib/entypo-rails/version.rb
CHANGED
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:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
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:
|
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
|