diff options
-rw-r--r-- | lib/rubygems/commands/owner_command.rb | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -31,9 +31,15 @@ class Gem::Commands::OwnerCommand < Gem::Command add_option '-r', '--remove EMAIL', 'Remove an owner' do |value, options| options[:remove] << value end end def execute sign_in name = get_one_gem_name |