font-awesome-rails 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +11 -1
- data/lib/font-awesome-rails/version.rb +1 -1
- data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.svg +247 -167
- data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
- data/vendor/assets/stylesheets/font-awesome.css +224 -148
- metadata +18 -16
Binary file
|
@@ -87,153 +87,229 @@ li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
|
|
87
87
|
}
|
88
88
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
89
89
|
readers do not read off random characters that represent icons */
|
90
|
-
.icon-glass:before
|
91
|
-
.icon-music:before
|
92
|
-
.icon-search:before
|
93
|
-
.icon-envelope:before
|
94
|
-
.icon-heart:before
|
95
|
-
.icon-star:before
|
96
|
-
.icon-star-empty:before
|
97
|
-
.icon-user:before
|
98
|
-
.icon-film:before
|
99
|
-
.icon-th-large:before
|
100
|
-
.icon-th:before
|
101
|
-
.icon-th-list:before
|
102
|
-
.icon-ok:before
|
103
|
-
.icon-remove:before
|
104
|
-
.icon-zoom-in:before
|
105
|
-
|
106
|
-
.icon-zoom-out:before
|
107
|
-
.icon-off:before
|
108
|
-
.icon-signal:before
|
109
|
-
.icon-cog:before
|
110
|
-
.icon-trash:before
|
111
|
-
.icon-home:before
|
112
|
-
.icon-file:before
|
113
|
-
.icon-time:before
|
114
|
-
.icon-road:before
|
115
|
-
.icon-download-alt:before
|
116
|
-
.icon-download:before
|
117
|
-
.icon-upload:before
|
118
|
-
.icon-inbox:before
|
119
|
-
.icon-play-circle:before
|
120
|
-
.icon-repeat:before
|
90
|
+
.icon-glass:before { content: "\f000"; }
|
91
|
+
.icon-music:before { content: "\f001"; }
|
92
|
+
.icon-search:before { content: "\f002"; }
|
93
|
+
.icon-envelope:before { content: "\f003"; }
|
94
|
+
.icon-heart:before { content: "\f004"; }
|
95
|
+
.icon-star:before { content: "\f005"; }
|
96
|
+
.icon-star-empty:before { content: "\f006"; }
|
97
|
+
.icon-user:before { content: "\f007"; }
|
98
|
+
.icon-film:before { content: "\f008"; }
|
99
|
+
.icon-th-large:before { content: "\f009"; }
|
100
|
+
.icon-th:before { content: "\f00a"; }
|
101
|
+
.icon-th-list:before { content: "\f00b"; }
|
102
|
+
.icon-ok:before { content: "\f00c"; }
|
103
|
+
.icon-remove:before { content: "\f00d"; }
|
104
|
+
.icon-zoom-in:before { content: "\f00e"; }
|
105
|
+
|
106
|
+
.icon-zoom-out:before { content: "\f010"; }
|
107
|
+
.icon-off:before { content: "\f011"; }
|
108
|
+
.icon-signal:before { content: "\f012"; }
|
109
|
+
.icon-cog:before { content: "\f013"; }
|
110
|
+
.icon-trash:before { content: "\f014"; }
|
111
|
+
.icon-home:before { content: "\f015"; }
|
112
|
+
.icon-file:before { content: "\f016"; }
|
113
|
+
.icon-time:before { content: "\f017"; }
|
114
|
+
.icon-road:before { content: "\f018"; }
|
115
|
+
.icon-download-alt:before { content: "\f019"; }
|
116
|
+
.icon-download:before { content: "\f01a"; }
|
117
|
+
.icon-upload:before { content: "\f01b"; }
|
118
|
+
.icon-inbox:before { content: "\f01c"; }
|
119
|
+
.icon-play-circle:before { content: "\f01d"; }
|
120
|
+
.icon-repeat:before { content: "\f01e"; }
|
121
121
|
|
122
122
|
/* \f020 is not a valid unicode character. all shifted one down */
|
123
|
-
.icon-refresh:before
|
124
|
-
.icon-list-alt:before
|
125
|
-
.icon-lock:before
|
126
|
-
.icon-flag:before
|
127
|
-
.icon-headphones:before
|
128
|
-
.icon-volume-off:before
|
129
|
-
.icon-volume-down:before
|
130
|
-
.icon-volume-up:before
|
131
|
-
.icon-qrcode:before
|
132
|
-
.icon-barcode:before
|
133
|
-
.icon-tag:before
|
134
|
-
.icon-tags:before
|
135
|
-
.icon-book:before
|
136
|
-
.icon-bookmark:before
|
137
|
-
.icon-print:before
|
138
|
-
|
139
|
-
.icon-camera:before
|
140
|
-
.icon-font:before
|
141
|
-
.icon-bold:before
|
142
|
-
.icon-italic:before
|
143
|
-
.icon-text-height:before
|
144
|
-
.icon-text-width:before
|
145
|
-
.icon-align-left:before
|
146
|
-
.icon-align-center:before
|
147
|
-
.icon-align-right:before
|
148
|
-
.icon-align-justify:before
|
149
|
-
.icon-list:before
|
150
|
-
.icon-indent-left:before
|
151
|
-
.icon-indent-right:before
|
152
|
-
.icon-facetime-video:before
|
153
|
-
.icon-picture:before
|
154
|
-
|
155
|
-
.icon-pencil:before
|
156
|
-
.icon-map-marker:before
|
157
|
-
.icon-adjust:before
|
158
|
-
.icon-tint:before
|
159
|
-
.icon-edit:before
|
160
|
-
.icon-share:before
|
161
|
-
.icon-check:before
|
162
|
-
.icon-move:before
|
163
|
-
.icon-step-backward:before
|
164
|
-
.icon-fast-backward:before
|
165
|
-
.icon-backward:before
|
166
|
-
.icon-play:before
|
167
|
-
.icon-pause:before
|
168
|
-
.icon-stop:before
|
169
|
-
.icon-forward:before
|
170
|
-
|
171
|
-
.icon-fast-forward:before
|
172
|
-
.icon-step-forward:before
|
173
|
-
.icon-eject:before
|
174
|
-
.icon-chevron-left:before
|
175
|
-
.icon-chevron-right:before
|
176
|
-
.icon-plus-sign:before
|
177
|
-
.icon-minus-sign:before
|
178
|
-
.icon-remove-sign:before
|
179
|
-
.icon-ok-sign:before
|
180
|
-
.icon-question-sign:before
|
181
|
-
.icon-info-sign:before
|
182
|
-
.icon-screenshot:before
|
183
|
-
.icon-remove-circle:before
|
184
|
-
.icon-ok-circle:before
|
185
|
-
.icon-ban-circle:before
|
186
|
-
|
187
|
-
.icon-arrow-left:before
|
188
|
-
.icon-arrow-right:before
|
189
|
-
.icon-arrow-up:before
|
190
|
-
.icon-arrow-down:before
|
191
|
-
.icon-share-alt:before
|
192
|
-
.icon-resize-full:before
|
193
|
-
.icon-resize-small:before
|
194
|
-
.icon-plus:before
|
195
|
-
.icon-minus:before
|
196
|
-
.icon-asterisk:before
|
197
|
-
.icon-exclamation-sign:before
|
198
|
-
.icon-gift:before
|
199
|
-
.icon-leaf:before
|
200
|
-
.icon-fire:before
|
201
|
-
.icon-eye-open:before
|
202
|
-
|
203
|
-
.icon-eye-close:before
|
204
|
-
.icon-warning-sign:before
|
205
|
-
.icon-plane:before
|
206
|
-
.icon-calendar:before
|
207
|
-
.icon-random:before
|
208
|
-
.icon-comment:before
|
209
|
-
.icon-magnet:before
|
210
|
-
.icon-chevron-up:before
|
211
|
-
.icon-chevron-down:before
|
212
|
-
.icon-retweet:before
|
213
|
-
.icon-shopping-cart:before
|
214
|
-
.icon-folder-close:before
|
215
|
-
.icon-folder-open:before
|
216
|
-
.icon-resize-vertical:before
|
217
|
-
.icon-resize-horizontal:before
|
218
|
-
|
219
|
-
.icon-bar-chart:before
|
220
|
-
.icon-twitter-sign:before
|
221
|
-
.icon-facebook-sign:before
|
222
|
-
.icon-camera-retro:before
|
223
|
-
.icon-key:before
|
224
|
-
.icon-cogs:before
|
225
|
-
.icon-comments:before
|
226
|
-
.icon-thumbs-up:before
|
227
|
-
.icon-thumbs-down:before
|
228
|
-
.icon-star-half:before
|
229
|
-
.icon-heart-empty:before
|
230
|
-
.icon-signout:before
|
231
|
-
.icon-linkedin-sign:before
|
232
|
-
.icon-pushpin:before
|
233
|
-
.icon-external-link:before
|
234
|
-
|
235
|
-
.icon-signin:before
|
236
|
-
.icon-trophy:before
|
237
|
-
.icon-github-sign:before
|
238
|
-
.icon-upload-alt:before
|
239
|
-
.icon-lemon:before
|
123
|
+
.icon-refresh:before { content: "\f021"; }
|
124
|
+
.icon-list-alt:before { content: "\f022"; }
|
125
|
+
.icon-lock:before { content: "\f023"; }
|
126
|
+
.icon-flag:before { content: "\f024"; }
|
127
|
+
.icon-headphones:before { content: "\f025"; }
|
128
|
+
.icon-volume-off:before { content: "\f026"; }
|
129
|
+
.icon-volume-down:before { content: "\f027"; }
|
130
|
+
.icon-volume-up:before { content: "\f028"; }
|
131
|
+
.icon-qrcode:before { content: "\f029"; }
|
132
|
+
.icon-barcode:before { content: "\f02a"; }
|
133
|
+
.icon-tag:before { content: "\f02b"; }
|
134
|
+
.icon-tags:before { content: "\f02c"; }
|
135
|
+
.icon-book:before { content: "\f02d"; }
|
136
|
+
.icon-bookmark:before { content: "\f02e"; }
|
137
|
+
.icon-print:before { content: "\f02f"; }
|
138
|
+
|
139
|
+
.icon-camera:before { content: "\f030"; }
|
140
|
+
.icon-font:before { content: "\f031"; }
|
141
|
+
.icon-bold:before { content: "\f032"; }
|
142
|
+
.icon-italic:before { content: "\f033"; }
|
143
|
+
.icon-text-height:before { content: "\f034"; }
|
144
|
+
.icon-text-width:before { content: "\f035"; }
|
145
|
+
.icon-align-left:before { content: "\f036"; }
|
146
|
+
.icon-align-center:before { content: "\f037"; }
|
147
|
+
.icon-align-right:before { content: "\f038"; }
|
148
|
+
.icon-align-justify:before { content: "\f039"; }
|
149
|
+
.icon-list:before { content: "\f03a"; }
|
150
|
+
.icon-indent-left:before { content: "\f03b"; }
|
151
|
+
.icon-indent-right:before { content: "\f03c"; }
|
152
|
+
.icon-facetime-video:before { content: "\f03d"; }
|
153
|
+
.icon-picture:before { content: "\f03e"; }
|
154
|
+
|
155
|
+
.icon-pencil:before { content: "\f040"; }
|
156
|
+
.icon-map-marker:before { content: "\f041"; }
|
157
|
+
.icon-adjust:before { content: "\f042"; }
|
158
|
+
.icon-tint:before { content: "\f043"; }
|
159
|
+
.icon-edit:before { content: "\f044"; }
|
160
|
+
.icon-share:before { content: "\f045"; }
|
161
|
+
.icon-check:before { content: "\f046"; }
|
162
|
+
.icon-move:before { content: "\f047"; }
|
163
|
+
.icon-step-backward:before { content: "\f048"; }
|
164
|
+
.icon-fast-backward:before { content: "\f049"; }
|
165
|
+
.icon-backward:before { content: "\f04a"; }
|
166
|
+
.icon-play:before { content: "\f04b"; }
|
167
|
+
.icon-pause:before { content: "\f04c"; }
|
168
|
+
.icon-stop:before { content: "\f04d"; }
|
169
|
+
.icon-forward:before { content: "\f04e"; }
|
170
|
+
|
171
|
+
.icon-fast-forward:before { content: "\f050"; }
|
172
|
+
.icon-step-forward:before { content: "\f051"; }
|
173
|
+
.icon-eject:before { content: "\f052"; }
|
174
|
+
.icon-chevron-left:before { content: "\f053"; }
|
175
|
+
.icon-chevron-right:before { content: "\f054"; }
|
176
|
+
.icon-plus-sign:before { content: "\f055"; }
|
177
|
+
.icon-minus-sign:before { content: "\f056"; }
|
178
|
+
.icon-remove-sign:before { content: "\f057"; }
|
179
|
+
.icon-ok-sign:before { content: "\f058"; }
|
180
|
+
.icon-question-sign:before { content: "\f059"; }
|
181
|
+
.icon-info-sign:before { content: "\f05a"; }
|
182
|
+
.icon-screenshot:before { content: "\f05b"; }
|
183
|
+
.icon-remove-circle:before { content: "\f05c"; }
|
184
|
+
.icon-ok-circle:before { content: "\f05d"; }
|
185
|
+
.icon-ban-circle:before { content: "\f05e"; }
|
186
|
+
|
187
|
+
.icon-arrow-left:before { content: "\f060"; }
|
188
|
+
.icon-arrow-right:before { content: "\f061"; }
|
189
|
+
.icon-arrow-up:before { content: "\f062"; }
|
190
|
+
.icon-arrow-down:before { content: "\f063"; }
|
191
|
+
.icon-share-alt:before { content: "\f064"; }
|
192
|
+
.icon-resize-full:before { content: "\f065"; }
|
193
|
+
.icon-resize-small:before { content: "\f066"; }
|
194
|
+
.icon-plus:before { content: "\f067"; }
|
195
|
+
.icon-minus:before { content: "\f068"; }
|
196
|
+
.icon-asterisk:before { content: "\f069"; }
|
197
|
+
.icon-exclamation-sign:before { content: "\f06a"; }
|
198
|
+
.icon-gift:before { content: "\f06b"; }
|
199
|
+
.icon-leaf:before { content: "\f06c"; }
|
200
|
+
.icon-fire:before { content: "\f06d"; }
|
201
|
+
.icon-eye-open:before { content: "\f06e"; }
|
202
|
+
|
203
|
+
.icon-eye-close:before { content: "\f070"; }
|
204
|
+
.icon-warning-sign:before { content: "\f071"; }
|
205
|
+
.icon-plane:before { content: "\f072"; }
|
206
|
+
.icon-calendar:before { content: "\f073"; }
|
207
|
+
.icon-random:before { content: "\f074"; }
|
208
|
+
.icon-comment:before { content: "\f075"; }
|
209
|
+
.icon-magnet:before { content: "\f076"; }
|
210
|
+
.icon-chevron-up:before { content: "\f077"; }
|
211
|
+
.icon-chevron-down:before { content: "\f078"; }
|
212
|
+
.icon-retweet:before { content: "\f079"; }
|
213
|
+
.icon-shopping-cart:before { content: "\f07a"; }
|
214
|
+
.icon-folder-close:before { content: "\f07b"; }
|
215
|
+
.icon-folder-open:before { content: "\f07c"; }
|
216
|
+
.icon-resize-vertical:before { content: "\f07d"; }
|
217
|
+
.icon-resize-horizontal:before { content: "\f07e"; }
|
218
|
+
|
219
|
+
.icon-bar-chart:before { content: "\f080"; }
|
220
|
+
.icon-twitter-sign:before { content: "\f081"; }
|
221
|
+
.icon-facebook-sign:before { content: "\f082"; }
|
222
|
+
.icon-camera-retro:before { content: "\f083"; }
|
223
|
+
.icon-key:before { content: "\f084"; }
|
224
|
+
.icon-cogs:before { content: "\f085"; }
|
225
|
+
.icon-comments:before { content: "\f086"; }
|
226
|
+
.icon-thumbs-up:before { content: "\f087"; }
|
227
|
+
.icon-thumbs-down:before { content: "\f088"; }
|
228
|
+
.icon-star-half:before { content: "\f089"; }
|
229
|
+
.icon-heart-empty:before { content: "\f08a"; }
|
230
|
+
.icon-signout:before { content: "\f08b"; }
|
231
|
+
.icon-linkedin-sign:before { content: "\f08c"; }
|
232
|
+
.icon-pushpin:before { content: "\f08d"; }
|
233
|
+
.icon-external-link:before { content: "\f08e"; }
|
234
|
+
|
235
|
+
.icon-signin:before { content: "\f090"; }
|
236
|
+
.icon-trophy:before { content: "\f091"; }
|
237
|
+
.icon-github-sign:before { content: "\f092"; }
|
238
|
+
.icon-upload-alt:before { content: "\f093"; }
|
239
|
+
.icon-lemon:before { content: "\f094"; }
|
240
|
+
.icon-phone:before { content: "\f095"; }
|
241
|
+
.icon-check-empty:before { content: "\f096"; }
|
242
|
+
.icon-bookmark-empty:before { content: "\f097"; }
|
243
|
+
.icon-phone-sign:before { content: "\f098"; }
|
244
|
+
.icon-twitter:before { content: "\f099"; }
|
245
|
+
.icon-facebook:before { content: "\f09a"; }
|
246
|
+
.icon-github:before { content: "\f09b"; }
|
247
|
+
.icon-unlock:before { content: "\f09c"; }
|
248
|
+
.icon-credit-card:before { content: "\f09d"; }
|
249
|
+
.icon-rss:before { content: "\f09e"; }
|
250
|
+
|
251
|
+
.icon-hdd:before { content: "\f0a0"; }
|
252
|
+
.icon-bullhorn:before { content: "\f0a1"; }
|
253
|
+
.icon-bell:before { content: "\f0a2"; }
|
254
|
+
.icon-certificate:before { content: "\f0a3"; }
|
255
|
+
.icon-hand-right:before { content: "\f0a4"; }
|
256
|
+
.icon-hand-left:before { content: "\f0a5"; }
|
257
|
+
.icon-hand-up:before { content: "\f0a6"; }
|
258
|
+
.icon-hand-down:before { content: "\f0a7"; }
|
259
|
+
.icon-circle-arrow-left:before { content: "\f0a8"; }
|
260
|
+
.icon-circle-arrow-right:before { content: "\f0a9"; }
|
261
|
+
.icon-circle-arrow-up:before { content: "\f0aa"; }
|
262
|
+
.icon-circle-arrow-down:before { content: "\f0ab"; }
|
263
|
+
.icon-globe:before { content: "\f0ac"; }
|
264
|
+
.icon-wrench:before { content: "\f0ad"; }
|
265
|
+
.icon-tasks:before { content: "\f0ae"; }
|
266
|
+
|
267
|
+
.icon-filter:before { content: "\f0b0"; }
|
268
|
+
.icon-briefcase:before { content: "\f0b1"; }
|
269
|
+
.icon-fullscreen:before { content: "\f0b2"; }
|
270
|
+
|
271
|
+
.icon-group:before { content: "\f0c0"; }
|
272
|
+
.icon-link:before { content: "\f0c1"; }
|
273
|
+
.icon-cloud:before { content: "\f0c2"; }
|
274
|
+
.icon-beaker:before { content: "\f0c3"; }
|
275
|
+
.icon-cut:before { content: "\f0c4"; }
|
276
|
+
.icon-copy:before { content: "\f0c5"; }
|
277
|
+
.icon-paper-clip:before { content: "\f0c6"; }
|
278
|
+
.icon-save:before { content: "\f0c7"; }
|
279
|
+
.icon-sign-blank:before { content: "\f0c8"; }
|
280
|
+
.icon-reorder:before { content: "\f0c9"; }
|
281
|
+
.icon-list-ul:before { content: "\f0ca"; }
|
282
|
+
.icon-list-ol:before { content: "\f0cb"; }
|
283
|
+
.icon-strikethrough:before { content: "\f0cc"; }
|
284
|
+
.icon-underline:before { content: "\f0cd"; }
|
285
|
+
.icon-table:before { content: "\f0ce"; }
|
286
|
+
|
287
|
+
.icon-magic:before { content: "\f0d0"; }
|
288
|
+
.icon-truck:before { content: "\f0d1"; }
|
289
|
+
.icon-pinterest:before { content: "\f0d2"; }
|
290
|
+
.icon-pinterest-sign:before { content: "\f0d3"; }
|
291
|
+
.icon-google-plus-sign:before { content: "\f0d4"; }
|
292
|
+
.icon-google-plus:before { content: "\f0d5"; }
|
293
|
+
.icon-money:before { content: "\f0d6"; }
|
294
|
+
.icon-caret-down:before { content: "\f0d7"; }
|
295
|
+
.icon-caret-up:before { content: "\f0d8"; }
|
296
|
+
.icon-caret-left:before { content: "\f0d9"; }
|
297
|
+
.icon-caret-right:before { content: "\f0da"; }
|
298
|
+
.icon-columns:before { content: "\f0db"; }
|
299
|
+
.icon-sort:before { content: "\f0dc"; }
|
300
|
+
.icon-sort-down:before { content: "\f0dd"; }
|
301
|
+
.icon-sort-up:before { content: "\f0de"; }
|
302
|
+
|
303
|
+
.icon-envelope-alt:before { content: "\f0e0"; }
|
304
|
+
.icon-linkedin:before { content: "\f0e1"; }
|
305
|
+
.icon-undo:before { content: "\f0e2"; }
|
306
|
+
.icon-legal:before { content: "\f0e3"; }
|
307
|
+
.icon-dashboard:before { content: "\f0e4"; }
|
308
|
+
.icon-comment-alt:before { content: "\f0e5"; }
|
309
|
+
.icon-comments-alt:before { content: "\f0e6"; }
|
310
|
+
.icon-bolt:before { content: "\f0e7"; }
|
311
|
+
.icon-sitemap:before { content: "\f0e8"; }
|
312
|
+
.icon-umbrella:before { content: "\f0e9"; }
|
313
|
+
.icon-paste:before { content: "\f0ea"; }
|
314
|
+
|
315
|
+
.icon-user-md:before { content: "\f200"; }
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: font-awesome-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 0.
|
8
|
+
- 3
|
9
|
+
- 0
|
10
|
+
version: 0.3.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- bokmann
|
@@ -15,11 +15,13 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-
|
18
|
+
date: 2012-08-02 00:00:00 -04:00
|
19
|
+
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
|
-
|
22
|
-
|
22
|
+
name: railties
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
23
25
|
none: false
|
24
26
|
requirements:
|
25
27
|
- - ~>
|
@@ -29,12 +31,12 @@ dependencies:
|
|
29
31
|
- 3
|
30
32
|
- 1
|
31
33
|
version: "3.1"
|
32
|
-
|
33
|
-
|
34
|
-
prerelease: false
|
34
|
+
type: :runtime
|
35
|
+
requirement: *id001
|
35
36
|
- !ruby/object:Gem::Dependency
|
36
|
-
|
37
|
-
|
37
|
+
name: rake
|
38
|
+
prerelease: false
|
39
|
+
version_requirements: &id002 !ruby/object:Gem::Requirement
|
38
40
|
none: false
|
39
41
|
requirements:
|
40
42
|
- - ">="
|
@@ -43,9 +45,8 @@ dependencies:
|
|
43
45
|
segments:
|
44
46
|
- 0
|
45
47
|
version: "0"
|
46
|
-
|
47
|
-
|
48
|
-
prerelease: false
|
48
|
+
type: :development
|
49
|
+
requirement: *id002
|
49
50
|
description: I like font-awesome. I like the asset pipeline. I like semantic versioning. If you do too, you're welcome.
|
50
51
|
email:
|
51
52
|
- dbock@codesherpas.com
|
@@ -70,6 +71,7 @@ files:
|
|
70
71
|
- vendor/assets/fonts/fontawesome-webfont.ttf
|
71
72
|
- vendor/assets/fonts/fontawesome-webfont.woff
|
72
73
|
- vendor/assets/stylesheets/font-awesome.css
|
74
|
+
has_rdoc: true
|
73
75
|
homepage: https://github.com/bokmann/font-awesome-rails
|
74
76
|
licenses: []
|
75
77
|
|
@@ -99,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
101
|
requirements: []
|
100
102
|
|
101
103
|
rubyforge_project:
|
102
|
-
rubygems_version: 1.
|
104
|
+
rubygems_version: 1.6.2
|
103
105
|
signing_key:
|
104
106
|
specification_version: 3
|
105
107
|
summary: an asset gemification of the font-awesome icon font library
|