diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Sep 18 16:26:27 2014 NAKAMURA Usaku <usa@ruby-lang.org> + + * test/rubygems/test_gem_commands_setup_command.rb: @ui uses StringIO + as its streams, and Encoding.default_external does not effect to + stringIOs already exist. so, we need to set external_encoding of + @ui.outs directly. this problem (test failure) does not appear in + the environments default_external is us-ascii or utf-8. + Thu Sep 18 15:02:15 2014 NAKAMURA Usaku <usa@ruby-lang.org> * test/rubygems/test_gem_specification.rb: '/' is not always the root. |
