font-awesome-more-sass-rails 2.0.0.0 → 2.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # Font Awesome More 2.0 + SASS + Rails
1
+ # Font Awesome More 2.1 + SASS + Rails
2
2
 
3
3
  With SCSS and fonts from [Font Awesome More](http://gregoryloucas.github.com/Font-Awesome-More), `font-awesome-more-sass-rails` is a gem to integrate Font Awesome More to your Rails application.
4
4
 
5
- This gem was build over `font-awesome-sass-rails`, a [gem](https://github.com/littlebtc/font-awesome-sass-rails) by [Hsiao-Ting Yu](https://github.com/littlebtc).
5
+ This gem was built over `font-awesome-sass-rails`, a [gem](https://github.com/littlebtc/font-awesome-sass-rails) by [Hsiao-Ting Yu](https://github.com/littlebtc).
6
6
 
7
7
  It supports Rails 3.1.1 and older.
8
8
 
@@ -30,7 +30,7 @@ You can also use it with the SASS-converted Bootstrap gem, like [bootstrap-sass]
30
30
 
31
31
  ### IE7 Support
32
32
 
33
- This gem also includes `font-awesome-more-ie7`, the stylesheet for IE7 support bundled with Font Awesome More 2.0.
33
+ This gem also includes `font-awesome-more-ie7`, the stylesheet for IE7 support bundled with Font Awesome More 2.1.
34
34
 
35
35
  Use this stylesheet with [conditional comment](http://en.wikipedia.org/wiki/Conditional_comment) may be the best way to support IE7. But it can be difficult when it comes to assets pipeline. See this article on StackOverflow for a workaround: [Using Rails 3.1 assets pipeline to conditionally use certain css](http://stackoverflow.com/questions/7134034/using-rails-3-1-assets-pipeline-to-conditionally-use-certain-css)
36
36
 
@@ -2,7 +2,7 @@ module Font
2
2
  module AwesomeMore
3
3
  module Sass
4
4
  module Rails
5
- VERSION = '2.0.0.0'
5
+ VERSION = '2.1'
6
6
  end
7
7
  end
8
8
  end
@@ -257,20 +257,20 @@
257
257
  .icon-wordpress { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
258
258
  .icon-git-fork { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
259
259
 
260
- .icon-blogger-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
261
- .icon-blogger { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
262
- .icon-tumblr-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
263
- .icon-tumblr { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
264
- .icon-flickr-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
265
- .icon-flickr { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
266
- .icon-picasa-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
267
- .icon-picasa { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
268
- .icon-amazon-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
269
- .icon-amazon { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
270
- .icon-yelp-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
271
- .icon-yelp { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
272
- .icon-soundcloud { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
273
- .icon-spotify { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
260
+ .icon-blogger-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
261
+ .icon-blogger { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
262
+ .icon-tumblr-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
263
+ .icon-tumblr { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
264
+ .icon-flickr-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
265
+ .icon-flickr { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
266
+ .icon-picasa-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
267
+ .icon-picasa { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
268
+ .icon-amazon-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
269
+ .icon-amazon { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
270
+ .icon-yelp-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
271
+ .icon-yelp { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
272
+ .icon-soundcloud { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
273
+ .icon-spotify { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
274
274
 
275
275
  .icon-yahoo-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
276
276
  .icon-yahoo { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
@@ -279,10 +279,10 @@
279
279
  .icon-google-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
280
280
  .icon-google { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
281
281
  .icon-hacker-news { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
282
- .icon-map { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
282
+ .icon-map { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
283
283
  .icon-bus-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
284
284
  .icon-bike-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
285
285
  .icon-car-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
286
286
  .icon-taxi-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
287
287
  .icon-truck-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
288
- .icon-handicap-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
288
+ .icon-handicap-sign { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = ' '); }
@@ -369,7 +369,7 @@ ul.icons {
369
369
  .icon-google-sign:before { content: "\f524"; }
370
370
  .icon-google:before { content: "\f525"; }
371
371
  .icon-hacker-news:before { content: "\f526"; }
372
- .icon-map:before { content: "\f529"; }
372
+ .icon-map:before { content: "\f529"; }
373
373
  .icon-bus-sign:before { content: "\f52a"; }
374
374
  .icon-bike-sign:before { content: "\f52b"; }
375
375
  .icon-car-sign:before { content: "\f52c"; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-awesome-more-sass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.0
4
+ version: '2.1'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-19 00:00:00.000000000 Z
12
+ date: 2013-01-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties