rails_dominant_colors 0.1.3 → 0.1.4

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: 18e432d228262999b0f82a09da66bf85c4315d8592354e73b6ba0c87c9e70ccc
4
- data.tar.gz: 697b04b36525b44f7a45ec41863fd272126cf969d36fb4dfbcf266df2d96418b
3
+ metadata.gz: 57c35635af12a553916052efbdc02189e8d7b79a47a9a4a3162c806ccb3ea698
4
+ data.tar.gz: 236f3a4ecc9a5b49b2bd2f05c0ce6d437bcea5c537b919823684542a18b67937
5
5
  SHA512:
6
- metadata.gz: 7bebd34fe7a9ad56a43c3665932536cd6dcbbeb8765d9def8ebdb4194dbf4db2921c999cde8356457b86accc0dea88481441108e0b8f7c0e385b821a1473f19f
7
- data.tar.gz: 5d719afe1ed61e4554ca12bdfd8318c9780b8f097f72cd4bf9a74478708af62ff237c49179e69dc8e275a29fcd4164de4fd1b8a7669b27e90bf85b54bfcf6677
6
+ metadata.gz: 49731f98c73d138480bf9f16d67c992c6b8829eef1b9d304b29e5a869a7548302d8726e62893cb52cda5e7ba37c3deaa978af5986205ba2d2c2513b8edc9fcb3
7
+ data.tar.gz: ce6ad4c0c945b0832867886b8d032bd5618be85ad07f0dec80a6eb5db86a3717a62b014a2e595a83461c7b7bdd7f012dc7758d39a728b3934909faa48e30697d
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsDominantColors
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_dominant_colors
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
  - Boris BRESCIANI
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-31 00:00:00.000000000 Z
11
+ date: 2020-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -109,7 +109,6 @@ files:
109
109
  - ".rubocop.yml"
110
110
  - ".travis.yml"
111
111
  - Gemfile
112
- - Gemfile.lock
113
112
  - LICENSE.txt
114
113
  - README.md
115
114
  - Rakefile
@@ -128,7 +127,7 @@ licenses:
128
127
  metadata:
129
128
  homepage_uri: https://github.com/OpenGems/rails_dominant_colors
130
129
  source_code_uri: https://github.com/OpenGems/rails_dominant_colors
131
- post_install_message:
130
+ post_install_message:
132
131
  rdoc_options: []
133
132
  require_paths:
134
133
  - lib
@@ -144,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
143
  version: '0'
145
144
  requirements: []
146
145
  rubygems_version: 3.1.2
147
- signing_key:
146
+ signing_key:
148
147
  specification_version: 4
149
148
  summary: Extract the dominant color(s) from an image
150
149
  test_files: []
@@ -1,58 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rails_dominant_colors (0.1.3)
5
- mini_magick (~> 4.10)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- coveralls (0.8.23)
11
- json (>= 1.8, < 3)
12
- simplecov (~> 0.16.1)
13
- term-ansicolor (~> 1.3)
14
- thor (>= 0.19.4, < 2.0)
15
- tins (~> 1.6)
16
- diff-lcs (1.3)
17
- docile (1.3.2)
18
- json (2.3.0)
19
- mini_magick (4.10.1)
20
- rake (13.0.1)
21
- rspec (3.9.0)
22
- rspec-core (~> 3.9.0)
23
- rspec-expectations (~> 3.9.0)
24
- rspec-mocks (~> 3.9.0)
25
- rspec-core (3.9.2)
26
- rspec-support (~> 3.9.3)
27
- rspec-expectations (3.9.2)
28
- diff-lcs (>= 1.2.0, < 2.0)
29
- rspec-support (~> 3.9.0)
30
- rspec-mocks (3.9.1)
31
- diff-lcs (>= 1.2.0, < 2.0)
32
- rspec-support (~> 3.9.0)
33
- rspec-support (3.9.3)
34
- simplecov (0.16.1)
35
- docile (~> 1.1)
36
- json (>= 1.8, < 3)
37
- simplecov-html (~> 0.10.0)
38
- simplecov-html (0.10.2)
39
- sync (0.5.0)
40
- term-ansicolor (1.7.1)
41
- tins (~> 1.0)
42
- thor (1.0.1)
43
- tins (1.25.0)
44
- sync
45
-
46
- PLATFORMS
47
- ruby
48
-
49
- DEPENDENCIES
50
- bundler (~> 2.0)
51
- coveralls (~> 0.8)
52
- rails_dominant_colors!
53
- rake (~> 13.0)
54
- rspec (~> 3.9)
55
- simplecov (~> 0.16)
56
-
57
- BUNDLED WITH
58
- 2.1.4