File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed
KNIME Ruby Scripting extension Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 22<feature
33 id =" ruby4knime.feature"
44 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 " >
88
99 <description url =" https://github.com/rssdev10/ruby4knime" >
1010 This is Ruby scripting extension for KNIME.
1111 </description >
1212
1313 <copyright >
14- rss, 2014, 2015, 2016
14+ rss, 2014-2019
1515 </copyright >
1616
1717 <license url =" http://www.apache.org/licenses/LICENSE-2.0" >
Original file line number Diff line number Diff line change 55 <projects >
66 </projects >
77 <buildSpec >
8+ <buildCommand >
9+ <name >org.eclipse.buildship.core.gradleprojectbuilder</name >
10+ <arguments >
11+ </arguments >
12+ </buildCommand >
813 <buildCommand >
914 <name >org.eclipse.jdt.core.javabuilder</name >
1015 <arguments >
2429 <natures >
2530 <nature >org.eclipse.pde.PluginNature</nature >
2631 <nature >org.eclipse.jdt.core.javanature</nature >
32+ <nature >org.eclipse.buildship.core.gradleprojectnature</nature >
2733 </natures >
2834</projectDescription >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : Ruby Script Node extension for KNIME Workbench
44Bundle-SymbolicName : org.knime.ext.jruby; singleton:=true
5- Bundle-Version : 0.0.8
5+ Bundle-Version : 0.0.9
66Bundle-ClassPath : rubyscript.jar,
77 lib/rsyntaxtextarea.jar,
88 lib/jruby.jar
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def download(url, fn)
3838download ( RSYNTAX_SRC + version + '/' + "rsyntaxtextarea-#{ version } .jar" ,
3939 'rsyntaxtextarea.jar' )
4040
41- VERSION = '9.1.6 .0'
41+ VERSION = '9.2.7 .0'
4242JRUBY_SRC = 'https://s3.amazonaws.com/jruby.org/downloads/' \
4343 "#{ VERSION } /jruby-bin-#{ VERSION } .zip"
4444jruby_zip = 'jruby.zip'
Original file line number Diff line number Diff line change 33 <description name =" ruby4knime" >
44 This is Ruby for KNIME plugin.
55 </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 " >
77 <category name =" ruby4knime" />
88 </feature >
99 <category-def name =" ruby4knime" label =" Ruby4KNIME plugin" />
You can’t perform that action at this time.
0 commit comments