summaryrefslogtreecommitdiff
path: root/lib/rubygems/command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/command.rb')
-rw-r--r--lib/rubygems/command.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/rubygems/command.rb b/lib/rubygems/command.rb
index c1e5e13c5a..d9a0700b95 100644
--- a/lib/rubygems/command.rb
+++ b/lib/rubygems/command.rb
@@ -466,6 +466,10 @@ class Gem::Command
result
end
+ def deprecated?
+ false
+ end
+
private
def option_is_deprecated?(option)
@@ -646,7 +650,7 @@ basic help message containing pointers to more information.
http://localhost:8808/
with info about installed gems
Further information:
- http://guides.rubygems.org
+ https://guides.rubygems.org
HELP
# :startdoc: