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

127 lines
3.1 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 = "0cbads5da12lb3j0mg2hjrd57s5qkkairxh2y6r9bqyblb5b8xbw";
2018-05-19 16:10:32 +02:00
type = "gem";
};
version = "1.11.2";
2018-05-19 16:10:32 +02:00
};
html-proofer = {
2019-09-07 18:23:21 +02:00
dependencies = ["addressable" "mercenary" "nokogiri" "parallel" "rainbow" "typhoeus" "yell"];
groups = ["default"];
platforms = [];
2018-05-19 16:10:32 +02:00
source = {
remotes = ["https://rubygems.org"];
2019-11-18 12:52:27 +01:00
sha256 = "16i803vhrygcbln077czhv9ngipljsawr338lbvd0zr2473r8qja";
2018-05-19 16:10:32 +02:00
type = "gem";
};
2019-11-18 12:52:27 +01:00
version = "3.14.1";
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"];
sha256 = "10la0xw82dh5mqab8bl0dk21zld63cqxb1g16fk8cb39ylc4n21a";
type = "gem";
};
version = "0.3.6";
};
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"];
sha256 = "185g3dwba73jqxjr94bd2zk6fil6n9hmcfnfyzh3p1w47vm296r7";
2018-05-19 16:10:32 +02:00
type = "gem";
};
version = "1.10.5";
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"];
sha256 = "0bsg06zklvxv1qkpqhiric2m07108rqlmnl4axv5fzpxx9973pfz";
2018-05-19 16:10:32 +02:00
type = "gem";
};
version = "1.19.0";
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"];
2019-09-04 14:04:28 +02:00
sha256 = "0xnfv2j2bqgdpg2yq9i2rxby0w2sc9h5iyjkpaas2xknwrgmhdb0";
2019-06-17 19:47:23 +02:00
type = "gem";
};
2019-09-04 14:04:28 +02:00
version = "4.0.1";
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"];
2019-06-17 19:47:23 +02:00
sha256 = "1394pf8wsv4wx2lf1d9iqqx6lcww9bgmgh9sms3dbga804cns0n8";
2018-05-19 16:10:32 +02:00
type = "gem";
};
2019-06-17 19:47:23 +02:00
version = "2.2.0";
2018-05-19 16:10:32 +02:00
};
}