compass_icon_fonts 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 162c9d1b313dd201100669923ff0f19600908541
4
- data.tar.gz: f51d74820f179592a97cd62d7c4a53d0474cab45
3
+ metadata.gz: 5bde1a7dfd9a18ef4841f9020b18d0077a0e741f
4
+ data.tar.gz: fc7c5ab3b0628fcc69b0ded398478021e58ba86b
5
5
  SHA512:
6
- metadata.gz: 5eb7946cbe26962f8b7b5db75caf839c0e0c505ea0c8201ea5fcda68f957445db100ae0f9af9360521a4dbd65fbf245364b43d41847545243d0a74e3f4c8eaae
7
- data.tar.gz: 70e4c757f4450639bab411f67d74dd6dc5b1b34b17c9d6439b43ac90336935ced8827755b364c887ac23493d04e4b8f14790c05194781e22c10970adf1ba5802
6
+ metadata.gz: f4cdf0ef0b585b222f10857abd8a91735c3c4c85feac7323322d346b5b7a1b95d6cad00ac73af16b8397130e019a4cbf4f3ea1fdf7c21b6419bbfb93df35c0c7
7
+ data.tar.gz: 27a892635f959346da54c3a36e1c20b9d27fd301a5902ad64116722703fccdd6523a7c6f117b5c5fb3b6dc2f329d4c4436e0e4a8eaf5c4dcaa9a3d71f34cabd4
@@ -1,3 +1,3 @@
1
1
  module CompassIconFonts
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -1,10 +1,11 @@
1
1
  $compass-icon-fonts-horizontalPadding: 0.2em !default;
2
2
 
3
- @mixin compass-icon-fonts-family() {
4
- @include font-face($compass-icon-fonts-family, $compass-icon-fonts-files, $compass-icon-fonts-eot);
3
+ @mixin compass-icon-fonts-family($family: true) {
4
+ @if $family == true {
5
+ @include font-face($compass-icon-fonts-family, $compass-icon-fonts-files, $compass-icon-fonts-eot);
6
+ }
5
7
 
6
8
  %compass-icon-fonts-#{$compass-icon-fonts-class} {
7
- font-size: $compass-icon-fonts-size;
8
9
  font-family: $compass-icon-fonts-family;
9
10
  }
10
11
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_icon_fonts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Hellein
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-31 00:00:00.000000000 Z
11
+ date: 2013-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -114,6 +114,20 @@ dependencies:
114
114
  - - '>='
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
+ - !ruby/object:Gem::Dependency
118
+ name: gem-release
119
+ requirement: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - '>='
122
+ - !ruby/object:Gem::Version
123
+ version: '0'
124
+ type: :development
125
+ prerelease: false
126
+ version_requirements: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - '>='
129
+ - !ruby/object:Gem::Version
130
+ version: '0'
117
131
  - !ruby/object:Gem::Dependency
118
132
  name: compass
119
133
  requirement: !ruby/object:Gem::Requirement