nixpkgs/pkgs/applications/networking/mailreaders/sup/gemset.nix

127 lines
3.1 KiB
Nix
Raw Normal View History

2014-12-31 02:05:00 +00:00
{
2016-03-31 19:58:48 +00:00
xapian-ruby = {
version = "1.2.22";
2015-01-21 20:20:42 +00:00
source = {
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "1xbarnxmhy6r0rxpspn4wk85j183w6b18nah73djcs06b3gfas15";
2015-01-21 20:20:42 +00:00
};
2016-03-31 19:58:48 +00:00
dependencies = [ "rake" ];
2015-01-21 20:20:42 +00:00
};
2016-03-31 19:58:48 +00:00
unicode = {
version = "0.4.4.2";
2015-01-21 20:20:42 +00:00
source = {
2014-12-31 02:05:00 +00:00
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "15fggljzan8zvmr8h12b5m7pcj1gvskmmnx367xs4p0rrpnpil8g";
2014-12-31 02:05:00 +00:00
};
};
2016-03-31 19:58:48 +00:00
trollop = {
version = "2.1.2";
2015-01-21 20:20:42 +00:00
source = {
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "0415y63df86sqj43c0l82and65ia5h64if7n0znkbrmi6y0jwhl8";
2015-01-21 20:20:42 +00:00
};
};
2016-03-31 19:58:48 +00:00
sup = {
version = "0.22.1";
2015-01-21 20:20:42 +00:00
source = {
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "17s2sxismf46zdhgr6g2v53fw9f3sp1ijx7xdw3wx8qpcsgazcgi";
2015-01-21 20:20:42 +00:00
};
2016-03-31 19:58:48 +00:00
dependencies = ["chronic" "highline" "locale" "lockfile" "mime-types" "ncursesw" "rmail-sup" "trollop" "unicode" "rake" ];
2015-01-21 20:20:42 +00:00
};
2016-03-31 19:58:48 +00:00
rmail-sup = {
version = "1.0.1";
2015-01-21 20:20:42 +00:00
source = {
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "1xswk101s560lxqaax3plqh8vjx7jjspnggdwb3q80m358f92q9g";
2015-01-21 20:20:42 +00:00
};
};
2016-03-31 19:58:48 +00:00
rake = {
version = "11.1.2";
2015-01-21 20:20:42 +00:00
source = {
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "0jfmy7kd543ldi3d4fg35a1w7q6jikpnzxqj4bzchfbn94cbabqz";
2015-01-21 20:20:42 +00:00
};
};
2016-03-31 19:58:48 +00:00
ncursesw = {
version = "1.4.9";
2015-01-21 20:20:42 +00:00
source = {
2014-12-31 02:05:00 +00:00
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "154cls3b237imdbhih7rni5p85nw6mpbpkzdw08jxzvqaml7q093";
2014-12-31 02:05:00 +00:00
};
};
2016-03-31 19:58:48 +00:00
mini_portile2 = {
version = "2.1.0";
2015-01-21 20:20:42 +00:00
source = {
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "1y25adxb1hgg1wb2rn20g3vl07qziq6fz364jc5694611zz863hb";
2015-01-21 20:20:42 +00:00
};
};
2016-03-31 19:58:48 +00:00
mime-types-data = {
version = "3.2016.0221";
2015-01-21 20:20:42 +00:00
source = {
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "05ygjn0nnfh6yp1wsi574jckk95wqg9a6g598wk4svvrkmkrzkpn";
2015-01-21 20:20:42 +00:00
};
};
2016-03-31 19:58:48 +00:00
mime-types = {
version = "3.0";
2015-01-21 20:20:42 +00:00
source = {
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "1snjc38a9vqvy8j41xld1i1byq9prbl955pbjw7dxqcfcirqlzra";
2015-01-21 20:20:42 +00:00
};
2016-03-31 19:58:48 +00:00
dependencies = ["mime-types-data"];
2015-01-21 20:20:42 +00:00
};
2016-03-31 19:58:48 +00:00
lockfile = {
version = "2.1.3";
2015-01-21 20:20:42 +00:00
source = {
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "0dij3ijywylvfgrpi2i0k17f6w0wjhnjjw0k9030f54z56cz7jrr";
2015-01-21 20:20:42 +00:00
};
};
2016-03-31 19:58:48 +00:00
locale = {
version = "2.1.2";
2015-01-21 20:20:42 +00:00
source = {
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "1sls9bq4krx0fmnzmlbn64dw23c4d6pz46ynjzrn9k8zyassdd0x";
2015-01-21 20:20:42 +00:00
};
};
2016-03-31 19:58:48 +00:00
highline = {
version = "1.7.8";
2015-01-21 20:20:42 +00:00
source = {
type = "gem";
2016-03-31 19:58:48 +00:00
remotes = ["https://rubygems.org"];
sha256 = "1nf5lgdn6ni2lpfdn4gk3gi47fmnca2bdirabbjbz1fk9w4p8lkr";
};
};
gpgme = {
version = "2.0.12";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "0a04a76dw9dias0a8rp6dyk3vx2y024gim40lg2md6zdh2m1kx85";
};
dependencies = ["mini_portile2"];
};
chronic = {
version = "0.9.1";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "0kspaxpfy7yvyk1lvpx31w852qfj8wb9z04mcj5bzi70ljb9awqk";
2015-01-21 20:20:42 +00:00
};
};
2016-03-31 19:58:48 +00:00
}