[前][次][番号順一覧][スレッド一覧]

ruby-changes:28215

From: nagachika <ko1@a...>
Date: Sat, 13 Apr 2013 02:05:18 +0900 (JST)
Subject: [ruby-changes:28215] nagachika:r40267 (ruby_2_0_0): merge revision(s) 40250:

nagachika	2013-04-13 02:03:32 +0900 (Sat, 13 Apr 2013)

  New Revision: 40267

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40267

  Log:
    merge revision(s) 40250:
    
    fix typo

  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 40266)
+++ ruby_2_0_0/doc/standard_library.rdoc	(revision 40267)
@@ -54,7 +54,7 @@ profile.rb:: Runs the Ruby Profiler__ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/doc/standard_library.rdoc#L54
 Profiler__:: Provides a way to profile your Ruby application
 PStore:: Implements a file based persistence mechanism based on a Hash
 Queue:: Synchronized communication between threads, provided by thread.rb
-Racc:: A LALR(1) parser generator writting in Ruby.
+Racc:: A LALR(1) parser generator written in Ruby.
 Rake:: Ruby build program with capabilities similar to make
 rational.rb:: Deprecated library replaced by C implementation in core
 RbConfig:: Information of your configure and build of Ruby
Index: ruby_2_0_0/version.h
===================================================================
--- ruby_2_0_0/version.h	(revision 40266)
+++ ruby_2_0_0/version.h	(revision 40267)
@@ -1,10 +1,10 @@ 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-12"
-#define RUBY_PATCHLEVEL 119
+#define RUBY_RELEASE_DATE "2013-04-13"
+#define RUBY_PATCHLEVEL 120
 
 #define RUBY_RELEASE_YEAR 2013
 #define RUBY_RELEASE_MONTH 4
-#define RUBY_RELEASE_DAY 12
+#define RUBY_RELEASE_DAY 13
 
 #include "ruby/version.h"
 

Property changes on: ruby_2_0_0
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r40250


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]