compass-symbolset-plugin 0.1.5 → 0.1.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 +7 -7
- data/README.md +1 -1
- data/stylesheets/Social/_circle.scss +1 -1
- data/stylesheets/Social/_regular.scss +1 -1
- data/stylesheets/Standard/_standard.scss +1 -1
- data/stylesheets/_compass-symbolset.scss +3 -3
- metadata +30 -35
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
5
|
-
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 0c3b36c0c83c406d85b165668e759ad717d0bed1
|
|
4
|
+
data.tar.gz: 3383fb705e36f07738a30b21bcac314e6d8fcde5
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 6f9a38e725ff2120ad56d811104514a7708f1113ea065bf7c127a2913ba7e972b269ee1c310ab5ee9cd67b8d0460a85e08cb191b6697fe7e34f89860f95a6f81
|
|
7
|
+
data.tar.gz: 1824b28caa43b8889a3531f7bb9467ff3d27e15896d824b298126ab55c6ad27f2d41e6f944cea6071c75895c41ffe42ec2b41fff5c92f511b776653649fa6a6c
|
data/README.md
CHANGED
|
@@ -25,7 +25,7 @@ Import it in your `.scss` file.
|
|
|
25
25
|
In your `.scss` file that imports the stylesheets, we now use sass variable triggers. All styles are off by default. Turn them on by switching the variable.
|
|
26
26
|
|
|
27
27
|
```scss
|
|
28
|
-
$use-standard: true; // If you want to use Standard Symbolset
|
|
28
|
+
$use-ss-standard: true; // If you want to use Standard Symbolset
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
## Versions
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
|
|
12
12
|
@charset "UTF-8";
|
|
13
13
|
|
|
14
|
-
$use-standard: false!default;
|
|
15
|
-
$use-social-circle: false!default;
|
|
16
|
-
$use-social-regular: false!default;
|
|
14
|
+
$use-ss-standard: false!default;
|
|
15
|
+
$use-ss-social-circle: false!default;
|
|
16
|
+
$use-ss-social-regular: false!default;
|
|
17
17
|
|
|
18
18
|
@import "standard/standard";
|
|
19
19
|
@import "social/circle";
|
metadata
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-symbolset-plugin
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
|
-
authors:
|
|
6
|
+
authors:
|
|
7
7
|
- Jarrett Drouillard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
- !ruby/object:Gem::Dependency
|
|
11
|
+
date: 2013-11-22 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: compass
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - '>='
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
21
19
|
version: 0.12.2
|
|
22
20
|
type: :runtime
|
|
23
|
-
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - '>='
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: 0.12.2
|
|
24
27
|
description: Helps include the Symbolset icon font family
|
|
25
|
-
email:
|
|
28
|
+
email:
|
|
26
29
|
- jarrett@thestyl.us
|
|
27
30
|
executables: []
|
|
28
|
-
|
|
29
31
|
extensions: []
|
|
30
|
-
|
|
31
32
|
extra_rdoc_files: []
|
|
32
|
-
|
|
33
|
-
files:
|
|
33
|
+
files:
|
|
34
34
|
- README.md
|
|
35
35
|
- LICENSE.md
|
|
36
36
|
- lib/compass-symbolset.rb
|
|
@@ -40,30 +40,25 @@ files:
|
|
|
40
40
|
- stylesheets/Standard/_standard.scss
|
|
41
41
|
homepage: https://github.com/kuatsure/compass-symbolset
|
|
42
42
|
licenses: []
|
|
43
|
-
|
|
44
43
|
metadata: {}
|
|
45
|
-
|
|
46
44
|
post_install_message:
|
|
47
45
|
rdoc_options: []
|
|
48
|
-
|
|
49
|
-
require_paths:
|
|
46
|
+
require_paths:
|
|
50
47
|
- lib
|
|
51
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
|
-
requirements:
|
|
53
|
-
- -
|
|
54
|
-
- !ruby/object:Gem::Version
|
|
48
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
49
|
+
requirements:
|
|
50
|
+
- - '>='
|
|
51
|
+
- !ruby/object:Gem::Version
|
|
55
52
|
version: 1.8.7
|
|
56
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
|
-
requirements:
|
|
58
|
-
- -
|
|
59
|
-
- !ruby/object:Gem::Version
|
|
60
|
-
version:
|
|
53
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
|
+
requirements:
|
|
55
|
+
- - '>='
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
version: '0'
|
|
61
58
|
requirements: []
|
|
62
|
-
|
|
63
59
|
rubyforge_project:
|
|
64
|
-
rubygems_version: 2.
|
|
60
|
+
rubygems_version: 2.1.11
|
|
65
61
|
signing_key:
|
|
66
62
|
specification_version: 4
|
|
67
63
|
summary: Compass compatible Sass port of Symbolset Library.
|
|
68
64
|
test_files: []
|
|
69
|
-
|