File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
ext/tk/lib/tkextlib/tcllib Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ Fri Mar 25 18:34:20 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
2
+
3
+ * ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.
4
+ [ruby-core:72511] [Bug #11891] The patch provided by Akira Matsuda.
5
+
6
+
1
7
Fri Mar 25 18:33:34 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
2
8
3
9
* ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo.
4
- [ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda.
10
+ [ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda.
5
11
6
12
7
13
Fri Mar 25 18:32:44 2016 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def ToolbarItem.id2obj(tbar, id)
56
56
}
57
57
end
58
58
59
- def initaialize ( parent , *args )
59
+ def initialize ( parent , *args )
60
60
@parent = @t = parent
61
61
@tpath = parent . path
62
62
Original file line number Diff line number Diff line change 1
1
#define RUBY_VERSION "2.1.9"
2
2
#define RUBY_RELEASE_DATE "2016-03-25"
3
- #define RUBY_PATCHLEVEL 477
3
+ #define RUBY_PATCHLEVEL 478
4
4
5
5
#define RUBY_RELEASE_YEAR 2016
6
6
#define RUBY_RELEASE_MONTH 3
You can’t perform that action at this time.
0 commit comments