image_optim: 0.31.1 -> 0.31.3
https://github.com/toy/image_optim/releases/tag/v0.31.3
This commit is contained in:
parent
96c41775f0
commit
c6324f8b63
2 changed files with 10 additions and 10 deletions
|
@ -1,15 +1,15 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
exifr (1.3.9)
|
exifr (1.3.10)
|
||||||
fspath (3.1.2)
|
fspath (3.1.2)
|
||||||
image_optim (0.31.1)
|
image_optim (0.31.3)
|
||||||
exifr (~> 1.2, >= 1.2.2)
|
exifr (~> 1.2, >= 1.2.2)
|
||||||
fspath (~> 3.0)
|
fspath (~> 3.0)
|
||||||
image_size (>= 1.5, < 4)
|
image_size (>= 1.5, < 4)
|
||||||
in_threads (~> 1.3)
|
in_threads (~> 1.3)
|
||||||
progress (~> 3.0, >= 3.0.1)
|
progress (~> 3.0, >= 3.0.1)
|
||||||
image_size (3.0.2)
|
image_size (3.2.0)
|
||||||
in_threads (1.6.0)
|
in_threads (1.6.0)
|
||||||
progress (3.6.0)
|
progress (3.6.0)
|
||||||
|
|
||||||
|
@ -20,4 +20,4 @@ DEPENDENCIES
|
||||||
image_optim
|
image_optim
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.9
|
2.4.6
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0mylhwmh6n4xihxr9s3zj0lc286f5maxbqd4dgk3paqnd7afz88s";
|
sha256 = "08fmmswa9fwymwsa2gzlm856ak3y9kjxdzm4zdrcrfyxs2p8yqwc";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.3.9";
|
version = "1.3.10";
|
||||||
};
|
};
|
||||||
fspath = {
|
fspath = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -25,20 +25,20 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1l3n59w1cbvfg2srfa14g3jdqwbkf7l86g4qrgfz3qps7zi0drg7";
|
sha256 = "02iw1plldayr1l8bdw2gshq0h083h0fxwji1m1nfhzikz917c07p";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.31.1";
|
version = "0.31.3";
|
||||||
};
|
};
|
||||||
image_size = {
|
image_size = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "033k72f8n28psm89wv1qwsrnqyzz57ihyivyi442wha6vr9iyjz3";
|
sha256 = "10slvvyam8gkdjzlhb3wb21hp46ay18miyh1advwvyny660rmdsb";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "3.0.2";
|
version = "3.2.0";
|
||||||
};
|
};
|
||||||
in_threads = {
|
in_threads = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
|
Loading…
Reference in a new issue