File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 33 <extension >
44 <groupId >io.takari.polyglot</groupId >
55 <artifactId >polyglot-ruby</artifactId >
6- <version >0.1.19 </version >
6+ <version >0.4.0 </version >
77 </extension >
88</extensions >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ def create_manifest
66 file = File . open ( 'MANIFEST.MF' , 'w' ) do |f |
77 f . puts ( title )
88 f . puts ( version )
9- f . puts ( 'Class-Path: janino-3.0.6 .jar commons-compiler-3.0.6 .jar' )
9+ f . puts ( 'Class-Path: janino-3.0.12 .jar commons-compiler-3.0.12 .jar' )
1010 end
1111end
1212
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Gem::Specification.new do |gem|
1414 gem . homepage = 'https://ruby-processing.github.io/joonsrenderer/'
1515 gem . files = `git ls-files` . split ( $/)
1616 gem . files << 'lib/joonsrenderer.jar'
17- gem . files << 'lib/janino-3.0.6 .jar'
18- gem . files << 'lib/commons-compiler-3.0.6 .jar'
17+ gem . files << 'lib/janino-3.0.12 .jar'
18+ gem . files << 'lib/commons-compiler-3.0.12 .jar'
1919 gem . executables = gem . files . grep ( %r{^bin/} ) . map { |f | File . basename ( f ) }
2020 gem . test_files = gem . files . grep ( %r{^(test|spec|features)/} )
2121 gem . require_paths = [ 'lib' ]
Original file line number Diff line number Diff line change 11module JoonsRenderer
2- VERSION = '1.1.3 '
2+ VERSION = '1.2.0 '
33end
Original file line number Diff line number Diff line change 22project 'joonsrenderer' do
33
44 model_version '4.0.0'
5- id 'joons:joonsrenderer:1.1.3 '
5+ id 'joons:joonsrenderer:1.2.0 '
66 packaging 'jar'
77 description 'joonsrenderer for propane and JRubyArt'
88 organization 'ruby-processing' , 'https://ruby-processing.github.io'
2121 'maven.compiler.source' => '1.8' ,
2222 'project.build.sourceEncoding' => 'utf-8' ,
2323 'maven.compiler.target' => '1.8' ,
24- 'janino.version' => '3.0.6 ' ,
24+ 'janino.version' => '3.0.12 ' ,
2525 'jogl.version' => '2.3.2' ,
2626 'processing.version' => '3.3.5'
2727 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >joons</groupId >
1313 <artifactId >joonsrenderer</artifactId >
14- <version >1.1.3 </version >
14+ <version >1.2.0 </version >
1515 <name >joonsrenderer</name >
1616 <description >joonsrenderer for propane and JRubyArt</description >
1717 <organization >
@@ -59,15 +59,15 @@ DO NOT MODIFIY - GENERATED CODE
5959 <url >https://github.com/monkstone/joonsrenderer/issues</url >
6060 </issueManagement >
6161 <properties >
62+ <janino .version>3.0.12</janino .version>
6263 <jogl .version>2.3.2</jogl .version>
63- <source .directory>src</source .directory>
6464 <joonsrenderer .basedir>${project.basedir} </joonsrenderer .basedir>
65+ <maven .compiler.source>1.8</maven .compiler.source>
6566 <maven .compiler.target>1.8</maven .compiler.target>
66- <processing .version>3.3.4</processing .version>
67- <project .build.sourceEncoding>utf-8</project .build.sourceEncoding>
68- <janino .version>3.0.6</janino .version>
6967 <polyglot .dump.pom>pom.xml</polyglot .dump.pom>
70- <maven .compiler.source>1.8</maven .compiler.source>
68+ <processing .version>3.3.5</processing .version>
69+ <project .build.sourceEncoding>utf-8</project .build.sourceEncoding>
70+ <source .directory>src</source .directory>
7171 </properties >
7272 <dependencies >
7373 <dependency >
You can’t perform that action at this time.
0 commit comments