3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/tools/package-management/fpm/gemset.nix

147 lines
3.5 KiB
Nix
Raw Normal View History

2016-03-19 12:42:52 +00:00
{
arr-pm = {
2017-11-02 02:22:51 +00:00
dependencies = ["cabin"];
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-03-19 12:42:52 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-06-30 21:05:14 +01:00
sha256 = "17qssricshzs2ml1jvn4bs2h85gxvrqm074pl5nl8vr74620iazi";
2016-03-19 12:42:52 +00:00
type = "gem";
};
2021-06-30 21:05:14 +01:00
version = "0.0.11";
2016-03-19 12:42:52 +00:00
};
backports = {
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-03-19 12:42:52 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-06-30 21:05:14 +01:00
sha256 = "0xqvwj3mm28g1z4npya51zjcvxaniyyzn3fwgcdwmm8xrdbl8fgr";
2016-03-19 12:42:52 +00:00
type = "gem";
};
2021-06-30 21:05:14 +01:00
version = "3.21.0";
2016-03-19 12:42:52 +00:00
};
cabin = {
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-03-19 12:42:52 +00:00
source = {
remotes = ["https://rubygems.org"];
2017-11-02 02:22:51 +00:00
sha256 = "0b3b8j3iqnagjfn1261b9ncaac9g44zrx1kcg81yg4z9i513kici";
2016-03-19 12:42:52 +00:00
type = "gem";
};
2017-11-02 02:22:51 +00:00
version = "0.9.0";
2016-03-19 12:42:52 +00:00
};
clamp = {
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-03-19 12:42:52 +00:00
source = {
remotes = ["https://rubygems.org"];
2017-11-02 02:22:51 +00:00
sha256 = "0jb6l4scp69xifhicb5sffdixqkw8wgkk9k2q57kh2y36x1px9az";
2016-03-19 12:42:52 +00:00
type = "gem";
};
2017-11-02 02:22:51 +00:00
version = "1.0.1";
};
dotenv = {
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2017-11-02 02:22:51 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-06-30 21:05:14 +01:00
sha256 = "0iym172c5337sm1x2ykc2i3f961vj3wdclbyg1x6sxs3irgfsl94";
2017-11-02 02:22:51 +00:00
type = "gem";
};
2021-06-30 21:05:14 +01:00
version = "2.7.6";
2016-03-19 12:42:52 +00:00
};
2021-06-30 21:05:14 +01:00
fpm = {
dependencies = ["arr-pm" "backports" "cabin" "clamp" "git" "json" "pleaserun" "rexml" "stud"];
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-03-19 12:42:52 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-06-30 21:05:14 +01:00
sha256 = "03ss7yh628f0m6by23q3sniq660gm07mkz6wqjpvr118gc0h53sa";
2016-03-19 12:42:52 +00:00
type = "gem";
};
2021-06-30 21:05:14 +01:00
version = "1.13.0";
2016-03-19 12:42:52 +00:00
};
2021-06-30 21:05:14 +01:00
git = {
dependencies = ["rchardet"];
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-03-19 12:42:52 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-06-30 21:05:14 +01:00
sha256 = "0vdcv93s33d9914a9nxrn2y2qv15xk7jx94007cmalp159l08cnl";
2016-08-21 13:28:39 +01:00
type = "gem";
};
2021-06-30 21:05:14 +01:00
version = "1.8.1";
2016-08-21 13:28:39 +01:00
};
insist = {
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-08-21 13:28:39 +01:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "0bw3bdwns14mapbgb8cbjmr0amvwz8y72gyclq04xp43wpp5jrvg";
2016-03-19 12:42:52 +00:00
type = "gem";
};
2016-08-21 13:28:39 +01:00
version = "1.0.0";
};
2021-06-30 21:05:14 +01:00
json = {
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-08-21 13:28:39 +01:00
source = {
remotes = ["https://rubygems.org"];
2021-06-30 21:05:14 +01:00
sha256 = "0lrirj0gw420kw71bjjlqkqhqbrplla61gbv1jzgsz6bv90qr3ci";
2016-08-21 13:28:39 +01:00
type = "gem";
};
2021-06-30 21:05:14 +01:00
version = "2.5.1";
2016-03-19 12:42:52 +00:00
};
2021-06-30 21:05:14 +01:00
mustache = {
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-03-19 12:42:52 +00:00
source = {
remotes = ["https://rubygems.org"];
2021-06-30 21:05:14 +01:00
sha256 = "1g5hplm0k06vwxwqzwn1mq5bd02yp0h3rym4zwzw26aqi7drcsl2";
2016-03-19 12:42:52 +00:00
type = "gem";
};
2021-06-30 21:05:14 +01:00
version = "0.99.8";
2016-03-19 12:42:52 +00:00
};
2021-06-30 21:05:14 +01:00
pleaserun = {
dependencies = ["cabin" "clamp" "dotenv" "insist" "mustache" "stud"];
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-08-21 13:28:39 +01:00
source = {
remotes = ["https://rubygems.org"];
2021-06-30 21:05:14 +01:00
sha256 = "1aykf0l8327bqkkf5xd9jcglsib973zpy37cfnlf4j0vp0cdpn2d";
2016-08-21 13:28:39 +01:00
type = "gem";
};
2021-06-30 21:05:14 +01:00
version = "0.0.32";
2016-08-21 13:28:39 +01:00
};
2021-06-30 21:05:14 +01:00
rchardet = {
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-08-21 13:28:39 +01:00
source = {
remotes = ["https://rubygems.org"];
2021-06-30 21:05:14 +01:00
sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9";
2016-08-21 13:28:39 +01:00
type = "gem";
};
2021-06-30 21:05:14 +01:00
version = "1.8.0";
2016-08-21 13:28:39 +01:00
};
2021-06-30 21:05:14 +01:00
rexml = {
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-08-21 13:28:39 +01:00
source = {
remotes = ["https://rubygems.org"];
2021-06-30 21:05:14 +01:00
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
2016-08-21 13:28:39 +01:00
type = "gem";
};
2021-06-30 21:05:14 +01:00
version = "3.2.5";
2016-08-21 13:28:39 +01:00
};
stud = {
2019-05-02 22:51:11 +01:00
groups = ["default"];
platforms = [];
2016-08-21 13:28:39 +01:00
source = {
remotes = ["https://rubygems.org"];
2017-11-02 02:22:51 +00:00
sha256 = "0qpb57cbpm9rwgsygqxifca0zma87drnlacv49cqs2n5iyi6z8kb";
2016-08-21 13:28:39 +01:00
type = "gem";
};
2017-11-02 02:22:51 +00:00
version = "0.0.23";
2016-08-21 13:28:39 +01:00
};
2021-01-21 21:12:40 +00:00
}