ruby-changes:26781
From: usa <ko1@a...>
Date: Tue, 15 Jan 2013 17:46:41 +0900 (JST)
Subject: [ruby-changes:26781] usa:r38833 (ruby_1_9_3): * test/net/protocol/test_protocol.rb: the backported test assumed that the
usa 2013-01-15 17:46:31 +0900 (Tue, 15 Jan 2013) New Revision: 38833 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38833 Log: * test/net/protocol/test_protocol.rb: the backported test assumed that the source encoding is UTF-8 (because it's 2.0.0 spec). Modified files: branches/ruby_1_9_3/test/net/protocol/test_protocol.rb branches/ruby_1_9_3/version.h Index: ruby_1_9_3/version.h =================================================================== --- ruby_1_9_3/version.h (revision 38832) +++ ruby_1_9_3/version.h (revision 38833) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/version.h#L1 #define RUBY_VERSION "1.9.3" -#define RUBY_PATCHLEVEL 373 +#define RUBY_PATCHLEVEL 374 #define RUBY_RELEASE_DATE "2013-01-15" #define RUBY_RELEASE_YEAR 2013 Index: ruby_1_9_3/test/net/protocol/test_protocol.rb =================================================================== --- ruby_1_9_3/test/net/protocol/test_protocol.rb (revision 38832) +++ ruby_1_9_3/test/net/protocol/test_protocol.rb (revision 38833) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/test/net/protocol/test_protocol.rb#L1 +# coding: utf-8 require "test/unit" require "net/protocol" require "stringio" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/