sass-color-extractor 0.1.6 → 0.1.7

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
  SHA256:
3
- metadata.gz: 8477943b0ff09ff8e7a7612b3463b414b1865c1fc8c213336add9625b8ceac62
4
- data.tar.gz: 21189974f5dd13cc69097279eea4bb846e8785fe27f5b012585626786dcfd5f6
3
+ metadata.gz: 6e71b8701bf49dd3db1a4961aa3c25ac08329c19bf836a06d21443697ab6f719
4
+ data.tar.gz: 13bbb4ac9dfb0556c4eeeca9b7bb8043738c47cccacfcfffb52ec8237d2b11e7
5
5
  SHA512:
6
- metadata.gz: 3e8829eacc580c07d2ec3e653db16bcba275243a10dd87e6b003207d86f7fead4acef0c63ca7126bdbcbd428c03e2aa28ac2c49ec3a53aa80baea2bb15bb6800
7
- data.tar.gz: 980dd98ddeda9eeec229aba52c25349c7c5691b056dd3eacd3df52bc2408aba550d9854d82468286504ab809b3e5ceb3e5db6e0dfcf26719a69b09f7aec157af
6
+ metadata.gz: 1532250366982e5466ee325055e3dbabea95f40011794d17b10d9501d78d2c14a067baf3fa34a96f7c698e6c30519ed6fabbc7e54dddd6f80f9cf9e781943d07
7
+ data.tar.gz: 7ea5fa5ed462675b26f412b7d69ffdfed1db5cf432fc4f6fd23253c13bedd80a269ff0ef3ce009ea1fad620a0a3695bddae73f4db9a844bc009a7ce3c7dd7632
@@ -1,3 +1,3 @@
1
1
  module SassColorExtractor
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
@@ -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.6
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: 2018-12-21 00:00:00.000000000 Z
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