about summary refs log tree commit diff
path: root/pkgs/tools/text/reckon/gemset.nix
blob: e1e4a43188df4a4e72c1874349a75572a7b19d8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  chronic = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1hrdkn4g8x7dlzxwb1rfgr8kw3bp4ywg5l4y4i9c2g5cwv62yvvn";
      type = "gem";
    };
    version = "0.10.2";
  };
  fastercsv = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1df3vfgw5wg0s405z0pj0rfcvnl9q6wak7ka8gn0xqg4cag1k66h";
      type = "gem";
    };
    version = "1.5.5";
  };
  highline = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1nf5lgdn6ni2lpfdn4gk3gi47fmnca2bdirabbjbz1fk9w4p8lkr";
      type = "gem";
    };
    version = "1.7.8";
  };
  reckon = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1p6w8w7vpl8fq4yfggrxbv6ph76psg7l5b4q29a8zvfbzzx6a0xw";
      type = "gem";
    };
    version = "0.4.4";
  };
  terminal-table = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0hbmzfr17ji5ws5x5z3kypmb5irwwss7q7kkad0gs005ibqrxv0a";
      type = "gem";
    };
    version = "1.6.0";
  };
}