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/ remote: https://rubygems.org/
specs: specs:
clocale (0.0.4) clocale (0.0.4)
colorls (1.4.2) colorls (1.4.3)
clocale (~> 0) clocale (~> 0)
filesize (~> 0) filesize (~> 0)
manpages (~> 0) manpages (~> 0)
rainbow (>= 2.2, < 4.0) rainbow (>= 2.2, < 4.0)
unicode-display_width (~> 1.7)
filesize (0.2.0) filesize (0.2.0)
manpages (0.6.1) manpages (0.6.1)
rainbow (3.0.0) rainbow (3.0.0)
unicode-display_width (1.7.0)
PLATFORMS PLATFORMS
ruby ruby

View File

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