nixpkgs/pkgs/tools/misc/html-proofer/gemset.nix

138 lines
3.4 KiB
Nix
Raw Normal View History

2018-05-19 16:10:32 +02:00
{
addressable = {
dependencies = ["public_suffix"];
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
2019-09-04 14:04:28 +02:00
sha256 = "1fvchp2rhp2rmigx7qglf69xvjqvzq7x0g49naliw29r2bz656sy";
2018-05-19 16:10:32 +02:00
type = "gem";
};
2019-09-04 14:04:28 +02:00
version = "2.7.0";
2018-05-19 16:10:32 +02:00
};
ethon = {
dependencies = ["ffi"];
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "0gggrgkcq839mamx7a8jbnp2h7x2ykfn34ixwskwb0lzx2ak17g9";
2018-05-19 16:10:32 +02:00
type = "gem";
};
version = "0.12.0";
2018-05-19 16:10:32 +02:00
};
ffi = {
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "10lfhahnnc91v63xpvk65apn61pib086zha3z5sp1xk9acfx12h4";
2018-05-19 16:10:32 +02:00
type = "gem";
};
version = "1.12.2";
2018-05-19 16:10:32 +02:00
};
html-proofer = {
2019-12-14 16:43:38 +01:00
dependencies = ["addressable" "mercenary" "nokogumbo" "parallel" "rainbow" "typhoeus" "yell"];
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
2020-04-21 01:10:44 +02:00
sha256 = "18afz6rz72j8hnfgzhyr21wh1rfy1x41iyhbcgaq0r1bd7ng1vni";
2018-05-19 16:10:32 +02:00
type = "gem";
};
2020-04-21 01:10:44 +02:00
version = "3.15.3";
2018-05-19 16:10:32 +02:00
};
mercenary = {
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
2020-01-20 21:47:48 +01:00
sha256 = "0f2i827w4lmsizrxixsrv2ssa3gk1b7lmqh8brk8ijmdb551wnmj";
2018-05-19 16:10:32 +02:00
type = "gem";
};
2020-01-20 21:47:48 +01:00
version = "0.4.0";
2018-05-19 16:10:32 +02:00
};
mini_portile2 = {
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "15zplpfw3knqifj9bpf604rb3wc1vhq6363pd6lvhayng8wql5vy";
2018-05-19 16:10:32 +02:00
type = "gem";
};
version = "2.4.0";
2018-05-19 16:10:32 +02:00
};
nokogiri = {
dependencies = ["mini_portile2"];
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
2020-03-26 13:33:25 +01:00
sha256 = "12j76d0bp608932xkzmfi638c7aqah57l437q8494znzbj610qnm";
2018-05-19 16:10:32 +02:00
type = "gem";
};
2020-03-26 13:33:25 +01:00
version = "1.10.9";
2019-12-14 16:43:38 +01:00
};
nokogumbo = {
dependencies = ["nokogiri"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0sxjnpjvrn10gdmfw2dimhch861lz00f28hvkkz0b1gc2rb65k9s";
type = "gem";
};
version = "2.0.2";
2018-05-19 16:10:32 +02:00
};
parallel = {
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
2019-12-14 16:43:38 +01:00
sha256 = "12jijkap4akzdv11lm08dglsc8jmc87xcgq6947i1s3qb69f4zn2";
2018-05-19 16:10:32 +02:00
type = "gem";
};
2019-12-14 16:43:38 +01:00
version = "1.19.1";
2018-05-19 16:10:32 +02:00
};
public_suffix = {
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
2020-04-21 01:10:44 +02:00
sha256 = "1l1kqw75asziwmzrig8rywxswxz8l91sc3pvns02ffsqac1a3wiz";
2019-06-17 19:47:23 +02:00
type = "gem";
};
2020-04-21 01:10:44 +02:00
version = "4.0.4";
2019-06-17 19:47:23 +02:00
};
rainbow = {
groups = ["default"];
platforms = [];
2019-06-17 19:47:23 +02:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "0bb2fpjspydr6x0s8pn1pqkzmxszvkfapv0p4627mywl7ky4zkhk";
2018-05-19 16:10:32 +02:00
type = "gem";
};
2019-06-17 19:47:23 +02:00
version = "3.0.0";
2018-05-19 16:10:32 +02:00
};
typhoeus = {
dependencies = ["ethon"];
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "0cni8b1idcp0dk8kybmxydadhfpaj3lbs99w5kjibv8bsmip2zi5";
2018-05-19 16:10:32 +02:00
type = "gem";
};
version = "1.3.1";
2018-05-19 16:10:32 +02:00
};
yell = {
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1g16kcdhdfvczn7x81jiq6afg3bdxmb73skqjyjlkp5nqcy6y5hx";
2018-05-19 16:10:32 +02:00
type = "gem";
};
version = "2.2.2";
2018-05-19 16:10:32 +02:00
};
}