ruby-changes:5382
From: shyouhei <ko1@a...>
Date: Sun, 8 Jun 2008 01:24:35 +0900 (JST)
Subject: [ruby-changes:5382] Ruby:r16885 (ruby_1_8_5): merge revision(s) 13687:
shyouhei 2008-06-08 01:24:22 +0900 (Sun, 08 Jun 2008) New Revision: 16885 Modified files: branches/ruby_1_8_5/ChangeLog branches/ruby_1_8_5/lib/rexml/source.rb branches/ruby_1_8_5/version.h Log: merge revision(s) 13687: * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typo fixed. [ruby-list:44099] http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/version.h?r1=16885&r2=16884&diff_format=u http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/lib/rexml/source.rb?r1=16885&r2=16884&diff_format=u http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_5/ChangeLog?r1=16885&r2=16884&diff_format=u Index: ruby_1_8_5/ChangeLog =================================================================== --- ruby_1_8_5/ChangeLog (revision 16884) +++ ruby_1_8_5/ChangeLog (revision 16885) @@ -1,3 +1,8 @@ +Sun Jun 8 01:23:29 2008 Yukihiro Matsumoto <matz@r...> + + * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typo + fixed. [ruby-list:44099] + Sun Jun 8 01:17:45 2008 NAKAMURA Usaku <usa@r...> * {bcc32,win32}/Makefile.sub (COMMON_MACROS): workaround for old SDK's Index: ruby_1_8_5/version.h =================================================================== --- ruby_1_8_5/version.h (revision 16884) +++ ruby_1_8_5/version.h (revision 16885) @@ -2,7 +2,7 @@ #define RUBY_RELEASE_DATE "2008-06-08" #define RUBY_VERSION_CODE 185 #define RUBY_RELEASE_CODE 20080608 -#define RUBY_PATCHLEVEL 131 +#define RUBY_PATCHLEVEL 132 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 8 Index: ruby_1_8_5/lib/rexml/source.rb =================================================================== --- ruby_1_8_5/lib/rexml/source.rb (revision 16884) +++ ruby_1_8_5/lib/rexml/source.rb (revision 16885) @@ -17,7 +17,7 @@ elsif arg.kind_of? Source arg else - raise "#{source.class} is not a valid input stream. It must walk \n"+ + raise "#{arg.class} is not a valid input stream. It must walk \n"+ "like either a String, IO, or Source." end end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/