mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"
31a6eaabc1
is obsoleted with
https://github.com/rubygems/rubygems/pull/3820
This commit is contained in:
parent
a46841612c
commit
b717f73402
274 changed files with 0 additions and 672 deletions
|
@ -3,7 +3,6 @@ require 'rubygems/command'
|
|||
require 'rubygems/security'
|
||||
|
||||
class Gem::Commands::CertCommand < Gem::Command
|
||||
|
||||
def initialize
|
||||
super 'cert', 'Manage RubyGems certificates and signing settings',
|
||||
:add => [], :remove => [], :list => [], :build => [], :sign => []
|
||||
|
@ -312,5 +311,4 @@ For further reading on signing gems see `ri Gem::Security`.
|
|||
# It's simple, but is all we need
|
||||
email =~ /\A.+@.+\z/
|
||||
end
|
||||
|
||||
end if defined?(OpenSSL::SSL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue