joonsrenderer 1.1.2-java → 1.1.3-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -1
- data/lib/joonsrenderer/version.rb +1 -1
- data/pom.rb +2 -2
- data/pom.xml +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 207d1626e7a46aca05cdbdb6415cd39bd8854bfe
|
|
4
|
+
data.tar.gz: d841a52a78f552a0dab34978de74a73a56ddd666
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7754ba84626828ee1cf49eea093ead428735e9cc5dfa45ff2320ee8991ccb9e3c417d9c54923799bbae4d72f14079075ff7c07cc6fad4367cb208be8a4201dd
|
|
7
|
+
data.tar.gz: e6391ee2430f234c6247cda03dca2990e629e32ccd08dfd6e6cd06b4528600c129a56829c801efac7ae17dfbf56401ae46eb069e00298571f1a696b1ad2bd9c2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
**v1.1.
|
|
1
|
+
**v1.1.3** Bump for processing-3.3.4
|
|
2
|
+
|
|
3
|
+
**v1.1.2** Use sunflow.util.FloatList and IntList, netbeans profiling suggest it is worth doing (there is a vanilla processing alternative, with a different interface)
|
|
2
4
|
|
|
3
5
|
**v1.1.1** Left out GLASS from fill type switch easily fixed thought
|
|
4
6
|
|
data/pom.rb
CHANGED
|
@@ -2,7 +2,7 @@ require 'fileutils'
|
|
|
2
2
|
project 'joonsrenderer' do
|
|
3
3
|
|
|
4
4
|
model_version '4.0.0'
|
|
5
|
-
id 'joons:joonsrenderer:1.1.
|
|
5
|
+
id 'joons:joonsrenderer:1.1.3'
|
|
6
6
|
packaging 'jar'
|
|
7
7
|
description 'joonsrenderer for propane and JRubyArt'
|
|
8
8
|
organization 'ruby-processing', 'https://ruby-processing.github.io'
|
|
@@ -23,7 +23,7 @@ project 'joonsrenderer' do
|
|
|
23
23
|
'maven.compiler.target' => '1.8',
|
|
24
24
|
'janino.version' => '3.0.6',
|
|
25
25
|
'jogl.version' => '2.3.2',
|
|
26
|
-
'processing.version' => '3.
|
|
26
|
+
'processing.version' => '3.3.4'
|
|
27
27
|
)
|
|
28
28
|
|
|
29
29
|
jar 'org.processing:core:${processing.version}'
|
data/pom.xml
CHANGED
|
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
|
|
|
11
11
|
<modelVersion>4.0.0</modelVersion>
|
|
12
12
|
<groupId>joons</groupId>
|
|
13
13
|
<artifactId>joonsrenderer</artifactId>
|
|
14
|
-
<version>1.1.
|
|
14
|
+
<version>1.1.3</version>
|
|
15
15
|
<name>joonsrenderer</name>
|
|
16
16
|
<description>joonsrenderer for propane and JRubyArt</description>
|
|
17
17
|
<organization>
|
|
@@ -63,7 +63,7 @@ DO NOT MODIFIY - GENERATED CODE
|
|
|
63
63
|
<source.directory>src</source.directory>
|
|
64
64
|
<joonsrenderer.basedir>${project.basedir}</joonsrenderer.basedir>
|
|
65
65
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
66
|
-
<processing.version>3.
|
|
66
|
+
<processing.version>3.3.4</processing.version>
|
|
67
67
|
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
|
68
68
|
<janino.version>3.0.6</janino.version>
|
|
69
69
|
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: joonsrenderer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- monkstone
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A realistic ray tracer for propane and JRubyArt
|
|
14
14
|
email:
|
|
@@ -297,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
297
297
|
version: '0'
|
|
298
298
|
requirements: []
|
|
299
299
|
rubyforge_project:
|
|
300
|
-
rubygems_version: 2.
|
|
300
|
+
rubygems_version: 2.5.1
|
|
301
301
|
signing_key:
|
|
302
302
|
specification_version: 4
|
|
303
303
|
summary: From Sketch to Ray Traced Image
|