sass-color-extractor 0.1.3 → 0.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d1e465ce36fb12a7cfcf89bfb95a5db10bbc94e
4
- data.tar.gz: 4fe02dbea81341f2280dbbdedc189e9b65c8df94
3
+ metadata.gz: 4bbe833cbf036b0166bff3866bc529128f1f8f36
4
+ data.tar.gz: dbe3fe4256b77639564d3cece25e9e8407b8e725
5
5
  SHA512:
6
- metadata.gz: 7d68b4aecd2bff878c41b44750a6cfedb3e91a1d18237bccd221daabe8c414d735e88e1a43323b069cf287e870f64b2d087de81f170bd5fbb93f10d2f7c8cacf
7
- data.tar.gz: b80976f53d9a90f848427f44e4054fb4c2d9303d750aca3934e64092473ba1dd72550376600e76e472a90c25d3448f2cd9c981482f3bd0f620d65b6b67a4a2a8
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
 
@@ -1,4 +1,3 @@
1
- require 'byebug'
2
1
  module SassColorExtractor
3
2
  class Base
4
3
  DEFAULT_SYNTAX = :scss
@@ -1,3 +1,3 @@
1
1
  module SassColorExtractor
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
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.3
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-07 00:00:00.000000000 Z
11
+ date: 2017-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass