colorls: 1.4.2 -> 1.4.3

This commit is contained in:
Claudio Bley 2020-12-18 08:47:12 +01:00
parent 66c0fc3609
commit c48493ffa1
2 changed files with 16 additions and 4 deletions

View file

@ -2,14 +2,16 @@ GEM
remote: https://rubygems.org/
specs:
clocale (0.0.4)
colorls (1.4.2)
colorls (1.4.3)
clocale (~> 0)
filesize (~> 0)
manpages (~> 0)
rainbow (>= 2.2, < 4.0)
unicode-display_width (~> 1.7)
filesize (0.2.0)
manpages (0.6.1)
rainbow (3.0.0)
unicode-display_width (1.7.0)
PLATFORMS
ruby

View file

@ -10,15 +10,15 @@
version = "0.0.4";
};
colorls = {
dependencies = ["clocale" "filesize" "manpages" "rainbow"];
dependencies = ["clocale" "filesize" "manpages" "rainbow" "unicode-display_width"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0sw377wklld5zn1la0smxc2bg4rph2xf9d0h3zmxhmds06lb92db";
sha256 = "1w9d99qzgxw8wwa4z1vkdnr70fppx2g9shma6dz3ihjhajj2xvmq";
type = "gem";
};
version = "1.4.2";
version = "1.4.3";
};
filesize = {
groups = ["default"];
@ -50,4 +50,14 @@
};
version = "3.0.0";
};
unicode-display_width = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "06i3id27s60141x6fdnjn5rar1cywdwy64ilc59cz937303q3mna";
type = "gem";
};
version = "1.7.0";
};
}