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

ruby-changes:34659

From: usa <ko1@a...>
Date: Mon, 7 Jul 2014 12:48:48 +0900 (JST)
Subject: [ruby-changes:34659] usa:r46742 (ruby_2_0_0): merge revision(s) 45786: [Backport #9738]

usa	2014-07-07 12:48:41 +0900 (Mon, 07 Jul 2014)

  New Revision: 46742

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

  Log:
    merge revision(s) 45786: [Backport #9738]
    
    * lib/rinda/tuplespace.rb: fix document. [ruby-core:62003][Bug #9738]

  Modified directories:
    branches/ruby_2_0_0/
  Modified files:
    branches/ruby_2_0_0/lib/rinda/tuplespace.rb
    branches/ruby_2_0_0/version.h
Index: ruby_2_0_0/lib/rinda/tuplespace.rb
===================================================================
--- ruby_2_0_0/lib/rinda/tuplespace.rb	(revision 46741)
+++ ruby_2_0_0/lib/rinda/tuplespace.rb	(revision 46742)
@@ -76,7 +76,7 @@ module Rinda https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/lib/rinda/tuplespace.rb#L76
     # Reset the expiry time according to +sec_or_renewer+.
     #
     # +nil+::    it is set to expire in the far future.
-    # +false+::  it has expired.
+    # +true+::   it has expired.
     # Numeric::  it will expire in that many seconds.
     #
     # Otherwise the argument refers to some kind of renewer object
Index: ruby_2_0_0/version.h
===================================================================
--- ruby_2_0_0/version.h	(revision 46741)
+++ ruby_2_0_0/version.h	(revision 46742)
@@ -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 "2014-07-07"
-#define RUBY_PATCHLEVEL 524
+#define RUBY_PATCHLEVEL 525
 
 #define RUBY_RELEASE_YEAR 2014
 #define RUBY_RELEASE_MONTH 7

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


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

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