rails_dominant_colors 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/rails_dominant_colors/version.rb +1 -1
- data/rails_dominant_colors.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 32aa506f1486e6f791cf60266184bcfbe29d98fc8d37e445fa37090e42c61656
|
4
|
+
data.tar.gz: 17e2ba7d836de95ce2df7e03f40df232dac22276901b8b7fb294f9203b6cf011
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39a6890ad7a0b1583a307cd71e1473784a80ddb34f6c9f12c4b7135c8e2260fa9f996c4f7dee3e691b26381c2db391981b34c70c6336c4135c703f35f84ce163
|
7
|
+
data.tar.gz: b221048e5a40708e2480dbeda0e7cdda02eee186a67ba5447a0b7d6b67797ad2ee754128d78510b82f08bdccf733018ee45d6c8d559c6f24f111ff9742923314
|
data/README.md
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.summary = 'Extract the dominant color(s) from an image'
|
12
12
|
spec.description = <<~TEXT
|
13
13
|
Extract the dominant color(s) from an image (remote image, locally image, base64 image etc...)
|
14
|
-
|
14
|
+
Get HEX(A) color(s), RGB(A) color(s), HSL(A) color(s)
|
15
15
|
TEXT
|
16
16
|
|
17
17
|
spec.homepage = 'https://github.com/OpenGems/rails_dominant_colors'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_dominant_colors
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Boris BRESCIANI
|
@@ -96,7 +96,7 @@ dependencies:
|
|
96
96
|
version: '4.10'
|
97
97
|
description: |
|
98
98
|
Extract the dominant color(s) from an image (remote image, locally image, base64 image etc...)
|
99
|
-
|
99
|
+
Get HEX(A) color(s), RGB(A) color(s), HSL(A) color(s)
|
100
100
|
email:
|
101
101
|
- boris2bresciani@gmail.com
|
102
102
|
executables: []
|