font_awesome_icons_list 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YjVhYWYyOWM4YmNkYmQ0NjA5ZDM1MjdmMjBiNjdiNGM0OThhNTY2NQ==
5
+ data.tar.gz: !binary |-
6
+ MTIyYTA1Y2E0ZDRhMWJkYWI0MDJmMGYwNTNmNzBkZjZiZGFiZWI3OA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ OWZlNzQxODU1NDdkYjYxMTIxZDJjYzkyMDI0YWYyYWQyOGI2NmE5MjZiMmI5
10
+ NTc4MzY2M2EzZjlmZTVlODkxYjA3N2ZhZTg1NzMwNmI3ODRhYzEyNDQxMTNl
11
+ NzQ2ZmVjZmNiNGRkN2ZjMGI5NTY0NzUzNDNkNWM3MGJmNjdiMTQ=
12
+ data.tar.gz: !binary |-
13
+ YmNhNDg0MjY1YTBhYTU1ZTMyOGJlNWQ4ZTY1OGFhN2FlOTE4Mzg1ZWUwMjQ1
14
+ NGNjNDA2NmE0N2U3NWJhMmM1MTZiZGQwNTUzOTZkOGFmZmU4YWYzYzhmOTA1
15
+ YWI3ODVmYWViOWEzYmVkMTY1ZjM5YjZhZDRiOTA4NjAyY2MyZWQ=
@@ -0,0 +1,4 @@
1
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
2
+ require 'font_awesome_icons_list/helpers'
3
+
4
+ ActionView::Base.send(:include, FontAwesomeIcons::Helpers)
@@ -0,0 +1,383 @@
1
+ module FontAwesomeIcons
2
+ module Helpers
3
+
4
+ MAPPING =
5
+ {
6
+ "fa-glass" => "",
7
+ "fa-music" => "",
8
+ "fa-search" => "",
9
+ "fa-envelope-o" => "",
10
+ "fa-heart" => "",
11
+ "fa-star" => "",
12
+ "fa-star-o" => "",
13
+ "fa-user" => "",
14
+ "fa-film" => "",
15
+ "fa-th-large" => "",
16
+ "fa-th" => "",
17
+ "fa-th-list" => "",
18
+ "fa-check" => "",
19
+ "fa-times" => "",
20
+ "fa-search-plus" => "",
21
+ "fa-search-minus" => "",
22
+ "fa-power-off" => "",
23
+ "fa-signal" => "",
24
+ "fa-cog" => "",
25
+ "fa-trash-o" => "",
26
+ "fa-home" => "",
27
+ "fa-file-o" => "",
28
+ "fa-clock-o" => "",
29
+ "fa-road" => "",
30
+ "fa-download" => "",
31
+ "fa-arrow-circle-o-down" => "",
32
+ "fa-arrow-circle-o-up" => "",
33
+ "fa-inbox" => "",
34
+ "fa-play-circle-o" => "",
35
+ "fa-repeat" => "",
36
+ "fa-refresh" => "",
37
+ "fa-list-alt" => "",
38
+ "fa-lock" => "" ,
39
+ "fa-flag" => "" ,
40
+ "fa-headphones" => "",
41
+ "fa-volume-off" => "",
42
+ "fa-volume-down" => "",
43
+ "fa-volume-up" => "",
44
+ "fa-qrcode" => "",
45
+ "fa-barcode" => "",
46
+ "fa-tag" => "",
47
+ "fa-tags" => "",
48
+ "fa-book" => "",
49
+ "fa-bookmark" => "",
50
+ "fa-print" => "",
51
+ "fa-camera" => "",
52
+ "fa-font" => "",
53
+ "fa-bold" => "",
54
+ "fa-italic" => "",
55
+ "fa-text-height" => "",
56
+ "fa-text-width" => "",
57
+ "fa-align-left" => "",
58
+ "fa-align-center" => "",
59
+ "fa-align-right" => "" ,
60
+ "fa-align-justify" => "",
61
+ "fa-list" => "",
62
+ "fa-outdent" => "",
63
+ "fa-indent" => "",
64
+ "fa-video-camera" => "",
65
+ "fa-picture-o" => "",
66
+ "fa-pencil" => "",
67
+ "fa-map-marker" => "",
68
+ "fa-adjust" => "",
69
+ "fa-tint" => "",
70
+ "fa-pencil-square-o" => "",
71
+ "fa-share-square-o" => "",
72
+ "fa-check-square-o" => "",
73
+ "fa-arrows" => "",
74
+ "fa-step-backward" => "",
75
+ "fa-fast-backward" => "",
76
+ "fa-backward" => "",
77
+ "fa-play" => "",
78
+ "fa-pause" => "",
79
+ "fa-stop" => "",
80
+ "fa-forward" => "",
81
+ "fa-fast-forward" => "",
82
+ "fa-step-forward" => "",
83
+ "fa-eject" => "",
84
+ "fa-chevron-left" => "",
85
+ "fa-chevron-right" => "",
86
+ "fa-plus-circle" => "",
87
+ "fa-minus-circle" => "",
88
+ "fa-times-circle" => "",
89
+ "fa-check-circle" => "",
90
+ "fa-question-circle" => "",
91
+ "fa-info-circle" => "",
92
+ "fa-crosshairs" => "",
93
+ "fa-times-circle-o" => "",
94
+ "fa-check-circle-o" => "",
95
+ "fa-ban" => "",
96
+ "fa-arrow-left" => "",
97
+ "fa-arrow-right" => "",
98
+ "fa-arrow-up" => "",
99
+ "fa-arrow-down" => "",
100
+ "fa-share" => "",
101
+ "fa-expand" => "",
102
+ "fa-compress" => "",
103
+ "fa-plus" => "",
104
+ "fa-minus" => "",
105
+ "fa-asterisk" => "",
106
+ "fa-exclamation-circle" => "",
107
+ "fa-gift" => "",
108
+ "fa-leaf" => "",
109
+ "fa-fire" => "",
110
+ "fa-eye" => "",
111
+ "fa-eye-slash" => "",
112
+ "fa-exclamation-triangle" => "",
113
+ "fa-plane" => "",
114
+ "fa-calendar" => "",
115
+ "fa-random" => "",
116
+ "fa-comment" => "",
117
+ "fa-magnet" => "",
118
+ "fa-chevron-up" => "",
119
+ "fa-chevron-down" => "",
120
+ "fa-retweet" => "",
121
+ "fa-shopping-cart" => "",
122
+ "fa-folder" => "",
123
+ "fa-folder-open" => "",
124
+ "fa-arrows-v" => "",
125
+ "fa-arrows-h" => "",
126
+ "fa-bar-chart-o" => "",
127
+ "fa-twitter-square" => "",
128
+ "fa-facebook-square" => "",
129
+ "fa-camera-retro" => "",
130
+ "fa-key" => "",
131
+ "fa-cogs" => "",
132
+ "fa-comments" => "",
133
+ "fa-thumbs-o-up" => "",
134
+ "fa-thumbs-o-down" => "",
135
+ "fa-star-half" => "",
136
+ "fa-heart-o" => "",
137
+ "fa-sign-out" => "",
138
+ "fa-linkedin-square" => "",
139
+ "fa-thumb-tack" => "",
140
+ "fa-external-link" => "",
141
+ "fa-sign-in" => "",
142
+ "fa-trophy" => "",
143
+ "fa-github-square" => "",
144
+ "fa-upload" => "",
145
+ "fa-lemon-o" => "",
146
+ "fa-phone" => "",
147
+ "fa-square-o" => "",
148
+ "fa-bookmark-o" => "",
149
+ "fa-phone-square" => "",
150
+ "fa-twitter" => "",
151
+ "fa-facebook" => "",
152
+ "fa-github" => "",
153
+ "fa-unlock" => "",
154
+ "fa-credit-card" => "",
155
+ "fa-rss" => "",
156
+ "fa-hdd-o" => "",
157
+ "fa-bullhorn" => "",
158
+ "fa-bell" => "",
159
+ "fa-certificate" => "",
160
+ "fa-hand-o-right" => "",
161
+ "fa-hand-o-left" => "",
162
+ "fa-hand-o-up" => "",
163
+ "fa-hand-o-down" => "",
164
+ "fa-arrow-circle-left" => "",
165
+ "fa-arrow-circle-right" => "",
166
+ "fa-arrow-circle-up" => "",
167
+ "fa-arrow-circle-down" => "",
168
+ "fa-globe" => "",
169
+ "fa-wrench" => "",
170
+ "fa-tasks" => "",
171
+ "fa-filter" => "",
172
+ "fa-briefcase" => "",
173
+ "fa-arrows-alt" => "",
174
+ "fa-users" => "",
175
+ "fa-link" => "",
176
+ "fa-cloud" => "",
177
+ "fa-flask" => "",
178
+ "fa-scissors" => "",
179
+ "fa-files-o" => "",
180
+ "fa-paperclip" => "",
181
+ "fa-floppy-o" => "",
182
+ "fa-square" => "",
183
+ "fa-bars" => "",
184
+ "fa-list-ul" => "",
185
+ "fa-list-ol" => "",
186
+ "fa-strikethrough" => "",
187
+ "fa-underline" => "",
188
+ "fa-table" => "",
189
+ "fa-magic" => "",
190
+ "fa-truck" => "",
191
+ "fa-pinterest" => "",
192
+ "fa-pinterest-square" => "",
193
+ "fa-google-plus-square" => "",
194
+ "fa-google-plus" => "",
195
+ "fa-money" => "",
196
+ "fa-caret-down" => "",
197
+ "fa-caret-up" => "",
198
+ "fa-caret-left" => "",
199
+ "fa-caret-right" => "",
200
+ "fa-columns" => "",
201
+ "fa-sort" => "",
202
+ "fa-sort-asc" => "",
203
+ "fa-sort-desc" => "",
204
+ "fa-envelope" => "",
205
+ "fa-linkedin" => "",
206
+ "fa-undo" => "",
207
+ "fa-gavel" => "",
208
+ "fa-tachometer" => "",
209
+ "fa-comment-o" => "",
210
+ "fa-comments-o" => "",
211
+ "fa-bolt" => "",
212
+ "fa-sitemap" => "",
213
+ "fa-umbrella" => "",
214
+ "fa-clipboard" => "",
215
+ "fa-lightbulb-o" => "",
216
+ "fa-exchange" => "",
217
+ "fa-cloud-download" => "",
218
+ "fa-cloud-upload" => "",
219
+ "fa-user-md" => "",
220
+ "fa-stethoscope" => "",
221
+ "fa-suitcase" => "",
222
+ "fa-bell-o" => "",
223
+ "fa-coffee" => "",
224
+ "fa-cutlery" => "",
225
+ "fa-file-text-o" => "",
226
+ "fa-building-o" => "",
227
+ "fa-hospital-o" => "",
228
+ "fa-ambulance" => "",
229
+ "fa-fighter-jet" => "",
230
+ "fa-beer" => "",
231
+ "fa-h-square" => "",
232
+ "fa-plus-square" => "",
233
+ "fa-angle-double-left" => "",
234
+ "fa-angle-double-right" => "",
235
+ "fa-angle-double-up" => "",
236
+ "fa-angle-double-down" => "",
237
+ "fa-angle-left" => "",
238
+ "fa-angle-right" => "",
239
+ "fa-angle-up" => "",
240
+ "fa-angle-down" => "",
241
+ "fa-desktop" => "",
242
+ "fa-laptop" => "",
243
+ "fa-tablet" => "",
244
+ "fa-mobile" => "",
245
+ "fa-circle-o" => "",
246
+ "fa-quote-left" => "",
247
+ "fa-quote-right" => "",
248
+ "fa-spinner" => "",
249
+ "fa-circle" => "",
250
+ "fa-reply" => "",
251
+ "fa-github-alt" => "",
252
+ "fa-folder-o" => "",
253
+ "fa-folder-open-o" => "",
254
+ "fa-smile-o" => "",
255
+ "fa-frown-o" => "",
256
+ "fa-meh-o" => "",
257
+ "fa-gamepad" => "",
258
+ "fa-keyboard-o" => "",
259
+ "fa-flag-o" => "",
260
+ "fa-flag-checkered" => "",
261
+ "fa-terminal" => "",
262
+ "fa-code" => "",
263
+ "fa-reply-all" => "",
264
+ "fa-mail-reply-all" => "",
265
+ "fa-star-half-o" => "",
266
+ "fa-location-arrow" => "",
267
+ "fa-crop" => "",
268
+ "fa-code-fork" => "",
269
+ "fa-chain-broken" => "",
270
+ "fa-question" => "",
271
+ "fa-info" => "",
272
+ "fa-exclamation" => "",
273
+ "fa-superscript" => "",
274
+ "fa-subscript" => "",
275
+ "fa-eraser" => "",
276
+ "fa-puzzle-piece" => "",
277
+ "fa-microphone" => "",
278
+ "fa-microphone-slash" => "",
279
+ "fa-shield" => "",
280
+ "fa-calendar-o" => "",
281
+ "fa-fire-extinguisher" => "",
282
+ "fa-rocket" => "",
283
+ "fa-maxcdn" => "",
284
+ "fa-chevron-circle-left" => "",
285
+ "fa-chevron-circle-right" => "",
286
+ "fa-chevron-circle-up" => "",
287
+ "fa-chevron-circle-down" => "",
288
+ "fa-html5" => "",
289
+ "fa-css3" => "",
290
+ "fa-anchor" => "",
291
+ "fa-unlock-alt" => "",
292
+ "fa-bullseye" => "",
293
+ "fa-ellipsis-h" => "",
294
+ "fa-ellipsis-v" => "",
295
+ "fa-rss-square" => "",
296
+ "fa-play-circle" => "",
297
+ "fa-ticket" => "",
298
+ "fa-minus-square" => "",
299
+ "fa-minus-square-o" => "",
300
+ "fa-level-up" => "",
301
+ "fa-level-down" => "",
302
+ "fa-check-square" => "",
303
+ "fa-pencil-square" => "",
304
+ "fa-external-link-square" => "",
305
+ "fa-share-square" => "",
306
+ "fa-compass" => "",
307
+ "fa-caret-square-o-down" => "",
308
+ "fa-caret-square-o-up" => "",
309
+ "fa-caret-square-o-right" => "",
310
+ "fa-eur" => "",
311
+ "fa-gbp" => "",
312
+ "fa-usd" => "",
313
+ "fa-inr" => "",
314
+ "fa-jpy" => "",
315
+ "fa-rub" => "",
316
+ "fa-krw" => "",
317
+ "fa-btc" => "",
318
+ "fa-file" => "",
319
+ "fa-file-text" => "",
320
+ "fa-sort-alpha-asc" => "",
321
+ "fa-sort-alpha-desc" => "",
322
+ "fa-sort-amount-asc" => "",
323
+ "fa-sort-amount-desc" => "",
324
+ "fa-sort-numeric-asc" => "",
325
+ "fa-sort-numeric-desc" => "",
326
+ "fa-thumbs-up" => "",
327
+ "fa-thumbs-down" => "",
328
+ "fa-youtube-square" => "",
329
+ "fa-youtube" => "",
330
+ "fa-xing" => "",
331
+ "fa-xing-square" => "",
332
+ "fa-youtube-play" => "",
333
+ "fa-dropbox" => "",
334
+ "fa-stack-overflow" => "",
335
+ "fa-instagram" => "",
336
+ "fa-flickr" => "",
337
+ "fa-adn" => "",
338
+ "fa-bitbucket" => "",
339
+ "fa-bitbucket-square" => "",
340
+ "fa-tumblr" => "",
341
+ "fa-tumblr-square" => "",
342
+ "fa-long-arrow-down" => "",
343
+ "fa-long-arrow-up" => "",
344
+ "fa-long-arrow-left" => "",
345
+ "fa-long-arrow-right" => "",
346
+ "fa-apple" => "",
347
+ "fa-windows" => "",
348
+ "fa-android" => "",
349
+ "fa-linux" => "",
350
+ "fa-dribbble" => "",
351
+ "fa-skype" => "",
352
+ "fa-foursquare" => "",
353
+ "fa-trello" => "",
354
+ "fa-female" => "",
355
+ "fa-male" => "",
356
+ "fa-gittip" => "",
357
+ "fa-sun-o" => "",
358
+ "fa-moon-o" => "",
359
+ "fa-archive" => "",
360
+ "fa-bug" => "",
361
+ "fa-vk" => "",
362
+ "fa-weibo" => "",
363
+ "fa-renren" => "",
364
+ "fa-pagelines" => "",
365
+ "fa-stack-exchange" => "",
366
+ "fa-arrow-circle-o-right" => "",
367
+ "fa-arrow-circle-o-left" => "",
368
+ "fa-caret-square-o-left" => "",
369
+ "fa-dot-circle-o" => "",
370
+ "fa-wheelchair" => "",
371
+ "fa-vimeo-square" => "",
372
+ "fa-try" => ""
373
+ }
374
+
375
+ def font_awesome_icons_via_class
376
+ MAPPING.keys
377
+ end
378
+
379
+ def font_awesome_icons_via_unicode
380
+ MAPPING.values.collect {|i| raw(i)}
381
+ end
382
+ end
383
+ end
@@ -0,0 +1,3 @@
1
+ module FontAwesomeIconsList
2
+ VERSION = '0.0.1'
3
+ end
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: font_awesome_icons_list
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ankit gupta
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-12-06 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: actionpack
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: font-awesome-rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: Easily fetch the list of all font awesome icons via there class or unicode
42
+ email: ankit.gupta8898@gmail.com
43
+ executables: []
44
+ extensions: []
45
+ extra_rdoc_files: []
46
+ files:
47
+ - lib/font_awesome_icons_list.rb
48
+ - lib/font_awesome_icons_list/helpers.rb
49
+ - lib/font_awesome_icons_list/version.rb
50
+ homepage: https://github.com/ankit8898/font_awesome_icons_list
51
+ licenses: []
52
+ metadata: {}
53
+ post_install_message:
54
+ rdoc_options: []
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ! '>='
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ requirements: []
68
+ rubyforge_project:
69
+ rubygems_version: 2.1.10
70
+ signing_key:
71
+ specification_version: 4
72
+ summary: A Gem to get a list of all font awesome icons via class or unicode form
73
+ test_files: []