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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6dc435fa3314d1b0df479d658636dce27686304d49d776341d64d718477278d0
4
- data.tar.gz: a0583a990a5b642156d1bf212437aa5eaf46f6f0c3d16b141d466ed748029fa2
3
+ metadata.gz: 32aa506f1486e6f791cf60266184bcfbe29d98fc8d37e445fa37090e42c61656
4
+ data.tar.gz: 17e2ba7d836de95ce2df7e03f40df232dac22276901b8b7fb294f9203b6cf011
5
5
  SHA512:
6
- metadata.gz: 16cbe4f16b463d0198d988084ae8c9c77a73b1c8fb0dc094ec22abb0869849cc56f841764090a41c40a3a62c7e96822b1087f719a5b73775816e006db8a0afd1
7
- data.tar.gz: db00b0c13abd82337685d680527c25e299e8d807d7234559ec82ede75c5579a3b4a22559a14c54e8f8837d61043737104aa368318dee8b136645c7595c98120f
6
+ metadata.gz: 39a6890ad7a0b1583a307cd71e1473784a80ddb34f6c9f12c4b7135c8e2260fa9f996c4f7dee3e691b26381c2db391981b34c70c6336c4135c703f35f84ce163
7
+ data.tar.gz: b221048e5a40708e2480dbeda0e7cdda02eee186a67ba5447a0b7d6b67797ad2ee754128d78510b82f08bdccf733018ee45d6c8d559c6f24f111ff9742923314
data/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  A Ruby gem for extract the dominant color(s) from an image (remote image, locally image, base64 image etc...)
11
11
 
12
- Get HEX(A) colors, RGB(A) colors and HSL(a) colors
12
+ Get HEX(A) color(s), RGB(A) color(s) and HSL(A) color(s)
13
13
 
14
14
  ## Installation
15
15
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsDominantColors
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
@@ -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
- Convert to HEX(A), RGB(A), HSL(a)
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.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
- Convert to HEX(A), RGB(A), HSL(a)
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: []