chroma-sass 1.0.0.alpha.2 → 1.0.0.alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/chroma-sass.gemspec +2 -2
- data/sass/chroma/_kss-styles.scss +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cec9e5be92af4c68a3cbe314e6e74be4b89e6117
|
4
|
+
data.tar.gz: 163a6ea433adfb680f42c47a61a32832eb3d9408
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b66fc7c32c9e62a752f21b6d5f9069cf379bc194e9de71f7ef3aec146a5f86f84c23d8700aabaa61d97bd1770e50db7f739b96fcd3cd848339e4a1b692a0133
|
7
|
+
data.tar.gz: 2c485b22564981d38b3501ec82f2cd814a61eb5760652dfa983243d83990853bb9a4563c3ad38125fc516402933601ddbe38c67d6d03d28666cfb2a9c4731031
|
data/README.md
CHANGED
@@ -23,7 +23,7 @@ gem install chroma-sass
|
|
23
23
|
If you are using Bundler (and you should!) then you can add it to an existing project by editing the project's Gemfile and adding this line:
|
24
24
|
|
25
25
|
```ruby
|
26
|
-
gem 'chroma-sass', '~> 1.0.0.alpha.
|
26
|
+
gem 'chroma-sass', '~> 1.0.0.alpha.3'
|
27
27
|
```
|
28
28
|
|
29
29
|
If you are using Compass, edit your project's config.rb and add this line:
|
data/chroma-sass.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.homepage = 'http://github.com/JohnAlbin/chroma'
|
10
10
|
spec.rubyforge_project =
|
11
11
|
|
12
|
-
spec.version = '1.0.0.alpha.
|
13
|
-
spec.date = '2015-
|
12
|
+
spec.version = '1.0.0.alpha.3'
|
13
|
+
spec.date = '2015-04-14'
|
14
14
|
spec.licenses = ['GPL-2']
|
15
15
|
|
16
16
|
spec.authors = ['John Albin Wilkins']
|
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.0.0.alpha.
|
4
|
+
version: 1.0.0.alpha.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: 2015-
|
11
|
+
date: 2015-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -59,8 +59,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: 1.3.1
|
61
61
|
requirements: []
|
62
|
-
rubyforge_project: 1.0.0.alpha.
|
63
|
-
rubygems_version: 2.4.
|
62
|
+
rubyforge_project: 1.0.0.alpha.3
|
63
|
+
rubygems_version: 2.4.6
|
64
64
|
signing_key:
|
65
65
|
specification_version: 4
|
66
66
|
summary: Chorma is the Sass color manager.
|