Merge pull request #38829 from StillerHarpo/lolcat

lolcat: 90.8.8 -> 99.9.10
This commit is contained in:
Michael Weiss 2018-04-12 11:57:18 +02:00 committed by GitHub
commit ad45ebeb3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 4 deletions

View file

@ -1,9 +1,11 @@
GEM
remote: http://rubygems.org/
specs:
lolcat (90.8.8)
lolcat (99.9.10)
manpages (~> 0.6.1)
paint (~> 2.0.0)
trollop (~> 2.1.2)
manpages (0.6.1)
paint (2.0.1)
trollop (2.1.2)

View file

@ -1,12 +1,20 @@
{
lolcat = {
dependencies = ["paint" "trollop"];
dependencies = ["manpages" "paint" "trollop"];
source = {
remotes = ["http://rubygems.org"];
sha256 = "1q031wq8wvp09llb39w0ql5k1zkblvkbmhlvrkc3ym832pibk06f";
sha256 = "0fidwmgywkklxf2a4f4dl82b8mx4w4n73vqm6jqgyqd3nfmgysnl";
type = "gem";
};
version = "90.8.8";
version = "99.9.10";
};
manpages = {
source = {
remotes = ["http://rubygems.org"];
sha256 = "11p6ilnfda6af15ks3xiz2pr0hkvdvadnk1xm4ahqlf84dld3fnd";
type = "gem";
};
version = "0.6.1";
};
paint = {
source = {