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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 768acc0892155a89dc272b44555807360cf19e77
4
- data.tar.gz: a84e604d5ebb6d7b8a74adfe4069a3ffa928bf3f
3
+ metadata.gz: 156368f2d21f79e9d00113b288ee2bda05b4723d
4
+ data.tar.gz: b76ca6ad8149bd1a09cd0a41205a5fcb8a5dcf67
5
5
  SHA512:
6
- metadata.gz: 1b418995c7548f8b571f3b7e5435594ebcf27104f2256c6f042883950b75ca682d098f391dc38504a8dbf0ebd98405689d9bc7b6ef58e3d44ad8df21957c7936
7
- data.tar.gz: 7e8c0b404e611976b384bde56e96e9bf73a3647c2dcb41c278a7aed5ef90e3c1e2499038b9697f694cd135be45ddf4a515b4a983afc78f9b9fc96cc47a1ef883
6
+ metadata.gz: b81109b04bb38e983b1565e9156400260c713f73e2b121aa348f3f105c5fb29694a54dd0abc9367764b0ef7935c31cf3175e28b09dbd840bca37dde77d0ad924
7
+ data.tar.gz: 55b53e0a771e374db7acf218c47f82594b67150ce23a4dc328a4a397280f6f9401ca6ba1943af011f5b00a8b63ced0472f41ee2190ef033669921f3e1195373a
@@ -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 jarred one
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
- # (but that will make using other gems in your sketches hard....)
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.0.1"
255
+ root = "#{ENV['HOME']}/processing-3.1.1"
257
256
  data['PROCESSING_ROOT'] = root
258
257
  end
259
258
  data['JRUBY'] = 'true'
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
  # A wrapper for version
4
4
  module JRubyArt
5
- VERSION = '1.1.0'
5
+ VERSION = '1.1.1'
6
6
  end
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.1.0'
12
- EXAMPLES = '1.0'
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", "659a2b120a02e8df55dddf3836e34023c80313a1c08b159ba3882f7d25ff8ef2")
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.0
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-21 00:00:00.000000000 Z
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.1.0 as the glue \n between
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.0_77+
103
- - processing = 3.0.2+
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: