entypo-rails 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +5 -0
- data/app/assets/stylesheets/entypo.css.scss +66 -65
- data/lib/entypo/charmap.rb +1 -1
- data/lib/entypo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGNhNTU5ZjRiYWZjNjdmMDM2MGRmN2UwNzRkOTc1YTI3OGEzZGY2Yw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzI1OWQyMGQ2N2NjZTExNmRiNmYwOGJlZDQyYTk0MDc2MWI0NGNiMw==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZDAxNDQ2N2FjNWRiNTA3NmE5MzliOWNlM2NiYTcxNzY2NDk5OTZmOTYwYTk0
|
10
|
+
NzgyNDczZjQzOTcxZjM0ZTZmNGI4YTlhYTM5NGIzODdiZTM0MTYxODliMjIw
|
11
|
+
ODFmNWVmNWQ4ZTYxZGYwNzliZjkwZmU2M2ZjNWFjMDcwMGQzZTY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZGU4ZjFjOTliNDA2ZTQyYzE2NzYzZGM3ZjE4MzZhNWM3YTMyZGQ4ZmFiZjNm
|
14
|
+
MTU2YzJlMmZhOWJiZDZjNzBhY2ZkN2I4MGJkYjE5Mjg0MjIyYjhkMDNhMmYy
|
15
|
+
N2RmOTgzZjZhODdhZTM0ZWJjN2FmMzY1M2IzNWNiNWIyZjI2NDY=
|
data/README.md
CHANGED
@@ -56,6 +56,11 @@ This is cool <i class="cool"></i>.
|
|
56
56
|
|
57
57
|
## Changes
|
58
58
|
|
59
|
+
_2.0.2_
|
60
|
+
|
61
|
+
- Fix /_entypo/charmap to load correct stylesheet from app/assets
|
62
|
+
- Switch to use UTF-8 encoded chars, by @michaelkirk
|
63
|
+
|
59
64
|
_2.0.1_
|
60
65
|
|
61
66
|
- Rails 4 compatibility: only css & js files are precompiled from vendor/assets
|
@@ -4,6 +4,7 @@
|
|
4
4
|
[class^="icon-"], [class*=" icon-"] {
|
5
5
|
font-family: entypo;
|
6
6
|
font-style: normal;
|
7
|
+
font-weight: normal;
|
7
8
|
display: inline-block;
|
8
9
|
width: 1.1em;
|
9
10
|
margin-right: .1em;
|
@@ -11,21 +12,21 @@
|
|
11
12
|
}
|
12
13
|
|
13
14
|
/* main icon map */
|
14
|
-
.icon-phone:before { content: '
|
15
|
-
.icon-mobile:before { content: '
|
15
|
+
.icon-phone:before { content: '\1f4de'; } /* 1f4de */
|
16
|
+
.icon-mobile:before { content: '\1f4f1'; } /* 1f4f1 */
|
16
17
|
.icon-mouse:before { content: '\e789'; } /* e789 */
|
17
18
|
.icon-address:before { content: '\e723'; } /* e723 */
|
18
19
|
.icon-mail:before { content: '\2709'; } /* 2709 */
|
19
20
|
.icon-paper-plane:before { content: '\e79b'; } /* e79b */
|
20
21
|
.icon-pencil:before { content: '\270e'; } /* 270e */
|
21
22
|
.icon-feather:before { content: '\2712'; } /* 2712 */
|
22
|
-
.icon-attach:before { content: '
|
23
|
+
.icon-attach:before { content: '\1f4ce'; } /* 1f4ce */
|
23
24
|
.icon-inbox:before { content: '\e777'; } /* e777 */
|
24
25
|
.icon-reply:before { content: '\e712'; } /* e712 */
|
25
26
|
.icon-reply-all:before { content: '\e713'; } /* e713 */
|
26
27
|
.icon-forward:before { content: '\27a6'; } /* 27a6 */
|
27
|
-
.icon-user:before { content: '
|
28
|
-
.icon-users:before { content: '
|
28
|
+
.icon-user:before { content: '\1f464'; } /* 1f464 */
|
29
|
+
.icon-users:before { content: '\1f465'; } /* 1f465 */
|
29
30
|
.icon-add-user:before { content: '\e700'; } /* e700 */
|
30
31
|
.icon-vcard:before { content: '\e722'; } /* e722 */
|
31
32
|
.icon-export:before { content: '\e715'; } /* e715 */
|
@@ -39,84 +40,84 @@
|
|
39
40
|
.icon-heart-empty:before { content: '\2661'; } /* 2661 */
|
40
41
|
.icon-star:before { content: '\2605'; } /* 2605 */
|
41
42
|
.icon-star-empty:before { content: '\2606'; } /* 2606 */
|
42
|
-
.icon-thumbs-up:before { content: '
|
43
|
-
.icon-thumbs-down:before { content: '
|
43
|
+
.icon-thumbs-up:before { content: '\1f44d'; } /* 1f44d */
|
44
|
+
.icon-thumbs-down:before { content: '\1f44e'; } /* 1f44e */
|
44
45
|
.icon-chat:before { content: '\e720'; } /* e720 */
|
45
46
|
.icon-comment:before { content: '\e718'; } /* e718 */
|
46
47
|
.icon-quote:before { content: '\275e'; } /* 275e */
|
47
48
|
.icon-home:before { content: '\2302'; } /* 2302 */
|
48
49
|
.icon-popup:before { content: '\e74c'; } /* e74c */
|
49
|
-
.icon-search:before { content: '
|
50
|
-
.icon-flashlight:before { content: '
|
50
|
+
.icon-search:before { content: '\1f50d'; } /* 1f50d */
|
51
|
+
.icon-flashlight:before { content: '\1f526'; } /* 1f526 */
|
51
52
|
.icon-print:before { content: '\e716'; } /* e716 */
|
52
|
-
.icon-bell:before { content: '
|
53
|
-
.icon-link:before { content: '
|
53
|
+
.icon-bell:before { content: '\1f514'; } /* 1f514 */
|
54
|
+
.icon-link:before { content: '\1f517'; } /* 1f517 */
|
54
55
|
.icon-flag:before { content: '\2691'; } /* 2691 */
|
55
56
|
.icon-cog:before { content: '\2699'; } /* 2699 */
|
56
57
|
.icon-tools:before { content: '\2692'; } /* 2692 */
|
57
|
-
.icon-trophy:before { content: '
|
58
|
+
.icon-trophy:before { content: '\1f3c6'; } /* 1f3c6 */
|
58
59
|
.icon-tag:before { content: '\e70c'; } /* e70c */
|
59
|
-
.icon-camera:before { content: '
|
60
|
-
.icon-megaphone:before { content: '
|
60
|
+
.icon-camera:before { content: '\1f4f7'; } /* 1f4f7 */
|
61
|
+
.icon-megaphone:before { content: '\1f4e3'; } /* 1f4e3 */
|
61
62
|
.icon-moon:before { content: '\263d'; } /* 263d */
|
62
|
-
.icon-palette:before { content: '
|
63
|
-
.icon-leaf:before { content: '
|
63
|
+
.icon-palette:before { content: '\1f3a8'; } /* 1f3a8 */
|
64
|
+
.icon-leaf:before { content: '\1f342 '; } /* 1f342 */
|
64
65
|
.icon-note:before { content: '\266a'; } /* 266a */
|
65
66
|
.icon-beamed-note:before { content: '\266b'; } /* 266b */
|
66
|
-
.icon-graduation-cap:before { content: '
|
67
|
-
.icon-book:before { content: '
|
68
|
-
.icon-newspaper:before { content: '
|
69
|
-
.icon-bag:before { content: '
|
67
|
+
.icon-graduation-cap:before { content: '\1f393 '; } /* 1f393 */
|
68
|
+
.icon-book:before { content: '\1f4d5 '; } /* 1f4d5 */
|
69
|
+
.icon-newspaper:before { content: '\1f4f0'; } /* 1f4f0 */
|
70
|
+
.icon-bag:before { content: '\1f45c'; } /* 1f45c */
|
70
71
|
.icon-lifebuoy:before { content: '\e788'; } /* e788 */
|
71
72
|
.icon-eye:before { content: '\e70a'; } /* e70a */
|
72
|
-
.icon-clock:before { content: '
|
73
|
-
.icon-mic:before { content: '
|
74
|
-
.icon-calendar:before { content: '
|
73
|
+
.icon-clock:before { content: '\1f554'; } /* 1f554 */
|
74
|
+
.icon-mic:before { content: '\1f3a4'; } /* 1f3a4 */
|
75
|
+
.icon-calendar:before { content: '\1f4c5'; } /* 1f4c5 */
|
75
76
|
.icon-flash:before { content: '\26a1'; } /* 26a1 */
|
76
77
|
.icon-thunder-cloud:before { content: '\26c8'; } /* 26c8 */
|
77
|
-
.icon-droplet:before { content: '
|
78
|
-
.icon-cd:before { content: '
|
79
|
-
.icon-briefcase:before { content: '
|
78
|
+
.icon-droplet:before { content: '\1f4a7'; } /* 1f4a7 */
|
79
|
+
.icon-cd:before { content: '\1f4bf'; } /* 1f4bf */
|
80
|
+
.icon-briefcase:before { content: '\1f4bc'; } /* 1f4bc */
|
80
81
|
.icon-air:before { content: '\e753'; } /* e753 */
|
81
82
|
.icon-hourglass:before { content: '\23f3'; } /* 23f3 */
|
82
83
|
.icon-gauge:before { content: '\e7a2'; } /* e7a2 */
|
83
84
|
.icon-language:before { content: '\e752'; } /* e752 */
|
84
85
|
.icon-network:before { content: '\e776'; } /* e776 */
|
85
|
-
.icon-key:before { content: '
|
86
|
-
.icon-battery:before { content: '
|
86
|
+
.icon-key:before { content: '\1f511'; } /* 1f511 */
|
87
|
+
.icon-battery:before { content: '\1f50b'; } /* 1f50b */
|
87
88
|
.icon-bucket:before { content: '\e756'; } /* e756 */
|
88
89
|
.icon-magnet:before { content: '\e7a1'; } /* e7a1 */
|
89
90
|
.icon-drive:before { content: '\e755'; } /* e755 */
|
90
91
|
.icon-cup:before { content: '\2615'; } /* 2615 */
|
91
|
-
.icon-rocket:before { content: '
|
92
|
+
.icon-rocket:before { content: '\1f680'; } /* 1f680 */
|
92
93
|
.icon-brush:before { content: '\e79a'; } /* e79a */
|
93
94
|
.icon-suitcase:before { content: '\e78e'; } /* e78e */
|
94
95
|
.icon-traffic-cone:before { content: '\e7a3'; } /* e7a3 */
|
95
|
-
.icon-globe:before { content: '
|
96
|
+
.icon-globe:before { content: '\1f30e'; } /* 1f30e */
|
96
97
|
.icon-keyboard:before { content: '\2328'; } /* 2328 */
|
97
98
|
.icon-publish:before { content: '\e74d'; } /* e74d */
|
98
99
|
.icon-progress-3:before { content: '\e76b'; } /* e76b */
|
99
100
|
.icon-progress-2:before { content: '\e76a'; } /* e76a */
|
100
101
|
.icon-progress-1:before { content: '\e769'; } /* e769 */
|
101
102
|
.icon-progress-0:before { content: '\e768'; } /* e768 */
|
102
|
-
.icon-light-down:before { content: '
|
103
|
-
.icon-light-up:before { content: '
|
103
|
+
.icon-light-down:before { content: '\1f505'; } /* 1f505' */
|
104
|
+
.icon-light-up:before { content: '\1f506'; } /* 1f506 */
|
104
105
|
.icon-adjust:before { content: '\25d1'; } /* 25d1 */
|
105
106
|
.icon-code:before { content: '\e714'; } /* e714 */
|
106
|
-
.icon-monitor:before { content: '
|
107
|
+
.icon-monitor:before { content: '\1f4bb'; } /* 1f4bb */
|
107
108
|
.icon-infinity:before { content: '\221e'; } /* 221e */
|
108
|
-
.icon-credit-card:before { content: '
|
109
|
+
.icon-credit-card:before { content: '\1f4b3'; } /* 1f4b3 */
|
109
110
|
.icon-database:before { content: '\e754'; } /* e754 */
|
110
|
-
.icon-clipboard:before { content: '
|
111
|
-
.icon-box:before { content: '
|
112
|
-
.icon-ticket:before { content: '
|
111
|
+
.icon-clipboard:before { content: '\1f4cb'; } /* 1f4cb */
|
112
|
+
.icon-box:before { content: '\1f4e6'; } /* 1f4e6 */
|
113
|
+
.icon-ticket:before { content: '\1f3ab'; } /* 1f3ab */
|
113
114
|
.icon-rss:before { content: '\e73a'; } /* e73a */
|
114
|
-
.icon-signal:before { content: '
|
115
|
+
.icon-signal:before { content: '\1f4f6'; } /* 1f4f6 */
|
115
116
|
.icon-thermometer:before { content: '\e757'; } /* e757 */
|
116
|
-
.icon-water:before { content: '
|
117
|
+
.icon-water:before { content: '\1f4a6'; } /* 1f4a6 */
|
117
118
|
.icon-sweden:before { content: '\f601'; } /* f601 */
|
118
|
-
.icon-lock:before { content: '
|
119
|
-
.icon-lock-open:before { content: '
|
119
|
+
.icon-lock:before { content: '\1f512'; } /* 1f512 */
|
120
|
+
.icon-lock-open:before { content: '\1f513'; } /* 1f513 */
|
120
121
|
.icon-logout:before { content: '\e741'; } /* e741 */
|
121
122
|
.icon-login:before { content: '\e740'; } /* e740 */
|
122
123
|
.icon-check:before { content: '\2713'; } /* 2713 */
|
@@ -127,19 +128,19 @@
|
|
127
128
|
.icon-plus:before { content: '\2b'; } /* 2b */
|
128
129
|
.icon-minus:before { content: '\2d'; } /* 2d */
|
129
130
|
.icon-erase:before { content: '\232b'; } /* 232b */
|
130
|
-
.icon-block:before { content: '
|
131
|
+
.icon-block:before { content: '\1f6ab'; } /* 1f6ab */
|
131
132
|
.icon-info:before { content: '\2139'; } /* 2139 */
|
132
133
|
.icon-circled-info:before { content: '\e705'; } /* e705 */
|
133
134
|
.icon-help:before { content: '\2753'; } /* 2753 */
|
134
135
|
.icon-circled-help:before { content: '\e704'; } /* e704 */
|
135
136
|
.icon-ccw:before { content: '\27f2'; } /* 27f2 */
|
136
137
|
.icon-cw:before { content: '\27f3'; } /* 27f3 */
|
137
|
-
.icon-shuffle:before { content: '
|
138
|
-
.icon-back:before { content: '
|
138
|
+
.icon-shuffle:before { content: '\1f500'; } /* 1f500 */
|
139
|
+
.icon-back:before { content: '\1f519'; } /* 1f519 */
|
139
140
|
.icon-level-up:before { content: '\21b0'; } /* 21b0 */
|
140
141
|
.icon-level-down:before { content: '\21b3'; } /* 21b3 */
|
141
142
|
.icon-retweet:before { content: '\e717'; } /* e717 */
|
142
|
-
.icon-loop:before { content: '
|
143
|
+
.icon-loop:before { content: '\1f501'; } /* 1f501 */
|
143
144
|
.icon-back-in-time:before { content: '\e771'; } /* e771 */
|
144
145
|
.icon-switch:before { content: '\21c6'; } /* 21c6 */
|
145
146
|
.icon-layout:before { content: '\268f'; } /* 268f */
|
@@ -148,19 +149,19 @@
|
|
148
149
|
.icon-docs:before { content: '\e736'; } /* e736 */
|
149
150
|
.icon-text-doc-inverted:before { content: '\e731'; } /* e731 */
|
150
151
|
.icon-landscape-doc:before { content: '\e737'; } /* e737 */
|
151
|
-
.icon-picture:before { content: '
|
152
|
-
.icon-video:before { content: '
|
153
|
-
.icon-music:before { content: '
|
154
|
-
.icon-folder:before { content: '
|
152
|
+
.icon-picture:before { content: '\1f304'; } /* 1f304 */
|
153
|
+
.icon-video:before { content: '\1f3ac'; } /* 1f3ac */
|
154
|
+
.icon-music:before { content: '\1f3b5'; } /* 1f3b5 */
|
155
|
+
.icon-folder:before { content: '\1f4c1 '; } /* 1f4c1 */
|
155
156
|
.icon-archive:before { content: '\e738'; } /* e738 */
|
156
157
|
.icon-trash:before { content: '\e729'; } /* e729 */
|
157
|
-
.icon-upload:before { content: '
|
158
|
-
.icon-download:before { content: '
|
158
|
+
.icon-upload:before { content: '\1f4e4'; } /* 1f4e4 */
|
159
|
+
.icon-download:before { content: '\1f4e5'; } /* 1f4e5 */
|
159
160
|
.icon-install:before { content: '\e778'; } /* e778 */
|
160
161
|
.icon-cloud:before { content: '\2601'; } /* 2601 */
|
161
162
|
.icon-upload-cloud:before { content: '\e711'; } /* e711 */
|
162
|
-
.icon-bookmark:before { content: '
|
163
|
-
.icon-bookmarks:before { content: '
|
163
|
+
.icon-bookmark:before { content: '\1f516'; } /* 1f516 */
|
164
|
+
.icon-bookmarks:before { content: '\1f4d1'; } /* 1f4d1 */
|
164
165
|
.icon-play:before { content: '\25b6'; } /* 25b6 */
|
165
166
|
.icon-paus:before { content: '\2389'; } /* 2389 */
|
166
167
|
.icon-record:before { content: '\26ab'; } /* 26ab */
|
@@ -170,8 +171,8 @@
|
|
170
171
|
.icon-resize-full:before { content: '\e744'; } /* e744 */
|
171
172
|
.icon-resize-small:before { content: '\e746'; } /* e746 */
|
172
173
|
.icon-volume:before { content: '\e742'; } /* e742 */
|
173
|
-
.icon-sound:before { content: '
|
174
|
-
.icon-mute:before { content: '
|
174
|
+
.icon-sound:before { content: '\1f50a'; } /* 1f50a */
|
175
|
+
.icon-mute:before { content: '\1f507'; } /* 1f507 */
|
175
176
|
.icon-flow-cascade:before { content: '\e790'; } /* e790 */
|
176
177
|
.icon-flow-branch:before { content: '\e791'; } /* e791 */
|
177
178
|
.icon-flow-tree:before { content: '\e792'; } /* e792 */
|
@@ -210,13 +211,13 @@
|
|
210
211
|
.icon-cc-remix:before { content: '\e7af'; } /* e7af */
|
211
212
|
.icon-db-logo:before { content: '\f603'; } /* f603 */
|
212
213
|
.icon-db-shape:before { content: '\f600'; } /* f600 */
|
213
|
-
.icon-save:before { content: '
|
214
|
+
.icon-save:before { content: '\1f4be'; } /* 1f4be */
|
214
215
|
.icon-ff:before { content: '\23e9'; } /* 23e9 */
|
215
216
|
.icon-fb:before { content: '\23ea'; } /* 23ea */
|
216
217
|
.icon-pie-chart:before { content: '\e751'; } /* e751 */
|
217
|
-
.icon-line-graph:before { content: '
|
218
|
-
.icon-bar-graph:before { content: '
|
219
|
-
.icon-area-graph:before { content: '
|
218
|
+
.icon-line-graph:before { content: '\1f4c8'; } /* 1f4c8 */
|
219
|
+
.icon-bar-graph:before { content: '\1f4ca '; } /* 1f4ca */
|
220
|
+
.icon-area-graph:before { content: '\1f53e'; } /* 1f53e */
|
220
221
|
.icon-chevron-down:before { content: '\e75c'; } /* e75c */
|
221
222
|
.icon-chevron-left:before { content: '\e75d'; } /* e75d */
|
222
223
|
.icon-chevron-right:before { content: '\e75e'; } /* e75e */
|
@@ -229,25 +230,25 @@
|
|
229
230
|
.icon-chevron-thin-left:before { content: '\e765'; } /* e765 */
|
230
231
|
.icon-chevron-thin-right:before { content: '\e766'; } /* e766 */
|
231
232
|
.icon-chevron-thin-up:before { content: '\e767'; } /* e767 */
|
232
|
-
.icon-text-doc:before { content: '
|
233
|
-
.icon-open-book:before { content: '
|
233
|
+
.icon-text-doc:before { content: '\1f4c4'; } /* 1f4c4 */
|
234
|
+
.icon-open-book:before { content: '\1f4d6'; } /* 1f4d6 */
|
234
235
|
.icon-voicemail:before { content: '\2707'; } /* 2707 */
|
235
236
|
.icon-triangle-right:before { content: '\25b8'; } /* 25b8 */
|
236
237
|
.icon-triangle-up:before { content: '\25b4'; } /* 25b4 */
|
237
238
|
.icon-triangle-down:before { content: '\25be'; } /* 25be */
|
238
239
|
.icon-triangle-left:before { content: '\25c2'; } /* 25c2 */
|
239
240
|
.icon-airplane:before { content: '\2708'; } /* 2708 */
|
240
|
-
.icon-light-bulb:before { content: '
|
241
|
+
.icon-light-bulb:before { content: '\1f4a1'; } /* 1f4a1 */
|
241
242
|
.icon-add-to-list:before { content: '\e003'; } /* e003 */
|
242
243
|
.icon-browser:before { content: '\e74e'; } /* e74e */
|
243
244
|
.icon-cart:before { content: '\e73d'; } /* e73d */
|
244
|
-
.icon-cross-hair:before { content: '
|
245
|
+
.icon-cross-hair:before { content: '\1f3af'; } /* 1f3af */
|
245
246
|
.icon-squared-cross:before { content: '\274e'; } /* 274e */
|
246
247
|
.icon-circled-cross:before { content: '\2716'; } /* 2716 */
|
247
248
|
.icon-warning:before { content: '\26a0'; } /* 26a0 */
|
248
249
|
.icon-cross:before { content: '\2715'; } /* 2715 */
|
249
|
-
.icon-new:before { content: '
|
250
|
-
.icon-cycle:before { content: '
|
250
|
+
.icon-new:before { content: '\1f4a5'; } /* 1f4a5 */
|
251
|
+
.icon-cycle:before { content: '\1f504'; } /* 1f504 */
|
251
252
|
.icon-numbered-list:before { content: '\e005'; } /* e005 */
|
252
253
|
.icon-right-1:before { content: '\27a1'; } /* 27a1 */
|
253
254
|
.icon-left-1:before { content: '\2b05'; } /* 2b05 */
|
data/lib/entypo/charmap.rb
CHANGED
@@ -16,7 +16,7 @@ module Entypo
|
|
16
16
|
#
|
17
17
|
# Returns Charmap instance.
|
18
18
|
def self.instance
|
19
|
-
@@instance ||= self.new File.expand_path('
|
19
|
+
@@instance ||= self.new File.expand_path('../../../app/assets/stylesheets/entypo.css.scss', __FILE__)
|
20
20
|
end
|
21
21
|
|
22
22
|
# Public: Returns Array of icons.
|
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.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lukas Westermann
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-07-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|