Merge pull request #93076 from Luflosi/update/lolcat

lolcat: 100.0.0 -> 100.0.1
This commit is contained in:
Florian Klink 2020-07-13 19:49:23 +02:00 committed by GitHub
commit b97e93e8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
lolcat (100.0.0)
lolcat (100.0.1)
manpages (~> 0.6.1)
optimist (~> 3.0.0)
paint (~> 2.1.0)
optimist (~> 3.0.1)
paint (~> 2.2.0)
manpages (0.6.1)
optimist (3.0.0)
paint (2.1.1)
optimist (3.0.1)
paint (2.2.0)
PLATFORMS
ruby

View File

@ -5,10 +5,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0k1m2ihcprjq9jdmq2v3xlf27hqbpr2vjnnyfwp3z2zspzbl0nys";
sha256 = "13p8i08vdqfg2bqyjkl8jsp7gw8cf6r68i8plp9zqavlqadqlg4q";
type = "gem";
};
version = "100.0.0";
version = "100.0.1";
};
manpages = {
groups = ["default"];
@ -25,19 +25,19 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "05jxrp3nbn5iilc1k7ir90mfnwc5abc9h78s5rpm3qafwqxvcj4j";
sha256 = "1vg2chy1cfmdj6c1gryl8zvjhhmb3plwgyh1jfnpq4fnfqv7asrk";
type = "gem";
};
version = "3.0.0";
version = "3.0.1";
};
paint = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0rrb2p2yk6ffhm0gz8ba431mf63kq7w27gwavxl7n8qd2splj4mh";
sha256 = "014b5rkbg6qri0cwkq972bfi93zvqdgswgvphjrgjl0pr6hywlkl";
type = "gem";
};
version = "2.1.1";
version = "2.2.0";
};
}