mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
parent
9d696aa204
commit
2755cb1b2f
262 changed files with 3027 additions and 3113 deletions
|
@ -6,7 +6,7 @@ require_relative "../security"
|
|||
class Gem::Commands::CertCommand < Gem::Command
|
||||
def initialize
|
||||
super "cert", "Manage RubyGems certificates and signing settings",
|
||||
:add => [], :remove => [], :list => [], :build => [], :sign => []
|
||||
add: [], remove: [], list: [], build: [], sign: []
|
||||
|
||||
add_option("-a", "--add CERT",
|
||||
"Add a trusted certificate.") do |cert_file, options|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue