jruby_art 1.4.2 → 1.4.3
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/lib/jruby_art/library_loader.rb +2 -2
- data/lib/jruby_art/version.rb +1 -1
- data/lib/rpextras.jar +0 -0
- data/vendors/Rakefile +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d045aaae1d2ebd03361fa138a464b7ecc748cd1f
|
|
4
|
+
data.tar.gz: 03fb7addc7b2ba170464b32214f3501c07285f5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3d063c71f587237c0017b3cb197c6350a1cd10049a7a504b71e52fde3a3e5722b455cabc655423c6ceac0bebef047865832deb6111cfe6e11a886c9248ae617
|
|
7
|
+
data.tar.gz: 53b343ef43bea858e6f7a844dfcf106962b074b3a48c474abed77e7788827a3b48f9e82292e9d0e53057b7a3101a62c6b619214889c211280d0e3649c043288f
|
|
@@ -19,8 +19,8 @@ module Processing
|
|
|
19
19
|
# Load a list of Ruby or Java libraries (in that order)
|
|
20
20
|
# Usage: load_libraries :video, :video_event
|
|
21
21
|
#
|
|
22
|
-
# If a library is put into a 'library' folder next to the sketch it will
|
|
23
|
-
#
|
|
22
|
+
# If a library is put into a 'library' folder next to the sketch it will be used
|
|
23
|
+
# instead of the library that ships with vanilla processing (or ide installed), or JRubyArt.
|
|
24
24
|
def load_libraries(*args)
|
|
25
25
|
message = 'no such file to load -- %s'
|
|
26
26
|
args.each do |lib|
|
data/lib/jruby_art/version.rb
CHANGED
data/lib/rpextras.jar
CHANGED
|
Binary file
|
data/vendors/Rakefile
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jruby_art
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeremy Ashkenas
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2017-
|
|
13
|
+
date: 2017-10-10 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rake
|
|
@@ -43,7 +43,8 @@ dependencies:
|
|
|
43
43
|
description: |2
|
|
44
44
|
JRubyArt is a ruby wrapper for the processing art framework, with enhanced
|
|
45
45
|
functionality. Use both processing libraries and ruby gems in your sketches.
|
|
46
|
-
Features create/run/watch/live modes.
|
|
46
|
+
Features create/run/watch/live modes. The current release features several
|
|
47
|
+
PixelFlow glsl library examples, including a few shadertoy demos as sketches.
|
|
47
48
|
email: mamba2928@yahoo.co.uk
|
|
48
49
|
executables:
|
|
49
50
|
- k9
|