anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / networking / cluster / terraform-landscape / gemset.nix
blobbf3767486eaf17703bbf27f3934c6cd1bc15169b
2   colorize = {
3     source = {
4       remotes = ["https://rubygems.org"];
5       sha256 = "133rqj85n400qk6g3dhf2bmfws34mak1wqihvh3bgy9jhajw580b";
6       type = "gem";
7     };
8     version = "0.8.1";
9   };
10   commander = {
11     dependencies = ["highline"];
12     source = {
13       remotes = ["https://rubygems.org"];
14       sha256 = "11sd2sb0id2dbxkv4pvymdiia1xxhms45kh4nr8mryqybad0fwwf";
15       type = "gem";
16     };
17     version = "4.4.6";
18   };
19   diffy = {
20     source = {
21       remotes = ["https://rubygems.org"];
22       sha256 = "119imrkn01agwhx5raxhknsi331y5i4yda7r0ws0an6905ximzjg";
23       type = "gem";
24     };
25     version = "3.2.1";
26   };
27   highline = {
28     source = {
29       remotes = ["https://rubygems.org"];
30       sha256 = "01ib7jp85xjc4gh4jg0wyzllm46hwv8p0w1m4c75pbgi41fps50y";
31       type = "gem";
32     };
33     version = "1.7.10";
34   };
35   polyglot = {
36     source = {
37       remotes = ["https://rubygems.org"];
38       sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr";
39       type = "gem";
40     };
41     version = "0.3.5";
42   };
43   terraform_landscape = {
44     dependencies = ["colorize" "commander" "diffy" "treetop"];
45     source = {
46       remotes = ["https://rubygems.org"];
47       sha256 = "1i93pih7r6zcqpjhsmvkpfkgbh0l66c60i6fkiymq7vy2xd6wnns";
48       type = "gem";
49     };
50     version = "0.2.1";
51   };
52   treetop = {
53     dependencies = ["polyglot"];
54     source = {
55       remotes = ["https://rubygems.org"];
56       sha256 = "0g31pijhnv7z960sd09lckmw9h8rs3wmc8g4ihmppszxqm99zpv7";
57       type = "gem";
58     };
59     version = "1.6.10";
60   };