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 changelog = "https://github.com/rubygems/rubygems/blob/v${version}/CHANGELOG.md"; 27 homepage = "https://rubygems.org/"; 28 license = with licenses; [ mit /* or */ ruby ]; 29 maintainers = with maintainers; [ zimbatm ]; 30 }; 31 }
··· 26 changelog = "https://github.com/rubygems/rubygems/blob/v${version}/CHANGELOG.md"; 27 homepage = "https://rubygems.org/"; 28 license = with licenses; [ mit /* or */ ruby ]; 29 + mainProgram = "gem"; 30 maintainers = with maintainers; [ zimbatm ]; 31 }; 32 }