font-awesome-sass-rails 0.2.0 → 2.0.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-awesome-sass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 2.0.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-24 00:00:00.000000000 Z
12
+ date: 2012-06-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
- requirement: &2152967640 !ruby/object:Gem::Requirement
16
+ requirement: &2152419040 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.1.1
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2152967640
24
+ version_requirements: *2152419040
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: sass-rails
27
- requirement: &2152967040 !ruby/object:Gem::Requirement
27
+ requirement: &2152417700 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 3.1.1
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2152967040
35
+ version_requirements: *2152417700
36
36
  description: Font Awesome, SASS version, with assets pipeline, for Rails 3.1+
37
37
  email:
38
38
  - sst.dreams@gmail.com
@@ -50,10 +50,10 @@ files:
50
50
  - lib/font-awesome-sass-rails/version.rb
51
51
  - vendor/assets/fonts/fontawesome-webfont.eot
52
52
  - vendor/assets/fonts/fontawesome-webfont.svg
53
- - vendor/assets/fonts/fontawesome-webfont.svgz
54
53
  - vendor/assets/fonts/fontawesome-webfont.ttf
55
54
  - vendor/assets/fonts/fontawesome-webfont.woff
56
- - vendor/assets/stylesheets/font-awesome.scss
55
+ - vendor/assets/stylesheets/_font-awesome-ie7.css
56
+ - vendor/assets/stylesheets/_font-awesome.scss
57
57
  homepage: https://github.com/littlebtc/font-awesome-sass-rails
58
58
  licenses: []
59
59
  post_install_message:
@@ -66,18 +66,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  - - ! '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- segments:
70
- - 0
71
- hash: 389311705783406120
72
69
  required_rubygems_version: !ruby/object:Gem::Requirement
73
70
  none: false
74
71
  requirements:
75
72
  - - ! '>='
76
73
  - !ruby/object:Gem::Version
77
74
  version: '0'
78
- segments:
79
- - 0
80
- hash: 389311705783406120
81
75
  requirements: []
82
76
  rubyforge_project: font-awesome-sass-rails
83
77
  rubygems_version: 1.8.10
