sass-color-extractor 0.1.6 → 0.1.7
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 +4 -4
- data/lib/sass_color_extractor/version.rb +1 -1
- data/sass_color_extractor.gemspec +18 -1
- metadata +11 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e71b8701bf49dd3db1a4961aa3c25ac08329c19bf836a06d21443697ab6f719
|
|
4
|
+
data.tar.gz: 13bbb4ac9dfb0556c4eeeca9b7bb8043738c47cccacfcfffb52ec8237d2b11e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1532250366982e5466ee325055e3dbabea95f40011794d17b10d9501d78d2c14a067baf3fa34a96f7c698e6c30519ed6fabbc7e54dddd6f80f9cf9e781943d07
|
|
7
|
+
data.tar.gz: 7ea5fa5ed462675b26f412b7d69ffdfed1db5cf432fc4f6fd23253c13bedd80a269ff0ef3ce009ea1fad620a0a3695bddae73f4db9a844bc009a7ce3c7dd7632
|
|
@@ -9,9 +9,14 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Mr Rogers"]
|
|
10
10
|
spec.email = ["jon@rcode5.com"]
|
|
11
11
|
spec.summary = %q{Extract colors from Sass/Scss in ruby - can be used to generate a nice palette for a Rails app.}
|
|
12
|
-
#spec.description = ""
|
|
13
12
|
spec.homepage = "https://github.com/rcode5/sass_color_extractor"
|
|
14
13
|
spec.license = "MIT"
|
|
14
|
+
spec.description = %q{
|
|
15
|
+
*** Sass Color Extractor (sass-color-extractor)
|
|
16
|
+
Because the Ruby Sass gem is deprecated and will be unmaintained after
|
|
17
|
+
March 26 2019, this gem is also deprecated. We recommend you take it out
|
|
18
|
+
of your bundle and find a different solution for rendering color tiles.
|
|
19
|
+
}
|
|
15
20
|
|
|
16
21
|
spec.files = `git ls-files -z`.split("\x0")
|
|
17
22
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
@@ -25,4 +30,16 @@ Gem::Specification.new do |spec|
|
|
|
25
30
|
spec.add_development_dependency "rspec", "~> 3.5"
|
|
26
31
|
spec.add_development_dependency "byebug", "~> 3.5"
|
|
27
32
|
spec.add_development_dependency "bundle-audit", "~> 0.1.0"
|
|
33
|
+
|
|
34
|
+
spec.post_install_message = %q{
|
|
35
|
+
*** Sass Color Extractor (sass-color-extractor)
|
|
36
|
+
|
|
37
|
+
Because this gem depends heavily on Ruby Sass and that will be unmaintained
|
|
38
|
+
as of 26 March 2019, we suggest you give this up and find a different solution
|
|
39
|
+
to render your colors.
|
|
40
|
+
|
|
41
|
+
* For more details about the Sass deprecation, please refer to the Sass blog:
|
|
42
|
+
http://sass.logdown.com/posts/7081811
|
|
43
|
+
|
|
44
|
+
}
|
|
28
45
|
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.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mr Rogers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|
|
@@ -94,7 +94,10 @@ dependencies:
|
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: 0.1.0
|
|
97
|
-
description:
|
|
97
|
+
description: "\n *** Sass Color Extractor (sass-color-extractor)\n Because the
|
|
98
|
+
Ruby Sass gem is deprecated and will be unmaintained after\n March 26 2019, this
|
|
99
|
+
gem is also deprecated. We recommend you take it out\n of your bundle and find
|
|
100
|
+
a different solution for rendering color tiles.\n "
|
|
98
101
|
email:
|
|
99
102
|
- jon@rcode5.com
|
|
100
103
|
executables: []
|
|
@@ -122,7 +125,11 @@ homepage: https://github.com/rcode5/sass_color_extractor
|
|
|
122
125
|
licenses:
|
|
123
126
|
- MIT
|
|
124
127
|
metadata: {}
|
|
125
|
-
post_install_message:
|
|
128
|
+
post_install_message: "\n *** Sass Color Extractor (sass-color-extractor)\n\n Because
|
|
129
|
+
this gem depends heavily on Ruby Sass and that will be unmaintained\n as of 26
|
|
130
|
+
March 2019, we suggest you give this up and find a different solution\n to render
|
|
131
|
+
your colors.\n\n * For more details about the Sass deprecation, please refer
|
|
132
|
+
to the Sass blog:\n http://sass.logdown.com/posts/7081811\n\n "
|
|
126
133
|
rdoc_options: []
|
|
127
134
|
require_paths:
|
|
128
135
|
- lib
|