jruby_art 1.1.0 → 1.1.1
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/runner.rb +3 -4
- data/lib/jruby_art/version.rb +1 -1
- data/lib/rpextras.jar +0 -0
- data/vendors/Rakefile +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 156368f2d21f79e9d00113b288ee2bda05b4723d
|
|
4
|
+
data.tar.gz: b76ca6ad8149bd1a09cd0a41205a5fcb8a5dcf67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b81109b04bb38e983b1565e9156400260c713f73e2b121aa348f3f105c5fb29694a54dd0abc9367764b0ef7935c31cf3175e28b09dbd840bca37dde77d0ad924
|
|
7
|
+
data.tar.gz: 55b53e0a771e374db7acf218c47f82594b67150ce23a4dc328a4a397280f6f9401ca6ba1943af011f5b00a8b63ced0472f41ee2190ef033669921f3e1195373a
|
data/lib/jruby_art/runner.rb
CHANGED
|
@@ -164,10 +164,9 @@ module Processing
|
|
|
164
164
|
|
|
165
165
|
# Trade in this Ruby instance for a JRuby instance, loading in a starter
|
|
166
166
|
# script and passing it some arguments. Unless '--nojruby' is passed, the
|
|
167
|
-
# installed version of jruby is used instead of our vendored
|
|
168
|
-
# (which is required for some sketches eg shaders). To use
|
|
167
|
+
# installed version of jruby is used instead of our vendored one. To use
|
|
169
168
|
# jruby-complete by default set JRUBY: false in ~/.jruby_art/config.yml
|
|
170
|
-
# (
|
|
169
|
+
# (however that might make using other gems in your sketches hard....)
|
|
171
170
|
def spin_up(starter_script, sketch, args)
|
|
172
171
|
runner = "#{K9_ROOT}/lib/jruby_art/runners/#{starter_script}"
|
|
173
172
|
@options.nojruby = true if Processing::RP_CONFIG['JRUBY'] == 'false'
|
|
@@ -253,7 +252,7 @@ module Processing
|
|
|
253
252
|
if os == :mac
|
|
254
253
|
data['PROCESSING_ROOT'] = '/Applications/Processing.app/Contents/Java'
|
|
255
254
|
else
|
|
256
|
-
root = "#{ENV['HOME']}/processing-3.
|
|
255
|
+
root = "#{ENV['HOME']}/processing-3.1.1"
|
|
257
256
|
data['PROCESSING_ROOT'] = root
|
|
258
257
|
end
|
|
259
258
|
data['JRUBY'] = 'true'
|
data/lib/jruby_art/version.rb
CHANGED
data/lib/rpextras.jar
CHANGED
|
Binary file
|
data/vendors/Rakefile
CHANGED
|
@@ -8,8 +8,8 @@ WARNING = <<-EOS
|
|
|
8
8
|
|
|
9
9
|
EOS
|
|
10
10
|
|
|
11
|
-
JRUBYC_VERSION = '9.1.
|
|
12
|
-
EXAMPLES = '1.
|
|
11
|
+
JRUBYC_VERSION = '9.1.2.0'
|
|
12
|
+
EXAMPLES = '1.1'
|
|
13
13
|
HOME_DIR = ENV['HOME']
|
|
14
14
|
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
|
|
15
15
|
|
|
@@ -27,7 +27,7 @@ file "jruby-complete-#{JRUBYC_VERSION}.jar" do
|
|
|
27
27
|
rescue
|
|
28
28
|
warn(WARNING)
|
|
29
29
|
end
|
|
30
|
-
check_sha256("jruby-complete-#{JRUBYC_VERSION}.jar", "
|
|
30
|
+
check_sha256("jruby-complete-#{JRUBYC_VERSION}.jar", "b9a6838ff7bbb0b3eda4eeba26017329572bc2fa014008a069b3848482275283")
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
directory "../lib/ruby"
|
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.1.
|
|
4
|
+
version: 1.1.1
|
|
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: 2016-05-
|
|
13
|
+
date: 2016-05-27 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rake
|
|
@@ -41,7 +41,7 @@ dependencies:
|
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: '5.8'
|
|
43
43
|
description: " JRubyArt is a ruby wrapper for the processing art framework.\n This
|
|
44
|
-
version supports processing-3.1.1, and uses jruby-9.1.
|
|
44
|
+
version supports processing-3.1.1, and uses jruby-9.1.2.0 as the glue \n between
|
|
45
45
|
ruby and java. You can use both processing libraries and ruby gems \n in your sketches.
|
|
46
46
|
Features create/run/watch/live modes. The \"watch\" mode,\n provides a nice REPL-ish
|
|
47
47
|
way to work on your processing sketches. Includes:-\n A \"Control Panel\" library,
|
|
@@ -99,8 +99,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
99
99
|
version: '0'
|
|
100
100
|
requirements:
|
|
101
101
|
- A decent graphics card
|
|
102
|
-
- java runtime >= 1.8.
|
|
103
|
-
- processing = 3.0
|
|
102
|
+
- java runtime >= 1.8.0_92+
|
|
103
|
+
- processing = 3.1.0+
|
|
104
104
|
rubyforge_project:
|
|
105
105
|
rubygems_version: 2.6.3
|
|
106
106
|
signing_key:
|