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 +4 -4
- data/Gemfile.lock +6 -6
- data/lib/rails_dominant_colors/version.rb +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: 18e432d228262999b0f82a09da66bf85c4315d8592354e73b6ba0c87c9e70ccc
|
4
|
+
data.tar.gz: 697b04b36525b44f7a45ec41863fd272126cf969d36fb4dfbcf266df2d96418b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7bebd34fe7a9ad56a43c3665932536cd6dcbbeb8765d9def8ebdb4194dbf4db2921c999cde8356457b86accc0dea88481441108e0b8f7c0e385b821a1473f19f
|
7
|
+
data.tar.gz: 5d719afe1ed61e4554ca12bdfd8318c9780b8f097f72cd4bf9a74478708af62ff237c49179e69dc8e275a29fcd4164de4fd1b8a7669b27e90bf85b54bfcf6677
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails_dominant_colors (0.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.
|
26
|
-
rspec-support (~> 3.9.
|
27
|
-
rspec-expectations (3.9.
|
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.
|
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.
|
43
|
+
tins (1.25.0)
|
44
44
|
sync
|
45
45
|
|
46
46
|
PLATFORMS
|
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.
|
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-
|
11
|
+
date: 2020-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|