Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ruby.rubygems: add meta.mainProgram

+1
+1
pkgs/development/interpreters/ruby/rubygems/default.nix
··· 26 26 changelog = "https://github.com/rubygems/rubygems/blob/v${version}/CHANGELOG.md"; 27 27 homepage = "https://rubygems.org/"; 28 28 license = with licenses; [ mit /* or */ ruby ]; 29 + mainProgram = "gem"; 29 30 maintainers = with maintainers; [ zimbatm ]; 30 31 }; 31 32 }