summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands/info_command.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/commands/info_command.rb13
1 files changed, 9 insertions, 4 deletions
@@ -1,14 +1,19 @@
# frozen_string_literal: true
require 'rubygems/command'
-require 'rubygems/commands/query_command'
-class Gem::Commands::InfoCommand < Gem::Commands::QueryCommand
def initialize
- super "info", "Show information for the given gem"
- remove_option('--name-matches')
remove_option('-d')
defaults[:details] = true