graphite-sass 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc16f89b00da6794838171848aa040b40fa53ef4
4
- data.tar.gz: e5ccfa6eaac86ba5b1f654ad72e72217899faf89
3
+ metadata.gz: d93835ff42561752290de6d0c5853db430d0202f
4
+ data.tar.gz: 44f3426612a7c12c20ffcdcf6a1566c44344cf58
5
5
  SHA512:
6
- metadata.gz: f0371e9d876937e3776cef8ae2f594ddea69443362999d4b088e0db5188e68ef155b77abf7b546c0eae7927d8baba73e56c099e39b5d4662eee63160b15ca025
7
- data.tar.gz: d38e05386484cfbac31b5e2702b8eb71927233e849ce27e895f9f2f90e2ebd542027377295db0746e80aedfb5654c6af221107f61c8280f66723354fb241b615
6
+ metadata.gz: c9f2ce4bf0bb02432afa826dba2ab870a439d901b2d7eb1e0ecc202a1671916f35dd62e97cfa3a3080342b402c2025e0f335c376712ba8083687d8edeb003626
7
+ data.tar.gz: f2d6cb600800574276f22b15a0374076b5b664f0bbb6fa67d5aa98d70b9a268d1bb55e55193ad15c9947eb93bcfde02817c35e57c3c115ae4b257171dba049b9
data/lib/graphite.rb CHANGED
@@ -5,7 +5,7 @@ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
5
5
  Compass::Frameworks.register('graphite', :path => extension_path)
6
6
 
7
7
  module Graphite
8
- VERSION = "0.2.1"
8
+ VERSION = "0.2.2"
9
9
  DATE = "2014-07-30"
10
10
  end
11
11
 
@@ -134,7 +134,7 @@ $graphite_chdir: ".." !global;
134
134
  }
135
135
 
136
136
  // Define value for each type
137
- $ie: if(index($extensions, "eot") and $legacy-ie, url("#{$path + $filename}.eot?#iefix") format("embedded-opentype"), null);
137
+ $ie: if(index($extensions, "eot"), url("#{$path + $filename}.eot?#iefix") format("embedded-opentype"), null);
138
138
  $woff: if(index($extensions, "woff"), url("#{$path + $filename}.woff") format("woff"), null);
139
139
  $otf: if(index($extensions, "otf"), url("#{$path + $filename}.otf") format("opentype"), null);
140
140
  $ttf: if(index($extensions, "ttf"), url("#{$path + $filename}.ttf") format("truetype"), null);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphite-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse