mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
Import RubyGems 1.1.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dc8359969e
commit
8cc45aae94
82 changed files with 5776 additions and 2928 deletions
|
@ -6,10 +6,8 @@ module Gem
|
|||
class ListCommand < QueryCommand
|
||||
|
||||
def initialize
|
||||
super(
|
||||
'list',
|
||||
'Display all gems whose name starts with STRING'
|
||||
)
|
||||
super 'list', 'Display gems whose name starts with STRING'
|
||||
|
||||
remove_option('--name-matches')
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue