nvchecker: add ruby-nanoc and dependencies

* ruby-nanoc
* ruby-tty-which
* ruby-tty-command
* ruby-pastel
* ruby-tty-color
* ruby-colored
This commit is contained in:
George Rawlinson 2021-07-29 09:05:00 +00:00
parent 6720989f7f
commit 3dca6de39a
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 24 additions and 0 deletions

View File

@ -724,6 +724,30 @@ use_max_tag = true
# gems
[ruby-nanoc]
source = "gems"
gems = "nanoc"
[ruby-tty-which]
source = "gems"
gems = "tty-which"
[ruby-tty-command]
source = "gems"
gems = "tty-command"
[ruby-pastel]
source = "gems"
gems = "pastel"
[ruby-tty-color]
source = "gems"
gems = "tty-color"
[ruby-colored]
source = "gems"
gems = "colored"
[ruby-nanoc-core]
source = "gems"
gems = "nanoc-core"