Merge pull request #196458 from timstott/rubyPackages-add-tty-gems

rubyPackages.tty-command: init at 0.10.1
This commit is contained in:
Mario Rodas 2022-10-22 06:03:02 -05:00 committed by GitHub
commit d95ad75fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 0 deletions

View File

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

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,37 @@
};
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 = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0xibs7kgbsw401ywfw67wg47fmm7sdcypy85m25af9r2q2hbq7gb";
type = "gem";
};
version = "0.2.0";
};
typhoeus = {
dependencies = ["ethon"];
groups = ["default"];