2015-08-13 15:56:49 +01:00
|
|
|
{ lib, bundlerEnv, ruby }:
|
|
|
|
|
|
|
|
bundlerEnv {
|
|
|
|
name = "rhc-1.36.4";
|
|
|
|
|
|
|
|
inherit ruby;
|
2017-01-17 23:35:57 +00:00
|
|
|
gemdir = ./.;
|
2015-08-13 15:56:49 +01:00
|
|
|
|
|
|
|
meta = with lib; {
|
|
|
|
homepage = https://github.com/openshift/rhc;
|
|
|
|
description = "OpenShift client tools";
|
|
|
|
license = licenses.asl20;
|
|
|
|
maintaners = maintainers.szczyp;
|
|
|
|
};
|
|
|
|
}
|