graphite-sass 0.2.0 → 0.2.1

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: 9f95802c27bf6e64aa382e06679b095db1570b79
4
- data.tar.gz: 83b5a4d1fde1886825eccdc4fdce1cee2457d1eb
3
+ metadata.gz: dc16f89b00da6794838171848aa040b40fa53ef4
4
+ data.tar.gz: e5ccfa6eaac86ba5b1f654ad72e72217899faf89
5
5
  SHA512:
6
- metadata.gz: c84fd5def4936d12045e4f17c4f06f48039023e71a0411cbd76ce0492c95d139bdd4d6e0e2ca7a757c12a5fdc11be314cee2c94c24f5f51857cf6753d86ae134
7
- data.tar.gz: abf11cb1fad532e17140d6cb7cd0f0a18ba77408aecac4fcf3f1c9b9596ffa6aa6e9a8928039253ac08bb0e2ab8fcba322479e268a2e9d9ae6ea2fa8e790ecfa
6
+ metadata.gz: f0371e9d876937e3776cef8ae2f594ddea69443362999d4b088e0db5188e68ef155b77abf7b546c0eae7927d8baba73e56c099e39b5d4662eee63160b15ca025
7
+ data.tar.gz: d38e05386484cfbac31b5e2702b8eb71927233e849ce27e895f9f2f90e2ebd542027377295db0746e80aedfb5654c6af221107f61c8280f66723354fb241b615
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.0"
8
+ VERSION = "0.2.1"
9
9
  DATE = "2014-07-30"
10
10
  end
11
11
 
@@ -136,7 +136,7 @@ $graphite_chdir: ".." !global;
136
136
  // Define value for each type
137
137
  $ie: if(index($extensions, "eot") and $legacy-ie, url("#{$path + $filename}.eot?#iefix") format("embedded-opentype"), null);
138
138
  $woff: if(index($extensions, "woff"), url("#{$path + $filename}.woff") format("woff"), null);
139
- $otf: if(index($extensions, "otf"), url("#{$path + $filename}.otf") format("otf"), null);
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);
141
141
  $svg: if(index($extensions, "svg"), url("#{$path + $filename + '.svg#' + $name}") format("svg"), null);
142
142
 
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse