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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 304bacbf6472a5d1879f8efea2ce1776c9dab2f6
4
- data.tar.gz: 95312b8cae902e0f1606841fde2696b01cbd44f7
3
+ metadata.gz: cec9e5be92af4c68a3cbe314e6e74be4b89e6117
4
+ data.tar.gz: 163a6ea433adfb680f42c47a61a32832eb3d9408
5
5
  SHA512:
6
- metadata.gz: 9fc87c45948687c1ddff403ba1b31247d0a2f40f04e73afd9079fafd992c875eebfa457e95e3f57b4595d6d89ddc9eeb98ee2064281d3e693ad3360f70e8c0ee
7
- data.tar.gz: 63fbff62987de398db503f509950c92cb0ec6e802247f01c630c4c88d7d4ee756b08763531613a006f806de98cd0715450d73f9171a45c685cad5d9bc5474b5c
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.2'
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:
@@ -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.2'
13
- spec.date = '2015-03-26'
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']
@@ -1,3 +1,5 @@
1
+ @charset "UTF-8";
2
+
1
3
  // Use this stylesheet to add the default design for Chroma color swatches in a
2
4
  // KSS style guide.
3
5
 
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.2
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-03-26 00:00:00.000000000 Z
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.2
63
- rubygems_version: 2.4.5
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.