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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9400df7764b3a1c10982e7080abd20efaca7a14d
4
- data.tar.gz: 73c2580b54abc99a05fd7eb8e2ed8b37bba06e1a
3
+ metadata.gz: d045aaae1d2ebd03361fa138a464b7ecc748cd1f
4
+ data.tar.gz: 03fb7addc7b2ba170464b32214f3501c07285f5e
5
5
  SHA512:
6
- metadata.gz: 46276f2ee3ad45d580f2ae3448ddb562780d4564b18f53eb75b22a9ccbc4504f039bf5562c7b2a51d7dd8530a0e25740ec12f40e0cc91fb47ebd16ac8a1351a1
7
- data.tar.gz: 7736cb0f6bd17a9b6c836854b8d84f244ccdb02729c5fd106b8727257735e39e5d87d73ab60179b118ee0a88c79f3fabf9088c8e70e698405df656476f47e601
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
- # be used instead of the library that ships with Propane.
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|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  # A wrapper for version
3
3
  module JRubyArt
4
- VERSION = '1.4.2'.freeze
4
+ VERSION = '1.4.3'.freeze
5
5
  end
Binary file
@@ -11,7 +11,7 @@ EOS
11
11
 
12
12
  JRUBYC_VERSION = '9.1.13.0'
13
13
 
14
- EXAMPLES = '2.4'
14
+ EXAMPLES = '2.5'
15
15
  HOME_DIR = ENV['HOME']
16
16
  MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
17
17
 
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.2
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-09-13 00:00:00.000000000 Z
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