nixpkgs/pkgs/applications/office/ledger-web/gemset.nix

212 lines
5.4 KiB
Nix
Raw Normal View History

2016-08-31 03:26:23 +00:00
{
backports = {
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "17j5pf0b69bkn043wi4xd530ky53jbbnljr4bsjzlm4k8bzlknfn";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "3.14.0";
2016-08-31 03:26:23 +00:00
};
database_cleaner = {
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "05i0nf2aj70m61y3fspypdkc6d1qgibf5kav05a71b5gjz0k7y5x";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "1.7.0";
2016-08-31 03:26:23 +00:00
};
diff-lcs = {
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "18w22bjz424gzafv6nzv98h0aqkwz3d9xhm7cbr1wfbyas8zayza";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "1.3";
2016-08-31 03:26:23 +00:00
};
directory_watcher = {
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "0fwc2shba7vks262ind74y3g76qp7znjq5q8b2dvza0yidgywhcq";
type = "gem";
};
version = "1.5.1";
};
ledger_web = {
dependencies = ["database_cleaner" "directory_watcher" "pg" "rack" "rspec" "sequel" "sinatra" "sinatra-contrib" "sinatra-session"];
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "0i4vagaiyayymlr41rsy4lg2cl1r011ib0ql9dgjadfy6imb4kqh";
type = "gem";
};
version = "1.5.2";
};
multi_json = {
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "1rl0qy4inf1mp8mybfk56dfga0mvx97zwpmq5xmiwl5r770171nv";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "1.13.1";
2016-08-31 03:26:23 +00:00
};
2019-04-30 15:31:21 +00:00
mustermann = {
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "0lycgkmnyy0bf29nnd2zql5a6pcf8sp69g9v4xw0gcfcxgpwp7i1";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "1.0.3";
2016-08-31 03:26:23 +00:00
};
2019-04-30 15:31:21 +00:00
pg = {
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "0fmnyxcyrvgdbgq7m09whgn9i8rwfybk0w8aii1nc4g5kqw0k2jy";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "1.1.4";
2016-08-31 03:26:23 +00:00
};
2019-04-30 15:31:21 +00:00
rack = {
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "0z90vflxbgjy2n84r7mbyax3i2vyvvrxxrf86ljzn5rw65jgnn2i";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "2.0.7";
2016-08-31 03:26:23 +00:00
};
2019-04-30 15:31:21 +00:00
rack-protection = {
2016-08-31 03:26:23 +00:00
dependencies = ["rack"];
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "15167q25rmxipqwi6hjqj3i1byi9iwl3xq9b7mdar7qiz39pmjsk";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "2.0.5";
2016-08-31 03:26:23 +00:00
};
rspec = {
dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "15ppasvb9qrscwlyjz67ppw1lnxiqnkzx5vkx1bd8x5n3dhikxc3";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "3.8.0";
2016-08-31 03:26:23 +00:00
};
rspec-core = {
dependencies = ["rspec-support"];
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "1p1s5bnbqp3sxk67y0fh0x884jjym527r0vgmhbm81w7aq6b7l4p";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "3.8.0";
2016-08-31 03:26:23 +00:00
};
rspec-expectations = {
dependencies = ["diff-lcs" "rspec-support"];
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "1c4gs5ybf7km0qshdm92p38zvg32n1j2kr5fgs2icacz7xf2y6fy";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "3.8.3";
2016-08-31 03:26:23 +00:00
};
rspec-mocks = {
dependencies = ["diff-lcs" "rspec-support"];
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "06y508cjqycb4yfhxmb3nxn0v9xqf17qbd46l1dh4xhncinr4fyp";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "3.8.0";
2016-08-31 03:26:23 +00:00
};
rspec-support = {
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "0p3m7drixrlhvj2zpc38b11x145bvm311x6f33jjcxmvcm0wq609";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "3.8.0";
2016-08-31 03:26:23 +00:00
};
sequel = {
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "0lwkc9kf4jn1x1ph4mgy4saiw2dirq6fhnkpyd0zq8rj1d0nay9a";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "5.19.0";
2016-08-31 03:26:23 +00:00
};
sinatra = {
2019-04-30 15:31:21 +00:00
dependencies = ["mustermann" "rack" "rack-protection" "tilt"];
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "1gasgn5f15myv08k10i16p326pchxjsy37pgqfw0xm66kcc5d7ry";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "2.0.5";
2016-08-31 03:26:23 +00:00
};
sinatra-contrib = {
2019-04-30 15:31:21 +00:00
dependencies = ["backports" "multi_json" "mustermann" "rack-protection" "sinatra" "tilt"];
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "093blvpfy5n7s8knaav9a4pm4j7kck9zidwz942qqd4g99fnk443";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "2.0.5";
2016-08-31 03:26:23 +00:00
};
sinatra-session = {
dependencies = ["sinatra"];
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "183xl8i4d2hc03afd1i52gwn2xi3vzrv02g22llhfy5wkmm44gmq";
type = "gem";
};
version = "1.0.0";
};
tilt = {
2019-04-30 15:31:21 +00:00
groups = ["default"];
platforms = [];
2016-08-31 03:26:23 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-04-30 15:31:21 +00:00
sha256 = "0ca4k0clwf0rkvy7726x4nxpjxkpv67w043i39saxgldxd97zmwz";
2016-08-31 03:26:23 +00:00
type = "gem";
};
2019-04-30 15:31:21 +00:00
version = "2.0.9";
2016-08-31 03:26:23 +00:00
};
2021-01-15 05:42:41 +00:00
}