chroma-sass 1.2.2 → 1.2.3
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 +4 -4
- data/chroma-sass.gemspec +2 -2
- data/package.json +11 -9
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 331368e35b1462c392dee83882b40825a99169eb
|
|
4
|
+
data.tar.gz: 4b22947f1a2e01de2f0c883d651fac2fa2072764
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5eb66a393d1c063d826897d3475e197667a263816df4942ad045e0f0c14d567f9654142fc09768ee3b6b8a9f66e3ad1683efd729ebe7bf5f8a2f1d78a91e2a39
|
|
7
|
+
data.tar.gz: eefe53ba5f1c5e25d38e75b12a6a8a61a41be5a57b13a18c656d8d36b51d9449fa20942c4aa9b4d8add3077281e41641b3d8bc74aa96d6c2878fb285d22c4371
|
data/chroma-sass.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.homepage = 'https://github.com/JohnAlbin/chroma'
|
|
10
10
|
spec.rubyforge_project =
|
|
11
11
|
|
|
12
|
-
spec.version = '1.2.
|
|
13
|
-
spec.date = '2016-
|
|
12
|
+
spec.version = '1.2.3'
|
|
13
|
+
spec.date = '2016-04-01'
|
|
14
14
|
spec.licenses = ['GPL-2.0']
|
|
15
15
|
|
|
16
16
|
spec.authors = ['John Albin Wilkins']
|
data/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chroma-sass",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "Chroma is the Sass color manager, managing color names, variations, and color schemes.",
|
|
5
5
|
"homepage": "https://github.com/JohnAlbin/chroma",
|
|
6
6
|
"bugs": {
|
|
@@ -16,11 +16,12 @@
|
|
|
16
16
|
"sass",
|
|
17
17
|
"colors"
|
|
18
18
|
],
|
|
19
|
-
"main": "sass/
|
|
20
|
-
"style": "sass/
|
|
19
|
+
"main": "sass/_chroma.scss",
|
|
20
|
+
"style": "sass/_chroma.scss",
|
|
21
21
|
"eyeglass": {
|
|
22
|
+
"sassDir": "sass",
|
|
23
|
+
"exports": false,
|
|
22
24
|
"name": "chroma",
|
|
23
|
-
"exports": "eyeglass-exports.js",
|
|
24
25
|
"needs": "*"
|
|
25
26
|
},
|
|
26
27
|
"directories": {
|
|
@@ -30,15 +31,16 @@
|
|
|
30
31
|
"scripts": {
|
|
31
32
|
"test": "mocha",
|
|
32
33
|
"posttest": "eslint test",
|
|
33
|
-
"docs": "kss-node --source sass --source docs --destination gh-pages --
|
|
34
|
+
"docs": "kss-node --source sass --source docs --destination gh-pages --title 'Chroma for Sass'"
|
|
34
35
|
},
|
|
35
36
|
"license": "GPL-2.0",
|
|
36
37
|
"dependencies": {},
|
|
37
38
|
"devDependencies": {
|
|
38
|
-
"chai": "^3.
|
|
39
|
-
"eslint": "^
|
|
39
|
+
"chai": "^3.5.0",
|
|
40
|
+
"eslint": "^2.4.0",
|
|
41
|
+
"eyeglass": "^0.8.3",
|
|
40
42
|
"kss": "kss-node/kss-node",
|
|
41
|
-
"mocha": "^2.
|
|
42
|
-
"sassy-test": "^
|
|
43
|
+
"mocha": "^2.4.5",
|
|
44
|
+
"sassy-test": "^3.0.3"
|
|
43
45
|
}
|
|
44
46
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chroma-sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Albin Wilkins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|
|
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
63
63
|
- !ruby/object:Gem::Version
|
|
64
64
|
version: '0'
|
|
65
65
|
requirements: []
|
|
66
|
-
rubyforge_project: 1.2.
|
|
66
|
+
rubyforge_project: 1.2.3
|
|
67
67
|
rubygems_version: 2.6.1
|
|
68
68
|
signing_key:
|
|
69
69
|
specification_version: 4
|