mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/envutil.rb: fix for --disable-gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
089d2ddda4
commit
ab3368de80
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Sat May 29 09:34:32 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* test/ruby/envutil.rb: fix for --disable-gems.
|
||||
|
||||
Sat May 29 09:04:06 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNREFUSED.
|
||||
|
|
|
|||
|
|
@ -216,6 +216,6 @@ else
|
|||
CONFIG['bindir'] = dir
|
||||
CONFIG['ruby_install_name'] = name
|
||||
CONFIG['RUBY_INSTALL_NAME'] = name
|
||||
Gem::ConfigMap[:bindir] = dir
|
||||
Gem::ConfigMap[:bindir] = dir if defined?(Gem)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue