1 { lib, bundlerApp, bundlerUpdateScript, nixosTests }:
9 updateScript = bundlerUpdateScript pname;
10 tests = { inherit (nixosTests) gemstash; };
14 description = "A cache for RubyGems.org and a private gem server";
15 homepage = "https://github.com/rubygems/gemstash";
16 license = licenses.mit;
17 maintainers = [ maintainers.viraptor ];