2017-06-28 05:33:18 +00:00
|
|
|
{ lib, bundlerApp }:
|
2017-06-11 00:11:37 +00:00
|
|
|
|
2017-06-27 17:56:36 +00:00
|
|
|
bundlerApp {
|
|
|
|
pname = "corundum";
|
2017-06-11 00:11:37 +00:00
|
|
|
gemdir = ./.;
|
2017-06-11 00:38:49 +00:00
|
|
|
exes = [ "corundum-skel" ];
|
|
|
|
|
|
|
|
meta = with lib; {
|
2017-06-11 00:11:37 +00:00
|
|
|
description = "Tool and libraries for maintaining Ruby gems.";
|
2017-07-03 00:55:41 +00:00
|
|
|
homepage = https://github.com/nyarly/corundum;
|
2017-06-11 00:11:37 +00:00
|
|
|
license = licenses.mit;
|
|
|
|
maintainers = [ maintainers.nyarly ];
|
|
|
|
platforms = platforms.unix;
|
|
|
|
};
|
|
|
|
}
|