biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / ronn / gemset.nix
blob0a65000304be4e386150ce86bd69a00f6a54885c
2   kramdown = {
3     dependencies = ["rexml"];
4     groups = ["default"];
5     platforms = [];
6     source = {
7       remotes = ["https://rubygems.org"];
8       sha256 = "1ic14hdcqxn821dvzki99zhmcy130yhv5fqfffkcf87asv5mnbmn";
9       type = "gem";
10     };
11     version = "2.4.0";
12   };
13   kramdown-parser-gfm = {
14     dependencies = ["kramdown"];
15     groups = ["default"];
16     platforms = [];
17     source = {
18       remotes = ["https://rubygems.org"];
19       sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv";
20       type = "gem";
21     };
22     version = "1.1.0";
23   };
24   mini_portile2 = {
25     groups = ["default"];
26     platforms = [];
27     source = {
28       remotes = ["https://rubygems.org"];
29       sha256 = "1kl9c3kdchjabrihdqfmcplk3lq4cw1rr9f378y6q22qwy5dndvs";
30       type = "gem";
31     };
32     version = "2.8.5";
33   };
34   mustache = {
35     groups = ["default"];
36     platforms = [];
37     source = {
38       remotes = ["https://rubygems.org"];
39       sha256 = "1l0p4wx15mi3wnamfv92ipkia4nsx8qi132c6g51jfdma3fiz2ch";
40       type = "gem";
41     };
42     version = "1.1.1";
43   };
44   nokogiri = {
45     dependencies = ["mini_portile2" "racc"];
46     groups = ["default"];
47     platforms = [];
48     source = {
49       remotes = ["https://rubygems.org"];
50       sha256 = "1l8b0i24h4irivyhwy9xmkjbggw86cxkzkiqdqg0jpcp9qc8h4rl";
51       type = "gem";
52     };
53     version = "1.16.0";
54   };
55   racc = {
56     groups = ["default"];
57     platforms = [];
58     source = {
59       remotes = ["https://rubygems.org"];
60       sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp";
61       type = "gem";
62     };
63     version = "1.7.3";
64   };
65   rexml = {
66     groups = ["default"];
67     platforms = [];
68     source = {
69       remotes = ["https://rubygems.org"];
70       sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0";
71       type = "gem";
72     };
73     version = "3.2.6";
74   };
75   ronn-ng = {
76     dependencies = ["kramdown" "kramdown-parser-gfm" "mustache" "nokogiri"];
77     groups = ["default"];
78     platforms = [];
79     source = {
80       remotes = ["https://rubygems.org"];
81       sha256 = "1h2y2v3wkl5c710wfanqwxlxi74l1ssva8yrzsg8iypvq22h3ssf";
82       type = "gem";
83     };
84     version = "0.10.1";
85   };