ruby-changes:35589
From: kazu <ko1@a...>
Date: Sun, 21 Sep 2014 16:28:04 +0900 (JST)
Subject: [ruby-changes:35589] kazu:r47671 (trunk): fix capital [ci skip]
kazu 2014-09-21 16:27:52 +0900 (Sun, 21 Sep 2014) New Revision: 47671 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47671 Log: fix capital [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 47670) +++ ChangeLog (revision 47671) @@ -131,7 +131,7 @@ Thu Sep 18 16:26:27 2014 NAKAMURA Usaku https://github.com/ruby/ruby/blob/trunk/ChangeLog#L131 * 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 + 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/