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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7619bcb28e30d6facafc84f6a4237dfe1b51bbc
4
- data.tar.gz: 0c4c0910518f2e693e4fb43a46f82f97b64fef1c
3
+ metadata.gz: 207d1626e7a46aca05cdbdb6415cd39bd8854bfe
4
+ data.tar.gz: d841a52a78f552a0dab34978de74a73a56ddd666
5
5
  SHA512:
6
- metadata.gz: f63b2a97ada796e0ccb967b8a616ff98d98dbff79dd3726999c26c0e44954cd9dffca0575f41ed8afa49a38cd0d04d820d50db1c0bf69eec0459f887f78428f7
7
- data.tar.gz: ee8762e7ff242c4920f91917c326a4394748b070c17ee8d6af87b54f3e0a23158f4afbfdf8f57f601244c22f41f537cfb269793853a8673206db5ce553e5d4f1
6
+ metadata.gz: e7754ba84626828ee1cf49eea093ead428735e9cc5dfa45ff2320ee8991ccb9e3c417d9c54923799bbae4d72f14079075ff7c07cc6fad4367cb208be8a4201dd
7
+ data.tar.gz: e6391ee2430f234c6247cda03dca2990e629e32ccd08dfd6e6cd06b4528600c129a56829c801efac7ae17dfbf56401ae46eb069e00298571f1a696b1ad2bd9c2
@@ -1,4 +1,6 @@
1
- **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)
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
 
@@ -1,3 +1,3 @@
1
1
  module JoonsRenderer
2
- VERSION = '1.1.2'
2
+ VERSION = '1.1.3'
3
3
  end
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.2'
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.2.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.2</version>
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.2.3</processing.version>
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.2
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-01-13 00:00:00.000000000 Z
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.6.8
300
+ rubygems_version: 2.5.1
301
301
  signing_key:
302
302
  specification_version: 4
303
303
  summary: From Sketch to Ray Traced Image