File tree 5 files changed +13
-7
lines changed
KNIME Ruby Scripting extension
5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" ruby4knime.feature"
4
4
label =" Ruby Scripting Extension"
5
- version =" 0.0.8 .qualifier"
6
- license-feature =" org.eclipse.platform.source "
7
- license-feature-version =" 4.6.1.v20160907-1200 " >
5
+ version =" 0.0.9 .qualifier"
6
+ license-feature =" org.eclipse.platform"
7
+ license-feature-version =" 4.7.3.v20180330-0640 " >
8
8
9
9
<description url =" https://github.com/rssdev10/ruby4knime" >
10
10
This is Ruby scripting extension for KNIME.
11
11
</description >
12
12
13
13
<copyright >
14
- rss, 2014, 2015, 2016
14
+ rss, 2014-2019
15
15
</copyright >
16
16
17
17
<license url =" http://www.apache.org/licenses/LICENSE-2.0" >
Original file line number Diff line number Diff line change 5
5
<projects >
6
6
</projects >
7
7
<buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
8
13
<buildCommand >
9
14
<name >org.eclipse.jdt.core.javabuilder</name >
10
15
<arguments >
24
29
<natures >
25
30
<nature >org.eclipse.pde.PluginNature</nature >
26
31
<nature >org.eclipse.jdt.core.javanature</nature >
32
+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
27
33
</natures >
28
34
</projectDescription >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Ruby Script Node extension for KNIME Workbench
4
4
Bundle-SymbolicName : org.knime.ext.jruby; singleton:=true
5
- Bundle-Version : 0.0.8
5
+ Bundle-Version : 0.0.9
6
6
Bundle-ClassPath : rubyscript.jar,
7
7
lib/rsyntaxtextarea.jar,
8
8
lib/jruby.jar
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def download(url, fn)
38
38
download ( RSYNTAX_SRC + version + '/' + "rsyntaxtextarea-#{ version } .jar" ,
39
39
'rsyntaxtextarea.jar' )
40
40
41
- VERSION = '9.1.6 .0'
41
+ VERSION = '9.2.7 .0'
42
42
JRUBY_SRC = 'https://s3.amazonaws.com/jruby.org/downloads/' \
43
43
"#{ VERSION } /jruby-bin-#{ VERSION } .zip"
44
44
jruby_zip = 'jruby.zip'
Original file line number Diff line number Diff line change 3
3
<description name =" ruby4knime" >
4
4
This is Ruby for KNIME plugin.
5
5
</description >
6
- <feature url =" features/ruby4knime.feature_0.0.8.201612171919 .jar" id =" ruby4knime.feature" version =" 0.0.8.201612171919 " >
6
+ <feature url =" features/ruby4knime.feature_0.0.9.201906031623 .jar" id =" ruby4knime.feature" version =" 0.0.9.201906031623 " >
7
7
<category name =" ruby4knime" />
8
8
</feature >
9
9
<category-def name =" ruby4knime" label =" Ruby4KNIME plugin" />
You can’t perform that action at this time.
0 commit comments