From 27158958faf725ff17e04826bfde45841da6577d Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 12 Oct 2007 15:36:00 +0000 Subject: * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typo fixed. [ruby-list:44099] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@13687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/rexml/source.rb | 2 +- version.h | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 20ccf640f0..6f1f0b3f92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 13 00:35:03 2007 Yukihiro Matsumoto + + * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typo + fixed. [ruby-list:44099] + Fri Oct 12 11:22:15 2007 Yukihiro Matsumoto * re.c (match_values_at): make #select to be alias to #values_at diff --git a/lib/rexml/source.rb b/lib/rexml/source.rb index 2fee99c0e9..6cbc368d50 100644 --- a/lib/rexml/source.rb +++ b/lib/rexml/source.rb @@ -17,7 +17,7 @@ module REXML 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 diff --git a/version.h b/version.h index ae94deaa48..c2b04a5dad 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define RUBY_VERSION "1.8.6" -#define RUBY_RELEASE_DATE "2007-10-12" +#define RUBY_RELEASE_DATE "2007-10-13" #define RUBY_VERSION_CODE 186 -#define RUBY_RELEASE_CODE 20071012 +#define RUBY_RELEASE_CODE 20071013 #define RUBY_PATCHLEVEL 5000 #define RUBY_VERSION_MAJOR 1 @@ -9,7 +9,7 @@ #define RUBY_VERSION_TEENY 6 #define RUBY_RELEASE_YEAR 2007 #define RUBY_RELEASE_MONTH 10 -#define RUBY_RELEASE_DAY 12 +#define RUBY_RELEASE_DAY 13 #ifdef RUBY_EXTERN RUBY_EXTERN const char ruby_version[]; -- cgit v1.2.3