ruby-changes:28373
From: nagachika <ko1@a...>
Date: Tue, 23 Apr 2013 22:26:32 +0900 (JST)
Subject: [ruby-changes:28373] nagachika:r40425 (ruby_2_0_0): merge revision(s) 40418:
nagachika 2013-04-23 22:26:24 +0900 (Tue, 23 Apr 2013) New Revision: 40425 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40425 Log: merge revision(s) 40418: typo s/Singelton/Singleton Modified directories: branches/ruby_2_0_0/ Modified files: branches/ruby_2_0_0/doc/standard_library.rdoc branches/ruby_2_0_0/version.h Index: ruby_2_0_0/doc/standard_library.rdoc =================================================================== --- ruby_2_0_0/doc/standard_library.rdoc (revision 40424) +++ ruby_2_0_0/doc/standard_library.rdoc (revision 40425) @@ -70,7 +70,7 @@ SecureRandom:: Interface for secure rand https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/doc/standard_library.rdoc#L70 Set:: Provides a class to deal with collections of unordered, unique values Shell:: An idiomatic Ruby interface for common UNIX shell commands Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell -Singleton:: Implementation of the Singelton pattern for Ruby +Singleton:: Implementation of the Singleton pattern for Ruby Synchronizer:: A module that provides a two-phase lock with a counter Tempfile:: A utility class for managing temporary files Test::Unit:: A compatibility layer for MiniTest Index: ruby_2_0_0/version.h =================================================================== --- ruby_2_0_0/version.h (revision 40424) +++ ruby_2_0_0/version.h (revision 40425) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/version.h#L1 #define RUBY_VERSION "2.0.0" #define RUBY_RELEASE_DATE "2013-04-23" -#define RUBY_PATCHLEVEL 160 +#define RUBY_PATCHLEVEL 161 #define RUBY_RELEASE_YEAR 2013 #define RUBY_RELEASE_MONTH 4 Property changes on: ruby_2_0_0 ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r40418 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/