chroma-sass 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/chroma-sass.gemspec +3 -3
- data/package.json +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdd8e6d0a35305ca1d986b2376d0b567c3974c9b
|
4
|
+
data.tar.gz: c73f03b971697e1fe29e9143e6cc6546c5bf4462
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e514ab48565a39539fc96aaad3d9f5dd2e62a92821f63fcd904e0992b3844b45902b205db4349f557fe91817541b7c228a67423ffff91c55fbaeda306db64f5
|
7
|
+
data.tar.gz: 2423e8f628eb65345433d6f1a241fadef166ec60388b82e401de6acb6a9657fff5a3bb648927ff3da0226575110106539c549d30d8927a9abfc37bc61eb4ea77
|
data/chroma-sass.gemspec
CHANGED
@@ -9,9 +9,9 @@ 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 = '
|
14
|
-
spec.licenses = ['GPL-2']
|
12
|
+
spec.version = '1.2.2'
|
13
|
+
spec.date = '2016-03-20'
|
14
|
+
spec.licenses = ['GPL-2.0']
|
15
15
|
|
16
16
|
spec.authors = ['John Albin Wilkins']
|
17
17
|
spec.email = 'virtually.johnalbin@gmail.com'
|
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "chroma-sass",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.2",
|
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": {
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"eyeglass": {
|
22
22
|
"name": "chroma",
|
23
23
|
"exports": "eyeglass-exports.js",
|
24
|
-
"needs": "
|
24
|
+
"needs": "*"
|
25
25
|
},
|
26
26
|
"directories": {
|
27
27
|
"lib": "sass",
|
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.2
|
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:
|
11
|
+
date: 2016-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -46,7 +46,7 @@ files:
|
|
46
46
|
- sass/chroma/_variables.scss
|
47
47
|
homepage: https://github.com/JohnAlbin/chroma
|
48
48
|
licenses:
|
49
|
-
- GPL-2
|
49
|
+
- GPL-2.0
|
50
50
|
metadata: {}
|
51
51
|
post_install_message:
|
52
52
|
rdoc_options: []
|
@@ -63,8 +63,8 @@ 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.
|
67
|
-
rubygems_version: 2.
|
66
|
+
rubyforge_project: 1.2.2
|
67
|
+
rubygems_version: 2.6.1
|
68
68
|
signing_key:
|
69
69
|
specification_version: 4
|
70
70
|
summary: Chroma is the Sass color manager.
|