sass-color-extractor 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/sass_color_extractor/base.rb +0 -1
- data/lib/sass_color_extractor/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bbe833cbf036b0166bff3866bc529128f1f8f36
|
4
|
+
data.tar.gz: dbe3fe4256b77639564d3cece25e9e8407b8e725
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d25bc592689c9305830ec9336685c3605d7048a1e467e7b99b17f9192fbfc0970109e44a7d6da50625a21b9469f3c27280462156e5a150683a75a823a6ee6c72
|
7
|
+
data.tar.gz: cde363667412c1d506fa28805a636fe2a3b5653b11620da735fc408c7f64dc8b1741de91e1c1d97dbb9d895ec457ae0748f7d3f3fc95cc5ba7cd83c7e29a09fc
|
data/README.md
CHANGED
@@ -4,6 +4,8 @@ This dirt simple Gem uses the Sass ruby library to read your `colors.scss` file
|
|
4
4
|
a list of color names and their actual colors which can be used to generate a nice color palette page in a
|
5
5
|
Rails app.
|
6
6
|
|
7
|
+
If you are using Bootstrap and overriding Bootstrap colors, this Gem will probably not work for you. It requires that all color definitions are made in a single file. Perhaps in the future it will follow `@import`s.
|
8
|
+
|
7
9
|
[![Gem Version](https://badge.fury.io/rb/sass-color-extractor.png)](http://badge.fury.io/rb/sass_color_extractor)
|
8
10
|
[![Build Status](https://circleci.com/gh/rcode5/sass_color_extractor.svg?style=shield&circle-token=485f42e03b961bb2ac17e9ee814fe963bd58954c)]()
|
9
11
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sass-color-extractor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mr Rogers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|