entypo-rails 2.0.2 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- data/README.md +15 -0
- data/app/assets/stylesheets/entypo.css.scss +1 -0
- data/lib/entypo/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
ZDAxNDQ2N2FjNWRiNTA3NmE5MzliOWNlM2NiYTcxNzY2NDk5OTZmOTYwYTk0
|
10
|
-
NzgyNDczZjQzOTcxZjM0ZTZmNGI4YTlhYTM5NGIzODdiZTM0MTYxODliMjIw
|
11
|
-
ODFmNWVmNWQ4ZTYxZGYwNzliZjkwZmU2M2ZjNWFjMDcwMGQzZTY=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
ZGU4ZjFjOTliNDA2ZTQyYzE2NzYzZGM3ZjE4MzZhNWM3YTMyZGQ4ZmFiZjNm
|
14
|
-
MTU2YzJlMmZhOWJiZDZjNzBhY2ZkN2I4MGJkYjE5Mjg0MjIyYjhkMDNhMmYy
|
15
|
-
N2RmOTgzZjZhODdhZTM0ZWJjN2FmMzY1M2IzNWNiNWIyZjI2NDY=
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 1851d8401708c9d82b25fea2be92d4191da8593a
|
4
|
+
data.tar.gz: 69928c1ec3a60b0d104a73535b4204c0ba1c2047
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ceb3b63e47e6d325d8fbec09e4e3fb35b11d8096a06eeb87b6ed412b91166c767683d003d36638014470b4127306a1127401799c988b0ff410d0f1a363058b2e
|
7
|
+
data.tar.gz: 4985683c542938d277539d79dd5f24a5e16be8a042cc112f728299504799d1e4620a36fbee308b01a2f54faf351ba673eea33853126172b110339ce3bb325254
|
data/README.md
CHANGED
@@ -54,6 +54,21 @@ i.cool:before { content: "\1F44D"; }
|
|
54
54
|
This is cool <i class="cool"></i>.
|
55
55
|
```
|
56
56
|
|
57
|
+
## Troubleshooting
|
58
|
+
|
59
|
+
**In production, the fonts are digested to entypo-
|
60
|
+
4a74efb3ed26fe0c57556bcc0b7e871f... Meanhwile it's just entypo.eot in the CSS
|
61
|
+
file, without the digest. Therefore the font cannot be loaded!**
|
62
|
+
|
63
|
+
When compiling assets ensure to set the correct `RAILS_ENV`, otherwise assets
|
64
|
+
or not digested in the CSS files. See
|
65
|
+
[this discussion](https://github.com/lwe/entypo-rails/pull/6) for more, or
|
66
|
+
simply ensure to run:
|
67
|
+
|
68
|
+
```bash
|
69
|
+
RAILS_ENV=production rake assets:precompile
|
70
|
+
```
|
71
|
+
|
57
72
|
## Changes
|
58
73
|
|
59
74
|
_2.0.2_
|
data/lib/entypo/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: entypo-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lukas Westermann
|
@@ -9,13 +9,13 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-11-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - '>='
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: '3.1'
|
21
21
|
- - <=
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
27
27
|
requirements:
|
28
|
-
- -
|
28
|
+
- - '>='
|
29
29
|
- !ruby/object:Gem::Version
|
30
30
|
version: '3.1'
|
31
31
|
- - <=
|
@@ -69,17 +69,17 @@ require_paths:
|
|
69
69
|
- lib
|
70
70
|
required_ruby_version: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
|
-
- -
|
72
|
+
- - '>='
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '1.9'
|
75
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
76
76
|
requirements:
|
77
|
-
- -
|
77
|
+
- - '>='
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
81
|
rubyforge_project:
|
82
|
-
rubygems_version: 2.0.
|
82
|
+
rubygems_version: 2.0.3
|
83
83
|
signing_key:
|
84
84
|
specification_version: 4
|
85
85
|
summary: Rails asset pipeline plugin to provide Entypo icons.
|