summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands/fetch_command.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/commands/fetch_command.rb4
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ class Gem::Commands::FetchCommand < Gem::Command
def initialize
defaults = {
- :suggest_alternate => true,
- :version => Gem::Requirement.default,
}
super "fetch", "Download a gem and place it in the current directory", defaults