rails_dominant_colors 0.1.2 → 0.1.3

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: 32aa506f1486e6f791cf60266184bcfbe29d98fc8d37e445fa37090e42c61656
4
- data.tar.gz: 17e2ba7d836de95ce2df7e03f40df232dac22276901b8b7fb294f9203b6cf011
3
+ metadata.gz: 18e432d228262999b0f82a09da66bf85c4315d8592354e73b6ba0c87c9e70ccc
4
+ data.tar.gz: 697b04b36525b44f7a45ec41863fd272126cf969d36fb4dfbcf266df2d96418b
5
5
  SHA512:
6
- metadata.gz: 39a6890ad7a0b1583a307cd71e1473784a80ddb34f6c9f12c4b7135c8e2260fa9f996c4f7dee3e691b26381c2db391981b34c70c6336c4135c703f35f84ce163
7
- data.tar.gz: b221048e5a40708e2480dbeda0e7cdda02eee186a67ba5447a0b7d6b67797ad2ee754128d78510b82f08bdccf733018ee45d6c8d559c6f24f111ff9742923314
6
+ metadata.gz: 7bebd34fe7a9ad56a43c3665932536cd6dcbbeb8765d9def8ebdb4194dbf4db2921c999cde8356457b86accc0dea88481441108e0b8f7c0e385b821a1473f19f
7
+ data.tar.gz: 5d719afe1ed61e4554ca12bdfd8318c9780b8f097f72cd4bf9a74478708af62ff237c49179e69dc8e275a29fcd4164de4fd1b8a7669b27e90bf85b54bfcf6677
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_dominant_colors (0.1.1)
4
+ rails_dominant_colors (0.1.3)
5
5
  mini_magick (~> 4.10)
6
6
 
7
7
  GEM
@@ -22,15 +22,15 @@ GEM
22
22
  rspec-core (~> 3.9.0)
23
23
  rspec-expectations (~> 3.9.0)
24
24
  rspec-mocks (~> 3.9.0)
25
- rspec-core (3.9.1)
26
- rspec-support (~> 3.9.1)
27
- rspec-expectations (3.9.1)
25
+ rspec-core (3.9.2)
26
+ rspec-support (~> 3.9.3)
27
+ rspec-expectations (3.9.2)
28
28
  diff-lcs (>= 1.2.0, < 2.0)
29
29
  rspec-support (~> 3.9.0)
30
30
  rspec-mocks (3.9.1)
31
31
  diff-lcs (>= 1.2.0, < 2.0)
32
32
  rspec-support (~> 3.9.0)
33
- rspec-support (3.9.2)
33
+ rspec-support (3.9.3)
34
34
  simplecov (0.16.1)
35
35
  docile (~> 1.1)
36
36
  json (>= 1.8, < 3)
@@ -40,7 +40,7 @@ GEM
40
40
  term-ansicolor (1.7.1)
41
41
  tins (~> 1.0)
42
42
  thor (1.0.1)
43
- tins (1.24.1)
43
+ tins (1.25.0)
44
44
  sync
45
45
 
46
46
  PLATFORMS
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsDominantColors
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris BRESCIANI
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-03 00:00:00.000000000 Z
11
+ date: 2020-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler