Method: Gem::Commands::CertCommand#sign_certificates

Defined in:
lib/rubygems/commands/cert_command.rb

#sign_certificatesObject

:nodoc:



304
305
306
307
308
309
310
# File 'lib/rubygems/commands/cert_command.rb', line 304

def sign_certificates # :nodoc:
  load_defaults unless options[:sign].empty?

  options[:sign].each do |cert_file|
    sign cert_file
  end
end