jruby_art 2.6.0 → 2.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jruby_art/app.rb +2 -2
- data/lib/jruby_art/version.rb +1 -1
- data/lib/jruby_art-2.6.1.jar +0 -0
- data/vendors/Rakefile +3 -3
- metadata +9 -9
- data/lib/jruby_art-2.6.0.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ae24703ceec3b38de410c273e6487d776f2a8317111632ce85e0c7623d3a465
|
4
|
+
data.tar.gz: 5db174046e298d50e81df1e352ee9e2cda2324bce1908f81b2bf19aa9e1f8a92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3be170b3d51e68abcd8ca573cb8d921cefe5b1450052cbfc4694d6979e167b5471f28054a8f4d5720de38b0fc0f30705848e01c752a66dd4a713e37acb9bf15
|
7
|
+
data.tar.gz: bbeee5f62231c1fa4f5d3a740edc0fcbd251aefb4063e4aa18ac72a079cc923e1c365fc7a3de651f8d1d8dfb2a3e44e9e07a6ada7b6ce2f5a18d648b3a1628fe
|
data/lib/jruby_art/app.rb
CHANGED
@@ -19,8 +19,8 @@ module Processing
|
|
19
19
|
|
20
20
|
# import custom Vecmath renderers
|
21
21
|
module Render
|
22
|
-
|
23
|
-
|
22
|
+
import 'monkstone.vecmath.GfxRender'
|
23
|
+
import 'monkstone.vecmath.ShapeRender'
|
24
24
|
end
|
25
25
|
# Watch the definition of these methods, to make sure
|
26
26
|
# that Processing is able to call them during events.
|
data/lib/jruby_art/version.rb
CHANGED
Binary file
|
data/vendors/Rakefile
CHANGED
@@ -10,13 +10,13 @@ WARNING = <<~WARN
|
|
10
10
|
may also require 'sudo' access to install, NB: this is untested....
|
11
11
|
|
12
12
|
WARN
|
13
|
-
|
14
|
-
JRUBYC_VERSION = '9.3.
|
13
|
+
|
14
|
+
JRUBYC_VERSION = '9.3.3.0'
|
15
15
|
SOUND = 'sound.zip'
|
16
16
|
SOUND_VERSION = 'v2.2.3'
|
17
17
|
VIDEO = 'video.zip'
|
18
18
|
VIDEO_VERSION = 'v2.0'
|
19
|
-
EXAMPLES = '4.
|
19
|
+
EXAMPLES = '4.2'
|
20
20
|
HOME_DIR = ENV['HOME']
|
21
21
|
MAC_OR_LINUX = /linux|mac|darwin/.match?(RbConfig::CONFIG['host_os'])
|
22
22
|
DOWNLOAD = 'releases/download/latest'
|
metadata
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jruby_art
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Prout
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
16
|
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: '5.
|
18
|
+
version: '5.15'
|
19
19
|
name: minitest
|
20
20
|
prerelease: false
|
21
21
|
type: :development
|
@@ -23,21 +23,21 @@ dependencies:
|
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '5.
|
26
|
+
version: '5.15'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
30
|
- - "~>"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
32
|
+
version: '13.0'
|
33
33
|
name: rake
|
34
34
|
prerelease: false
|
35
|
-
type: :
|
35
|
+
type: :runtime
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '13.0'
|
41
41
|
description: |2
|
42
42
|
JRubyArt-2.5.0+ is a ruby implementation of the processing art framework, with enhanced
|
43
43
|
functionality. Processing libraries and ruby gems can be used in your sketches.
|
@@ -57,7 +57,7 @@ files:
|
|
57
57
|
- lib/jogl-all-natives-macosx-universal.jar
|
58
58
|
- lib/jogl-all-natives-windows-amd64.jar
|
59
59
|
- lib/jogl-all.jar
|
60
|
-
- lib/jruby_art-2.6.
|
60
|
+
- lib/jruby_art-2.6.1.jar
|
61
61
|
- lib/jruby_art.rb
|
62
62
|
- lib/jruby_art/app.rb
|
63
63
|
- lib/jruby_art/config.rb
|
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
119
|
version: '0'
|
120
120
|
requirements:
|
121
121
|
- A decent graphics card
|
122
|
-
- java runtime >=
|
122
|
+
- java runtime >= 17.0.1+
|
123
123
|
rubygems_version: 3.2.29
|
124
124
|
signing_key:
|
125
125
|
specification_version: 4
|
data/lib/jruby_art-2.6.0.jar
DELETED
Binary file
|