Skip to content

Commit 3e98a64

Browse files
committed
merge revision(s) 54022: [Backport ruby#11893]
* ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb: fix method name typo. [ruby-core:72513] [Bug ruby#11893] The patch provided by Akira Matsuda. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@54281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent f73e2f5 commit 3e98a64

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Fri Mar 25 18:35:08 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
2+
3+
* ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb: fix method name typo.
4+
[ruby-core:72513] [Bug #11893] The patch provided by Akira Matsuda.
5+
6+
17
Fri Mar 25 18:34:20 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
28

39
* ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.

ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Tk::Tcllib::Tablelist_usingTile = true
1616
end
1717

18-
requrie 'tkextlib/tcllib/tablelist_core'
18+
require 'tkextlib/tcllib/tablelist_core'
1919

2020
module Tk
2121
module Tcllib

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define RUBY_VERSION "2.1.9"
22
#define RUBY_RELEASE_DATE "2016-03-25"
3-
#define RUBY_PATCHLEVEL 478
3+
#define RUBY_PATCHLEVEL 479
44

55
#define RUBY_RELEASE_YEAR 2016
66
#define RUBY_RELEASE_MONTH 3

0 commit comments

Comments
 (0)