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

ruby-changes:42209

From: usa <ko1@a...>
Date: Fri, 25 Mar 2016 18:52:31 +0900 (JST)
Subject: [ruby-changes:42209] usa:r54280 (ruby_2_1): merge revision(s) 54021: [Backport #11891]

usa	2016-03-25 18:34:26 +0900 (Fri, 25 Mar 2016)

  New Revision: 54280

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

  Log:
    merge revision(s) 54021: [Backport #11891]
    
    * ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.
      [ruby-core:72511] [Bug #11891] The patch provided by Akira Matsuda.
      [ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda.

  Modified directories:
    branches/ruby_2_1/
  Modified files:
    branches/ruby_2_1/ChangeLog
    branches/ruby_2_1/ext/tk/lib/tkextlib/tcllib/toolbar.rb
    branches/ruby_2_1/version.h
Index: ruby_2_1/ext/tk/lib/tkextlib/tcllib/toolbar.rb
===================================================================
--- ruby_2_1/ext/tk/lib/tkextlib/tcllib/toolbar.rb	(revision 54279)
+++ ruby_2_1/ext/tk/lib/tkextlib/tcllib/toolbar.rb	(revision 54280)
@@ -56,7 +56,7 @@ class Tk::Tcllib::Widget::ToolbarItem < https://github.com/ruby/ruby/blob/trunk/ruby_2_1/ext/tk/lib/tkextlib/tcllib/toolbar.rb#L56
     }
   end
 
-  def initaialize(parent, *args)
+  def initialize(parent, *args)
     @parent = @t = parent
     @tpath = parent.path
 
Index: ruby_2_1/version.h
===================================================================
--- ruby_2_1/version.h	(revision 54279)
+++ ruby_2_1/version.h	(revision 54280)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/version.h#L1
 #define RUBY_VERSION "2.1.9"
 #define RUBY_RELEASE_DATE "2016-03-25"
-#define RUBY_PATCHLEVEL 477
+#define RUBY_PATCHLEVEL 478
 
 #define RUBY_RELEASE_YEAR 2016
 #define RUBY_RELEASE_MONTH 3
Index: ruby_2_1/ChangeLog
===================================================================
--- ruby_2_1/ChangeLog	(revision 54279)
+++ ruby_2_1/ChangeLog	(revision 54280)
@@ -1,7 +1,13 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_1/ChangeLog#L1
+Fri Mar 25 18:34:20 2016  CHIKANAGA Tomoyuki  <nagachika@r...>
+
+	* ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.
+	  [ruby-core:72511] [Bug #11891] The patch provided by Akira Matsuda.
+
+
 Fri Mar 25 18:33:34 2016  CHIKANAGA Tomoyuki  <nagachika@r...>
 
 	* ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo.
-	[ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda.
+	  [ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda.
 
 
 Fri Mar 25 18:32:44 2016  CHIKANAGA Tomoyuki  <nagachika@r...>

Property changes on: ruby_2_1
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r54021


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

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