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:
drbrain 2008-03-31 22:40:06 +00:00
parent dc8359969e
commit 8cc45aae94
82 changed files with 5776 additions and 2928 deletions

View file

@ -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