File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
ruby4knime ChangeLog
2
2
====================
3
3
4
- 0.0.6
4
+ 0.0.6 2015/01/11
5
5
6
+ * built with KNIME 2.11
6
7
* added flow variables support. It is possible now to read, modify and create new flow variables.
7
8
* added visual selection of flow variables
8
9
* added visual selection of input columns directly in code tab
9
10
* updated jruby to 1.7.18
10
- * removed previous synchronization workaround
11
+ * removed previous synchronization workaround for jruby 1.7.13
Original file line number Diff line number Diff line change @@ -17,9 +17,16 @@ It is possible to configure an Output table with any types of columns.
17
17
18
18
See [ Ruby wrapper] ( RubyScript/rb/README.rdoc )
19
19
20
+
21
+ ![ Ruby4KNIME code tab] ( doc/pics/r4k_script.png )
22
+
20
23
## Installation
21
24
[ Download binary] ( https://drive.google.com/folderview?id=0Bwx0cbtdU5K6TklLRG90cm5HbFk )
22
25
26
+ Current version - 0.0.6 2015/01/11. See [ changelog] ( CHANGELOG.md ) .
27
+
28
+
29
+
23
30
Install this archive as [ KNIME extension] ( http://www.knime.org/downloads/update ) .
24
31
25
32
## Sample workflow
You can’t perform that action at this time.
0 commit comments