jruby_art 1.3.1 → 1.3.2
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/installer.rb +3 -3
- data/lib/jruby_art/version.rb +1 -1
- data/lib/rpextras.jar +0 -0
- data/vendors/Rakefile +6 -2
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75d0632f22b83d732337a749073f99ed9abc77b4
|
|
4
|
+
data.tar.gz: ac5dd0cd7c434bdbe62314ec7fb46f0fcf1c296e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25bf939099a6ed80e3f1d45fc1de67ec6dccb7e5de7d75516eb2bd4bf541efe496ba89cad461699dc153a6b0fc02cb11f39c2d93d37e1793937be125b3e90779
|
|
7
|
+
data.tar.gz: c5b1bba81ef69ebf75a5cd9bd5e221fc9f1b36b60de23a539e5533aa316b54e36572c6bb1463e713df04e6a4cc4c2c5d31712d0f71244530f792f562b25a8698
|
data/lib/jruby_art/installer.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: false
|
|
2
2
|
require 'yaml'
|
|
3
3
|
|
|
4
|
-
VERSION = '3.3'.freeze # processing version
|
|
4
|
+
VERSION = '3.3.2'.freeze # processing version
|
|
5
5
|
|
|
6
6
|
# Abstract Installer class
|
|
7
7
|
class Installer
|
|
@@ -54,13 +54,13 @@ end
|
|
|
54
54
|
|
|
55
55
|
# Configuration checker
|
|
56
56
|
class Check < Installer
|
|
57
|
-
require_relative 'core'
|
|
57
|
+
require_relative 'core'
|
|
58
58
|
def install
|
|
59
59
|
show_version
|
|
60
60
|
return super unless config
|
|
61
61
|
installed = File.exist? File.join(gem_root, 'lib/ruby/jruby-complete.jar')
|
|
62
62
|
proot = ' PROCESSING_ROOT = Not Set Correctly!!!' unless root_exist?
|
|
63
|
-
proot ||= " PROCESSING_ROOT = #{config['PROCESSING_ROOT']}"
|
|
63
|
+
proot ||= " PROCESSING_ROOT = #{config['PROCESSING_ROOT']}"
|
|
64
64
|
sketchbook = " sketchbook_path = #{config['sketchbook_path']}"
|
|
65
65
|
template = " template = #{config['template']}"
|
|
66
66
|
java_args = " java_args = #{config['java_args']}"
|
data/lib/jruby_art/version.rb
CHANGED
data/lib/rpextras.jar
CHANGED
|
Binary file
|
data/vendors/Rakefile
CHANGED
|
@@ -8,7 +8,9 @@ WARNING = <<-EOS.freeze
|
|
|
8
8
|
|
|
9
9
|
EOS
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
JRUBYC_VERSION = '9.1.10.0'
|
|
13
|
+
|
|
12
14
|
EXAMPLES = '2.1'
|
|
13
15
|
HOME_DIR = ENV['HOME']
|
|
14
16
|
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
|
|
@@ -27,7 +29,9 @@ file "jruby-complete-#{JRUBYC_VERSION}.jar" do
|
|
|
27
29
|
rescue
|
|
28
30
|
warn(WARNING)
|
|
29
31
|
end
|
|
30
|
-
|
|
32
|
+
|
|
33
|
+
check_sha256("jruby-complete-#{JRUBYC_VERSION}.jar", "3ec520273edcfb9051abd99ca9c646ad43e0eeeb615f7e546231783af6c5bb13")
|
|
34
|
+
|
|
31
35
|
end
|
|
32
36
|
|
|
33
37
|
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.3.
|
|
4
|
+
version: 1.3.2
|
|
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-06-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rake
|
|
@@ -40,9 +40,10 @@ dependencies:
|
|
|
40
40
|
- - "~>"
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: '5.10'
|
|
43
|
-
description:
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
description: |2
|
|
44
|
+
JRubyArt is a ruby wrapper for the processing art framework, with enhanced
|
|
45
|
+
functionality. Use both processing libraries and ruby gems in your sketches.
|
|
46
|
+
Features create/run/watch/live modes.
|
|
46
47
|
email: mamba2928@yahoo.co.uk
|
|
47
48
|
executables:
|
|
48
49
|
- k9
|
|
@@ -99,10 +100,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
99
100
|
version: '0'
|
|
100
101
|
requirements:
|
|
101
102
|
- A decent graphics card
|
|
102
|
-
- java runtime >= 1.8.
|
|
103
|
-
- processing = 3.3
|
|
103
|
+
- java runtime >= 1.8.0_131+
|
|
104
|
+
- processing = 3.3.4
|
|
104
105
|
rubyforge_project:
|
|
105
|
-
rubygems_version: 2.
|
|
106
|
+
rubygems_version: 2.5.1
|
|
106
107
|
signing_key:
|
|
107
108
|
specification_version: 4
|
|
108
109
|
summary: Code as Art, Art as Code. Processing and Ruby are meant for each other.
|