compass-symbolset-plugin 0.1.4 → 0.1.5
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 +5 -5
- data/README.md +4 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: 925afc2e2633916cfdc1656b7a47356d243fb1c1
|
|
4
|
-
data.tar.gz: 7bf3e85b7ee824ed48641a5c12f3b11acf875e6a
|
|
5
2
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fcd6b9ac44bc5ffd57a722adb1a3a951a9ef11f7238d41e9a7b9d3a1686c6f3af20df6442883292e6e0189134dd5c7767b5792406951dfb7f00d126d68676955
|
|
4
|
+
data.tar.gz: b57a05f3129940105f4db243908ec6e1bccf3aaf5463ba6015bf8a19b58d5ac128cc6e5abf06afdbaffadb2de7795855f038d671dc7a38faaea3bfe9da752b69
|
|
5
|
+
SHA1:
|
|
6
|
+
metadata.gz: 261540217dcb2adbc919a6e21f8a5870207c841e
|
|
7
|
+
data.tar.gz: 4611294fbf5edbf8321967185c7b1b6d5821ff07
|
data/README.md
CHANGED
|
@@ -43,9 +43,11 @@ Copy the font libraries to your `font_dir`.
|
|
|
43
43
|
|
|
44
44
|
Update your js files.
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
## Contributing
|
|
47
47
|
|
|
48
|
-
Currently only supports the
|
|
48
|
+
Currently this only supports a small fraction of the available sets from Symbolset. If you could fork and provide the css ( use the `@include font-face()` compass syntax ) to other sets ( one fork per set please :) ), I'd truely apprieciate it. My goal is to have every set available via this gem.
|
|
49
49
|
|
|
50
50
|
## Thanks
|
|
51
51
|
[Compass](http://compass-style.org/) & [Symbolset](https://symbolset.com/)
|
|
52
|
+
|
|
53
|
+
### Enjoy!
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-symbolset-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jarrett Drouillard
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-08-23 00:00:00 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: compass
|