summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands/info_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/commands/info_command.rb')
-rw-r--r--lib/rubygems/commands/info_command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/commands/info_command.rb b/lib/rubygems/commands/info_command.rb
index ced7751ff5..f65c639662 100644
--- a/lib/rubygems/commands/info_command.rb
+++ b/lib/rubygems/commands/info_command.rb
@@ -8,8 +8,8 @@ class Gem::Commands::InfoCommand < Gem::Command
def initialize
super "info", "Show information for the given gem",
- :name => //, :domain => :local, :details => false, :versions => true,
- :installed => nil, :version => Gem::Requirement.default
+ name: //, domain: :local, details: false, versions: true,
+ installed: nil, version: Gem::Requirement.default
add_query_options