1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/envutil.rb: update Gem::ConfigMap to fake environment for

tests.  Some test of rubygems had failed because envutil.rb changed
  only RbConfig::CONFIG but not Gem::ConfigMap.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2010-04-17 11:38:04 +00:00
parent 0b28bf2958
commit 71104c3356
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
Sat Apr 17 20:34:09 2010 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/envutil.rb: update Gem::ConfigMap to fake environment for
tests. Some test of rubygems had failed because envutil.rb changed
only RbConfig::CONFIG but not Gem::ConfigMap.
Sat Apr 17 20:31:08 2010 Yusuke Endoh <mame@tsg.ne.jp>
* lib/irb/ruby-lex.rb (identify_identifier): allow multibyte character

View file

@ -216,5 +216,6 @@ else
CONFIG['bindir'] = dir
CONFIG['ruby_install_name'] = name
CONFIG['RUBY_INSTALL_NAME'] = name
Gem::ConfigMap[:bindir] = dir
end
end