summary refs log tree commit diff
path: root/pkgs/development/tools/ronn/gemset.nix
blob: ce804e1f9f5be0a12d6827e402d1806347e899f6 (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
{
  hpricot = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1jn8x9ch79gqmnzgyz78kppavjh5lqx0y0r6frykga2b86rz9s6z";
      type = "gem";
    };
    version = "0.8.6";
  };
  mustache = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1v4pdvgvs8gw0zbh5sy3l308amlsjg8sdfrkml0g0m0wwj4x7naf";
      type = "gem";
    };
    version = "1.0.3";
  };
  rdiscount = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1arvk3k06prxasq1djbj065ixar4zl171340g7wr1ww4gj9makx3";
      type = "gem";
    };
    version = "2.2.0.1";
  };
  ronn = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "07plsxxfx5bxdk72ii9za6km0ziqlq8jh3bicr4774dalga6zpw2";
      type = "gem";
    };
    version = "0.7.3";
  };
}