rubyPackages.tty-command: init at 0.10.1

This commit is contained in:
Timothy Stott 2022-09-16 15:58:48 +01:00
parent 9436763c56
commit 7f3b2bc060
2 changed files with 33 additions and 0 deletions

View File

@ -144,6 +144,7 @@ gem 'thrift'
gem 'tilt'
gem 'tiny_tds'
gem 'treetop'
gem 'tty-command'
gem 'tty-option'
gem 'typhoeus'
gem 'tzinfo'

View File

@ -2152,6 +2152,17 @@
};
version = "1.0.3";
};
pastel = {
dependencies = ["tty-color"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0xash2gj08dfjvq4hy6l1z22s5v30fhizwgs10d6nviggpxsj7a8";
type = "gem";
};
version = "0.8.0";
};
pathutil = {
dependencies = ["forwardable-extended"];
groups = ["default"];
@ -3097,6 +3108,27 @@
};
version = "1.6.11";
};
tty-color = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0aik4kmhwwrmkysha7qibi2nyzb4c8kp42bd5vxnf8sf7b53g73g";
type = "gem";
};
version = "0.6.0";
};
tty-command = {
dependencies = ["pastel"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "14hi8xiahfrrnydw6g3i30lxvvz90wp4xsrlhx8mabckrcglfv0c";
type = "gem";
};
version = "0.10.1";
};
tty-option = {
groups = ["default"];
platforms = [];