@@ -1,266 +0,0 @@
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: http://lemonwi.se co-founder
22
-
23
- */
24
-
25
- $font_path: "fontawesome-webfont" !default;
26
-
27
- @font-face {
28
- font-family: 'FontAwesome';
29
- src: font-url("#{$font_path}.eot");
30
- src: font-url("#{$font_path}.eot?#iefix") unquote("format('eot')"),
31
- font-url("#{$font_path}.woff") unquote("format('woff')"),
32
- font-url("#{$font_path}.ttf") unquote("format('truetype')"),
33
- font-url("#{$font_path}.svgz#FontAwesomeRegular") unquote("format('svg')"),
34
- font-url("#{$font_path}.svg#FontAwesomeRegular") unquote("format('svg')");
35
- font-weight: normal;
36
- font-style: normal;
37
- }
38
-
39
- /* sprites.less reset */
40
- [class^="icon-"],
41
- [class*=" icon-"] {
42
- display: inline;
43
- width: auto;
44
- height: auto;
45
- line-height: inherit;
46
- vertical-align: baseline;
47
- background-image: none;
48
- background-position: 0% 0%;
49
- background-repeat: repeat;
50
- }
51
- li[class^="icon-"],
52
- li[class*=" icon-"] {
53
- display: block;
54
- }
55
-
56
- /* Font Awesome styles
57
- ------------------------------------------------------- */
58
- [class^="icon-"]:before,
59
- [class*=" icon-"]:before {
60
- font-family: FontAwesome;
61
- font-weight: normal;
62
- font-style: normal;
63
- display: inline-block;
64
- text-decoration: inherit;
65
- }
66
-
67
- a [class^="icon-"],
68
- a [class*=" icon-"] {
69
- display: inline-block;
70
- text-decoration: inherit;
71
- }
72
-
73
- /* makes the font 33% larger relative to the icon container */
74
- .icon-large:before {
75
- vertical-align: top;
76
- font-size: 4/3em;
77
- }
78
-
79
- .btn {
80
- [class^="icon-"],
81
- [class*=" icon-"] {
82
- /* keeps button heights with and without icons the same */
83
- line-height: .9em;
84
- }
85
- }
86
-
87
- li {
88
- [class^="icon-"],
89
- [class*=" icon-"] {
90
- display: inline-block;
91
- width: 1.25em;
92
- text-align: center;
93
- }
94
- .icon-large[class^="icon-"],
95
- .icon-large[class*=" icon-"] {
96
- /* 1.5 increased font size for icon-large * 1.25 width */
97
- width: 1.5*1.25em;
98
- }
99
- }
100
-
101
- li[class^="icon-"],
102
- li[class*=" icon-"] {
103
- margin-left: 0;
104
- list-style-type: none;
105
-
106
- &:before {
107
- text-indent: -2em;
108
- text-align: center;
109
- }
110
- &.icon-large:before {
111
- text-indent: -4/3em;
112
- }
113
- }
114
-
115
- /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
116
- readers do not read off random characters that represent icons */
117
- .icon-glass:before { content: "\f000"; }
118
- .icon-music:before { content: "\f001"; }
119
- .icon-search:before { content: "\f002"; }
120
- .icon-envelope:before { content: "\f003"; }
121
- .icon-heart:before { content: "\f004"; }
122
- .icon-star:before { content: "\f005"; }
123
- .icon-star-empty:before { content: "\f006"; }
124
- .icon-user:before { content: "\f007"; }
125
- .icon-film:before { content: "\f008"; }
126
- .icon-th-large:before { content: "\f009"; }
127
- .icon-th:before { content: "\f00a"; }
128
- .icon-th-list:before { content: "\f00b"; }
129
- .icon-ok:before { content: "\f00c"; }
130
- .icon-remove:before { content: "\f00d"; }
131
- .icon-zoom-in:before { content: "\f00e"; }
132
-
133
- .icon-zoom-out:before { content: "\f010"; }
134
- .icon-off:before { content: "\f011"; }
135
- .icon-signal:before { content: "\f012"; }
136
- .icon-cog:before { content: "\f013"; }
137
- .icon-trash:before { content: "\f014"; }
138
- .icon-home:before { content: "\f015"; }
139
- .icon-file:before { content: "\f016"; }
140
- .icon-time:before { content: "\f017"; }
141
- .icon-road:before { content: "\f018"; }
142
- .icon-download-alt:before { content: "\f019"; }
143
- .icon-download:before { content: "\f01a"; }
144
- .icon-upload:before { content: "\f01b"; }
145
- .icon-inbox:before { content: "\f01c"; }
146
- .icon-play-circle:before { content: "\f01d"; }
147
- .icon-repeat:before { content: "\f01e"; }
148
-
149
- /* \f020 is not a valid unicode character. all shifted one down */
150
- .icon-refresh:before { content: "\f021"; }
151
- .icon-list-alt:before { content: "\f022"; }
152
- .icon-lock:before { content: "\f023"; }
153
- .icon-flag:before { content: "\f024"; }
154
- .icon-headphones:before { content: "\f025"; }
155
- .icon-volume-off:before { content: "\f026"; }
156
- .icon-volume-down:before { content: "\f027"; }
157
- .icon-volume-up:before { content: "\f028"; }
158
- .icon-qrcode:before { content: "\f029"; }
159
- .icon-barcode:before { content: "\f02a"; }
160
- .icon-tag:before { content: "\f02b"; }
161
- .icon-tags:before { content: "\f02c"; }
162
- .icon-book:before { content: "\f02d"; }
163
- .icon-bookmark:before { content: "\f02e"; }
164
- .icon-print:before { content: "\f02f"; }
165
-
166
- .icon-camera:before { content: "\f030"; }
167
- .icon-font:before { content: "\f031"; }
168
- .icon-bold:before { content: "\f032"; }
169
- .icon-italic:before { content: "\f033"; }
170
- .icon-text-height:before { content: "\f034"; }
171
- .icon-text-width:before { content: "\f035"; }
172
- .icon-align-left:before { content: "\f036"; }
173
- .icon-align-center:before { content: "\f037"; }
174
- .icon-align-right:before { content: "\f038"; }
175
- .icon-align-justify:before { content: "\f039"; }
176
- .icon-list:before { content: "\f03a"; }
177
- .icon-indent-left:before { content: "\f03b"; }
178
- .icon-indent-right:before { content: "\f03c"; }
179
- .icon-facetime-video:before { content: "\f03d"; }
180
- .icon-picture:before { content: "\f03e"; }
181
-
182
- .icon-pencil:before { content: "\f040"; }
183
- .icon-map-marker:before { content: "\f041"; }
184
- .icon-adjust:before { content: "\f042"; }
185
- .icon-tint:before { content: "\f043"; }
186
- .icon-edit:before { content: "\f044"; }
187
- .icon-share:before { content: "\f045"; }
188
- .icon-check:before { content: "\f046"; }
189
- .icon-move:before { content: "\f047"; }
190
- .icon-step-backward:before { content: "\f048"; }
191
- .icon-fast-backward:before { content: "\f049"; }
192
- .icon-backward:before { content: "\f04a"; }
193
- .icon-play:before { content: "\f04b"; }
194
- .icon-pause:before { content: "\f04c"; }
195
- .icon-stop:before { content: "\f04d"; }
196
- .icon-forward:before { content: "\f04e"; }
197
-
198
- .icon-fast-forward:before { content: "\f050"; }
199
- .icon-step-forward:before { content: "\f051"; }
200
- .icon-eject:before { content: "\f052"; }
201
- .icon-chevron-left:before { content: "\f053"; }
202
- .icon-chevron-right:before { content: "\f054"; }
203
- .icon-plus-sign:before { content: "\f055"; }
204
- .icon-minus-sign:before { content: "\f056"; }
205
- .icon-remove-sign:before { content: "\f057"; }
206
- .icon-ok-sign:before { content: "\f058"; }
207
- .icon-question-sign:before { content: "\f059"; }
208
- .icon-info-sign:before { content: "\f05a"; }
209
- .icon-screenshot:before { content: "\f05b"; }
210
- .icon-remove-circle:before { content: "\f05c"; }
211
- .icon-ok-circle:before { content: "\f05d"; }
212
- .icon-ban-circle:before { content: "\f05e"; }
213
-
214
- .icon-arrow-left:before { content: "\f060"; }
215
- .icon-arrow-right:before { content: "\f061"; }
216
- .icon-arrow-up:before { content: "\f062"; }
217
- .icon-arrow-down:before { content: "\f063"; }
218
- .icon-share-alt:before { content: "\f064"; }
219
- .icon-resize-full:before { content: "\f065"; }
220
- .icon-resize-small:before { content: "\f066"; }
221
- .icon-plus:before { content: "\f067"; }
222
- .icon-minus:before { content: "\f068"; }
223
- .icon-asterisk:before { content: "\f069"; }
224
- .icon-exclamation-sign:before { content: "\f06a"; }
225
- .icon-gift:before { content: "\f06b"; }
226
- .icon-leaf:before { content: "\f06c"; }
227
- .icon-fire:before { content: "\f06d"; }
228
- .icon-eye-open:before { content: "\f06e"; }
229
-
230
- .icon-eye-close:before { content: "\f070"; }
231
- .icon-warning-sign:before { content: "\f071"; }
232
- .icon-plane:before { content: "\f072"; }
233
- .icon-calendar:before { content: "\f073"; }
234
- .icon-random:before { content: "\f074"; }
235
- .icon-comment:before { content: "\f075"; }
236
- .icon-magnet:before { content: "\f076"; }
237
- .icon-chevron-up:before { content: "\f077"; }
238
- .icon-chevron-down:before { content: "\f078"; }
239
- .icon-retweet:before { content: "\f079"; }
240
- .icon-shopping-cart:before { content: "\f07a"; }
241
- .icon-folder-close:before { content: "\f07b"; }
242
- .icon-folder-open:before { content: "\f07c"; }
243
- .icon-resize-vertical:before { content: "\f07d"; }
244
- .icon-resize-horizontal:before { content: "\f07e"; }
245
-
246
- .icon-bar-chart:before { content: "\f080"; }
247
- .icon-twitter-sign:before { content: "\f081"; }
248
- .icon-facebook-sign:before { content: "\f082"; }
249
- .icon-camera-retro:before { content: "\f083"; }
250
- .icon-key:before { content: "\f084"; }
251
- .icon-cogs:before { content: "\f085"; }
252
- .icon-comments:before { content: "\f086"; }
253
- .icon-thumbs-up:before { content: "\f087"; }
254
- .icon-thumbs-down:before { content: "\f088"; }
255
- .icon-star-half:before { content: "\f089"; }
256
- .icon-heart-empty:before { content: "\f08a"; }
257
- .icon-signout:before { content: "\f08b"; }
258
- .icon-linkedin-sign:before { content: "\f08c"; }
259
- .icon-pushpin:before { content: "\f08d"; }
260
- .icon-external-link:before { content: "\f08e"; }
261
-
262
- .icon-signin:before { content: "\f090"; }
263
- .icon-trophy:before { content: "\f091"; }
264
- .icon-github-sign:before { content: "\f092"; }
265
- .icon-upload-alt:before { content: "\f093"; }
266
- .icon-lemon:before { content: "\f094"; }