diff options
-rw-r--r-- | lib/rubygems/commands/cert_command.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -9,7 +9,6 @@ rescue LoadError => e end class Gem::Commands::CertCommand < Gem::Command - def initialize super 'cert', 'Manage RubyGems certificates and signing settings', :add => [], :remove => [], :list => [], :build => [], :sign => [] @@ -318,5 +317,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) |