font_awesome-sass-rails 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,378 @@
1
+ /* Font Awesome
2
+ the iconic font designed for use with Twitter Bootstrap
3
+ -------------------------------------------------------
4
+ The full suite of pictographic icons, examples, and documentation
5
+ can be found at: http://fortawesome.github.com/Font-Awesome/
6
+
7
+ License
8
+ -------------------------------------------------------
9
+ The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
10
+ http://creativecommons.org/licenses/by/3.0/ A mention of
11
+ 'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
12
+ source code is considered acceptable attribution (most common on the web).
13
+ If human readable source code is not available to the end user, a mention in
14
+ an 'About' or 'Credits' screen is considered acceptable (most common in desktop
15
+ or mobile software).
16
+
17
+ Contact
18
+ -------------------------------------------------------
19
+ Email: dave@davegandy.com
20
+ Twitter: http://twitter.com/fortaweso_me
21
+ Work: Lead Product Designer @ http://kyruus.com
22
+
23
+ */
24
+
25
+ @import "compass/css3/font-face";
26
+ $font_path: "../font/fontawesome-webfont" !default;
27
+
28
+ @include font-face(
29
+ 'FontAwesome',
30
+ font-files(
31
+ "#{$font_path}.woff", woff,
32
+ "#{$font_path}.ttf", truetype,
33
+ "#{$font_path}.otf", opentype,
34
+ "#{$font_path}.svgz#FontAwesomeRegular", svg,
35
+ "#{$font_path}.svg#FontAwesomeRegular", svg),
36
+ '#{$font_path}.eot',
37
+ normal,
38
+ normal);
39
+
40
+ /* Font Awesome styles
41
+ ------------------------------------------------------- */
42
+ [class^="icon-"]:before,
43
+ [class*=" icon-"]:before {
44
+ font-family: FontAwesome;
45
+ font-weight: normal;
46
+ font-style: normal;
47
+ display: inline-block;
48
+ text-decoration: inherit;
49
+ }
50
+
51
+ a [class^="icon-"],
52
+ a [class*=" icon-"] {
53
+ display: inline-block;
54
+ text-decoration: inherit;
55
+ }
56
+
57
+ /* makes the font 33% larger relative to the icon container */
58
+ .icon-large:before {
59
+ vertical-align: middle;
60
+ font-size: 4/3em;
61
+ }
62
+
63
+ .btn, .nav-tabs {
64
+ [class^="icon-"],
65
+ [class*=" icon-"] {
66
+ /* keeps button heights with and without icons the same */
67
+ line-height: .9em;
68
+ }
69
+ }
70
+
71
+ li {
72
+ [class^="icon-"],
73
+ [class*=" icon-"] {
74
+ display: inline-block;
75
+ width: 1.25em;
76
+ text-align: center;
77
+ }
78
+ .icon-large:before,
79
+ .icon-large:before {
80
+ /* 1.5 increased font size for icon-large * 1.25 width */
81
+ width: 1.5*1.25em;
82
+ }
83
+ }
84
+
85
+ ul.icons {
86
+ list-style-type: none;
87
+ margin-left: 2em;
88
+ text-indent: -.8em;
89
+
90
+ li {
91
+ [class^="icon-"],
92
+ [class*=" icon-"] {
93
+ width: .8em;
94
+ }
95
+ .icon-large:before,
96
+ .icon-large:before {
97
+ /* 1.5 increased font size for icon-large * 1.25 width */
98
+ vertical-align: initial;
99
+ // width: 1.5*1.25em;
100
+ }
101
+ }
102
+ }
103
+
104
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
105
+ readers do not read off random characters that represent icons */
106
+ .icon-glass:before { content: "\f000"; }
107
+ .icon-music:before { content: "\f001"; }
108
+ .icon-search:before { content: "\f002"; }
109
+ .icon-envelope:before { content: "\f003"; }
110
+ .icon-heart:before { content: "\f004"; }
111
+ .icon-star:before { content: "\f005"; }
112
+ .icon-star-empty:before { content: "\f006"; }
113
+ .icon-user:before { content: "\f007"; }
114
+ .icon-film:before { content: "\f008"; }
115
+ .icon-th-large:before { content: "\f009"; }
116
+ .icon-th:before { content: "\f00a"; }
117
+ .icon-th-list:before { content: "\f00b"; }
118
+ .icon-ok:before { content: "\f00c"; }
119
+ .icon-remove:before { content: "\f00d"; }
120
+ .icon-zoom-in:before { content: "\f00e"; }
121
+
122
+ .icon-zoom-out:before { content: "\f010"; }
123
+ .icon-off:before { content: "\f011"; }
124
+ .icon-signal:before { content: "\f012"; }
125
+ .icon-cog:before { content: "\f013"; }
126
+ .icon-trash:before { content: "\f014"; }
127
+ .icon-home:before { content: "\f015"; }
128
+ .icon-file:before { content: "\f016"; }
129
+ .icon-time:before { content: "\f017"; }
130
+ .icon-road:before { content: "\f018"; }
131
+ .icon-download-alt:before { content: "\f019"; }
132
+ .icon-download:before { content: "\f01a"; }
133
+ .icon-upload:before { content: "\f01b"; }
134
+ .icon-inbox:before { content: "\f01c"; }
135
+ .icon-play-circle:before { content: "\f01d"; }
136
+ .icon-repeat:before { content: "\f01e"; }
137
+
138
+ /* \f020 is not a valid unicode character. all shifted one down */
139
+ .icon-refresh:before { content: "\f021"; }
140
+ .icon-list-alt:before { content: "\f022"; }
141
+ .icon-lock:before { content: "\f023"; }
142
+ .icon-flag:before { content: "\f024"; }
143
+ .icon-headphones:before { content: "\f025"; }
144
+ .icon-volume-off:before { content: "\f026"; }
145
+ .icon-volume-down:before { content: "\f027"; }
146
+ .icon-volume-up:before { content: "\f028"; }
147
+ .icon-qrcode:before { content: "\f029"; }
148
+ .icon-barcode:before { content: "\f02a"; }
149
+ .icon-tag:before { content: "\f02b"; }
150
+ .icon-tags:before { content: "\f02c"; }
151
+ .icon-book:before { content: "\f02d"; }
152
+ .icon-bookmark:before { content: "\f02e"; }
153
+ .icon-print:before { content: "\f02f"; }
154
+
155
+ .icon-camera:before { content: "\f030"; }
156
+ .icon-font:before { content: "\f031"; }
157
+ .icon-bold:before { content: "\f032"; }
158
+ .icon-italic:before { content: "\f033"; }
159
+ .icon-text-height:before { content: "\f034"; }
160
+ .icon-text-width:before { content: "\f035"; }
161
+ .icon-align-left:before { content: "\f036"; }
162
+ .icon-align-center:before { content: "\f037"; }
163
+ .icon-align-right:before { content: "\f038"; }
164
+ .icon-align-justify:before { content: "\f039"; }
165
+ .icon-list:before { content: "\f03a"; }
166
+ .icon-indent-left:before { content: "\f03b"; }
167
+ .icon-indent-right:before { content: "\f03c"; }
168
+ .icon-facetime-video:before { content: "\f03d"; }
169
+ .icon-picture:before { content: "\f03e"; }
170
+
171
+ .icon-pencil:before { content: "\f040"; }
172
+ .icon-map-marker:before { content: "\f041"; }
173
+ .icon-adjust:before { content: "\f042"; }
174
+ .icon-tint:before { content: "\f043"; }
175
+ .icon-edit:before { content: "\f044"; }
176
+ .icon-share:before { content: "\f045"; }
177
+ .icon-check:before { content: "\f046"; }
178
+ .icon-move:before { content: "\f047"; }
179
+ .icon-step-backward:before { content: "\f048"; }
180
+ .icon-fast-backward:before { content: "\f049"; }
181
+ .icon-backward:before { content: "\f04a"; }
182
+ .icon-play:before { content: "\f04b"; }
183
+ .icon-pause:before { content: "\f04c"; }
184
+ .icon-stop:before { content: "\f04d"; }
185
+ .icon-forward:before { content: "\f04e"; }
186
+
187
+ .icon-fast-forward:before { content: "\f050"; }
188
+ .icon-step-forward:before { content: "\f051"; }
189
+ .icon-eject:before { content: "\f052"; }
190
+ .icon-chevron-left:before { content: "\f053"; }
191
+ .icon-chevron-right:before { content: "\f054"; }
192
+ .icon-plus-sign:before { content: "\f055"; }
193
+ .icon-minus-sign:before { content: "\f056"; }
194
+ .icon-remove-sign:before { content: "\f057"; }
195
+ .icon-ok-sign:before { content: "\f058"; }
196
+ .icon-question-sign:before { content: "\f059"; }
197
+ .icon-info-sign:before { content: "\f05a"; }
198
+ .icon-screenshot:before { content: "\f05b"; }
199
+ .icon-remove-circle:before { content: "\f05c"; }
200
+ .icon-ok-circle:before { content: "\f05d"; }
201
+ .icon-ban-circle:before { content: "\f05e"; }
202
+
203
+ .icon-arrow-left:before { content: "\f060"; }
204
+ .icon-arrow-right:before { content: "\f061"; }
205
+ .icon-arrow-up:before { content: "\f062"; }
206
+ .icon-arrow-down:before { content: "\f063"; }
207
+ .icon-share-alt:before { content: "\f064"; }
208
+ .icon-resize-full:before { content: "\f065"; }
209
+ .icon-resize-small:before { content: "\f066"; }
210
+ .icon-plus:before { content: "\f067"; }
211
+ .icon-minus:before { content: "\f068"; }
212
+ .icon-asterisk:before { content: "\f069"; }
213
+ .icon-exclamation-sign:before { content: "\f06a"; }
214
+ .icon-gift:before { content: "\f06b"; }
215
+ .icon-leaf:before { content: "\f06c"; }
216
+ .icon-fire:before { content: "\f06d"; }
217
+ .icon-eye-open:before { content: "\f06e"; }
218
+
219
+ .icon-eye-close:before { content: "\f070"; }
220
+ .icon-warning-sign:before { content: "\f071"; }
221
+ .icon-plane:before { content: "\f072"; }
222
+ .icon-calendar:before { content: "\f073"; }
223
+ .icon-random:before { content: "\f074"; }
224
+ .icon-comment:before { content: "\f075"; }
225
+ .icon-magnet:before { content: "\f076"; }
226
+ .icon-chevron-up:before { content: "\f077"; }
227
+ .icon-chevron-down:before { content: "\f078"; }
228
+ .icon-retweet:before { content: "\f079"; }
229
+ .icon-shopping-cart:before { content: "\f07a"; }
230
+ .icon-folder-close:before { content: "\f07b"; }
231
+ .icon-folder-open:before { content: "\f07c"; }
232
+ .icon-resize-vertical:before { content: "\f07d"; }
233
+ .icon-resize-horizontal:before { content: "\f07e"; }
234
+
235
+ .icon-bar-chart:before { content: "\f080"; }
236
+ .icon-twitter-sign:before { content: "\f081"; }
237
+ .icon-facebook-sign:before { content: "\f082"; }
238
+ .icon-camera-retro:before { content: "\f083"; }
239
+ .icon-key:before { content: "\f084"; }
240
+ .icon-cogs:before { content: "\f085"; }
241
+ .icon-comments:before { content: "\f086"; }
242
+ .icon-thumbs-up:before { content: "\f087"; }
243
+ .icon-thumbs-down:before { content: "\f088"; }
244
+ .icon-star-half:before { content: "\f089"; }
245
+ .icon-heart-empty:before { content: "\f08a"; }
246
+ .icon-signout:before { content: "\f08b"; }
247
+ .icon-linkedin-sign:before { content: "\f08c"; }
248
+ .icon-pushpin:before { content: "\f08d"; }
249
+ .icon-external-link:before { content: "\f08e"; }
250
+
251
+ .icon-signin:before { content: "\f090"; }
252
+ .icon-trophy:before { content: "\f091"; }
253
+ .icon-github-sign:before { content: "\f092"; }
254
+ .icon-upload-alt:before { content: "\f093"; }
255
+ .icon-lemon:before { content: "\f094"; }
256
+ .icon-phone:before { content: "\f095"; }
257
+ .icon-check-empty:before { content: "\f096"; }
258
+ .icon-bookmark-empty:before { content: "\f097"; }
259
+ .icon-phone-sign:before { content: "\f098"; }
260
+ .icon-twitter:before { content: "\f099"; }
261
+ .icon-facebook:before { content: "\f09a"; }
262
+ .icon-github:before { content: "\f09b"; }
263
+ .icon-unlock:before { content: "\f09c"; }
264
+ .icon-credit-card:before { content: "\f09d"; }
265
+ .icon-rss:before { content: "\f09e"; }
266
+
267
+ .icon-hdd:before { content: "\f0a0"; }
268
+ .icon-bullhorn:before { content: "\f0a1"; }
269
+ .icon-bell:before { content: "\f0a2"; }
270
+ .icon-certificate:before { content: "\f0a3"; }
271
+ .icon-hand-right:before { content: "\f0a4"; }
272
+ .icon-hand-left:before { content: "\f0a5"; }
273
+ .icon-hand-up:before { content: "\f0a6"; }
274
+ .icon-hand-down:before { content: "\f0a7"; }
275
+ .icon-circle-arrow-left:before { content: "\f0a8"; }
276
+ .icon-circle-arrow-right:before { content: "\f0a9"; }
277
+ .icon-circle-arrow-up:before { content: "\f0aa"; }
278
+ .icon-circle-arrow-down:before { content: "\f0ab"; }
279
+ .icon-globe:before { content: "\f0ac"; }
280
+ .icon-wrench:before { content: "\f0ad"; }
281
+ .icon-tasks:before { content: "\f0ae"; }
282
+
283
+ .icon-filter:before { content: "\f0b0"; }
284
+ .icon-briefcase:before { content: "\f0b1"; }
285
+ .icon-fullscreen:before { content: "\f0b2"; }
286
+
287
+ .icon-group:before { content: "\f0c0"; }
288
+ .icon-link:before { content: "\f0c1"; }
289
+ .icon-cloud:before { content: "\f0c2"; }
290
+ .icon-beaker:before { content: "\f0c3"; }
291
+ .icon-cut:before { content: "\f0c4"; }
292
+ .icon-copy:before { content: "\f0c5"; }
293
+ .icon-paper-clip:before { content: "\f0c6"; }
294
+ .icon-save:before { content: "\f0c7"; }
295
+ .icon-sign-blank:before { content: "\f0c8"; }
296
+ .icon-reorder:before { content: "\f0c9"; }
297
+ .icon-list-ul:before { content: "\f0ca"; }
298
+ .icon-list-ol:before { content: "\f0cb"; }
299
+ .icon-strikethrough:before { content: "\f0cc"; }
300
+ .icon-underline:before { content: "\f0cd"; }
301
+ .icon-table:before { content: "\f0ce"; }
302
+
303
+ .icon-magic:before { content: "\f0d0"; }
304
+ .icon-truck:before { content: "\f0d1"; }
305
+ .icon-pinterest:before { content: "\f0d2"; }
306
+ .icon-pinterest-sign:before { content: "\f0d3"; }
307
+ .icon-google-plus-sign:before { content: "\f0d4"; }
308
+ .icon-google-plus:before { content: "\f0d5"; }
309
+ .icon-money:before { content: "\f0d6"; }
310
+ .icon-caret-down:before { content: "\f0d7"; }
311
+ .icon-caret-up:before { content: "\f0d8"; }
312
+ .icon-caret-left:before { content: "\f0d9"; }
313
+ .icon-caret-right:before { content: "\f0da"; }
314
+ .icon-columns:before { content: "\f0db"; }
315
+ .icon-sort:before { content: "\f0dc"; }
316
+ .icon-sort-down:before { content: "\f0dd"; }
317
+ .icon-sort-up:before { content: "\f0de"; }
318
+
319
+ .icon-envelope-alt:before { content: "\f0e0"; }
320
+ .icon-linkedin:before { content: "\f0e1"; }
321
+ .icon-undo:before { content: "\f0e2"; }
322
+ .icon-legal:before { content: "\f0e3"; }
323
+ .icon-dashboard:before { content: "\f0e4"; }
324
+ .icon-comment-alt:before { content: "\f0e5"; }
325
+ .icon-comments-alt:before { content: "\f0e6"; }
326
+ .icon-bolt:before { content: "\f0e7"; }
327
+ .icon-sitemap:before { content: "\f0e8"; }
328
+ .icon-umbrella:before { content: "\f0e9"; }
329
+ .icon-paste:before { content: "\f0ea"; }
330
+
331
+ .icon-user-md:before { content: "\f200"; }
332
+
333
+ .icon-apple-logo:before { content: "\f500"; }
334
+ .icon-windows-8:before { content: "\f501"; }
335
+ .icon-js-fiddle:before { content: "\f502"; }
336
+ .icon-skype:before { content: "\f503"; }
337
+ .icon-youtube-sign:before { content: "\f504"; }
338
+ .icon-youtube:before { content: "\f505"; }
339
+ .icon-vimeo-sign:before { content: "\f506"; }
340
+ .icon-vimeo:before { content: "\f507"; }
341
+ .icon-lastfm-sign:before { content: "\f508"; }
342
+ .icon-lastfm:before { content: "\f509"; }
343
+ .icon-rss-sign:before { content: "\f50a"; }
344
+ .icon-reddit:before { content: "\f50b"; }
345
+ .icon-delicious-sign:before { content: "\f50c"; }
346
+ .icon-wordpress-sign:before { content: "\f50d"; }
347
+ .icon-wordpress:before { content: "\f50e"; }
348
+ .icon-git-fork:before { content: "\f50f"; }
349
+
350
+ .icon-blogger-sign:before { content: "\f510"; }
351
+ .icon-blogger:before { content: "\f511"; }
352
+ .icon-tumblr-sign:before { content: "\f512"; }
353
+ .icon-tumblr:before { content: "\f513"; }
354
+ .icon-flickr-sign:before { content: "\f514"; }
355
+ .icon-flickr:before { content: "\f515"; }
356
+ .icon-picasa-sign:before { content: "\f516"; }
357
+ .icon-picasa:before { content: "\f517"; }
358
+ .icon-amazon-sign:before { content: "\f518"; }
359
+ .icon-amazon:before { content: "\f519"; }
360
+ .icon-yelp-sign:before { content: "\f51a"; }
361
+ .icon-yelp:before { content: "\f51b"; }
362
+ .icon-soundcloud:before { content: "\f51c"; }
363
+ .icon-spotify:before { content: "\f51d"; }
364
+
365
+ .icon-yahoo-sign:before { content: "\f520"; }
366
+ .icon-yahoo:before { content: "\f521"; }
367
+ .icon-evernote-sign:before { content: "\f522"; }
368
+ .icon-evernote:before { content: "\f523"; }
369
+ .icon-google-sign:before { content: "\f524"; }
370
+ .icon-google:before { content: "\f525"; }
371
+ .icon-hacker-news:before { content: "\f526"; }
372
+ .icon-map:before { content: "\f529"; }
373
+ .icon-bus-sign:before { content: "\f52a"; }
374
+ .icon-bike-sign:before { content: "\f52b"; }
375
+ .icon-car-sign:before { content: "\f52c"; }
376
+ .icon-taxi-sign:before { content: "\f52d"; }
377
+ .icon-truck-sign:before { content: "\f52e"; }
378
+ .icon-handicap-sign:before { content: "\f52f"; }
metadata ADDED
@@ -0,0 +1,202 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: font_awesome-sass-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Kristian Mandrup
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-08-30 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rails
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '3.1'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '3.1'
30
+ - !ruby/object:Gem::Dependency
31
+ name: compass
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0.11'
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0.11'
46
+ - !ruby/object:Gem::Dependency
47
+ name: sass
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '3.0'
54
+ type: :runtime
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '3.0'
62
+ - !ruby/object:Gem::Dependency
63
+ name: rspec
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: 2.8.0
70
+ type: :development
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: 2.8.0
78
+ - !ruby/object:Gem::Dependency
79
+ name: rdoc
80
+ requirement: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ! '>='
84
+ - !ruby/object:Gem::Version
85
+ version: '3.12'
86
+ type: :development
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '3.12'
94
+ - !ruby/object:Gem::Dependency
95
+ name: bundler
96
+ requirement: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ! '>='
100
+ - !ruby/object:Gem::Version
101
+ version: 1.0.0
102
+ type: :development
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: 1.0.0
110
+ - !ruby/object:Gem::Dependency
111
+ name: jeweler
112
+ requirement: !ruby/object:Gem::Requirement
113
+ none: false
114
+ requirements:
115
+ - - ~>
116
+ - !ruby/object:Gem::Version
117
+ version: 1.8.4
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ none: false
122
+ requirements:
123
+ - - ~>
124
+ - !ruby/object:Gem::Version
125
+ version: 1.8.4
126
+ - !ruby/object:Gem::Dependency
127
+ name: simplecov
128
+ requirement: !ruby/object:Gem::Requirement
129
+ none: false
130
+ requirements:
131
+ - - ! '>='
132
+ - !ruby/object:Gem::Version
133
+ version: '0.5'
134
+ type: :development
135
+ prerelease: false
136
+ version_requirements: !ruby/object:Gem::Requirement
137
+ none: false
138
+ requirements:
139
+ - - ! '>='
140
+ - !ruby/object:Gem::Version
141
+ version: '0.5'
142
+ description: Use Font Awesome in your Rails app :)
143
+ email: kmandrup@gmail.com
144
+ executables: []
145
+ extensions: []
146
+ extra_rdoc_files:
147
+ - LICENSE.txt
148
+ - README.md
149
+ files:
150
+ - .document
151
+ - .rspec
152
+ - FontAwesomeMore-Vectors.pdf
153
+ - Gemfile
154
+ - Gemfile.lock
155
+ - LICENSE.txt
156
+ - README.md
157
+ - Rakefile
158
+ - VERSION
159
+ - font_awesome-sass-rails.gemspec
160
+ - lib/font_awesome-sass-rails.rb
161
+ - lib/font_awesome-sass/engine.rb
162
+ - lib/font_awesome-sass/version.rb
163
+ - spec/spec_helper.rb
164
+ - vendor/assets/fonts/FontAwesome.ttf
165
+ - vendor/assets/fonts/fontawesome-webfont.eot
166
+ - vendor/assets/fonts/fontawesome-webfont.svg
167
+ - vendor/assets/fonts/fontawesome-webfont.ttf
168
+ - vendor/assets/fonts/fontawesome-webfont.woff
169
+ - vendor/assets/stylesheets/font-awesome-ie7.css
170
+ - vendor/assets/stylesheets/font-awesome.css
171
+ - vendor/assets/stylesheets/font-awesome.less
172
+ - vendor/assets/stylesheets/font-awesome.sass
173
+ - vendor/assets/stylesheets/font-awesome.scss
174
+ homepage: http://github.com/kristianmandrup/font-awesome-rails
175
+ licenses:
176
+ - MIT
177
+ post_install_message:
178
+ rdoc_options: []
179
+ require_paths:
180
+ - lib
181
+ required_ruby_version: !ruby/object:Gem::Requirement
182
+ none: false
183
+ requirements:
184
+ - - ! '>='
185
+ - !ruby/object:Gem::Version
186
+ version: '0'
187
+ segments:
188
+ - 0
189
+ hash: 2342030421371134185
190
+ required_rubygems_version: !ruby/object:Gem::Requirement
191
+ none: false
192
+ requirements:
193
+ - - ! '>='
194
+ - !ruby/object:Gem::Version
195
+ version: '0'
196
+ requirements: []
197
+ rubyforge_project:
198
+ rubygems_version: 1.8.24
199
+ signing_key:
200
+ specification_version: 3
201
+ summary: Font Awesome ready for use with Rails asset pipeline
202
+ test_files: []