mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Update to RubyGems 1.1.1 r1784 (pre 1.2)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4394ffe521
commit
08837d081d
10 changed files with 82 additions and 9 deletions
|
@ -79,6 +79,7 @@ class Gem::ConfigFile
|
|||
arg_list = arg_list.map do |arg|
|
||||
if need_config_file_name then
|
||||
@config_file_name = arg
|
||||
need_config_file_name = false
|
||||
nil
|
||||
elsif arg =~ /^--config-file=(.*)/ then
|
||||
@config_file_name = $1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue