class Gem::Commands::InfoCommand

def initialize

def initialize
  super "info", "Show information for the given gem",
       :name => //, :domain => :local, :details => false, :versions => true,
       :installed => nil, :version => Gem::Requirement.default
  add_query_options
  remove_option('-d')
  defaults[:details] = true
  defaults[:exact] = true
end