jruby_art 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da40b4d65e3862194faa59969643ef2b0b966b99
4
- data.tar.gz: 9889042a6c9023ae65e321e21a42963e401566df
3
+ metadata.gz: cb0e41ec051e87ef6d10ef371905c31970530399
4
+ data.tar.gz: bffce18e731c80959680481a1426aac30512fab3
5
5
  SHA512:
6
- metadata.gz: e21d8e58b7719f67576742f14d40fd26c6236eebac76e1fb0a3346f8ed00ab6e92d6390b2f1a403bf67e0550bd1fb182bc3887992ff670629bd26c6942430507
7
- data.tar.gz: 70696852ea93bfff6febc7b8cd5e038e35b7dfc690120c46248037210c5d88dbd7a347c9de43f5d6e290b937d4d0830c7117e3fa790bb2b3ae75798b2584895a
6
+ metadata.gz: 438f7e83fac4d48ead0fae4e53fa2c8d9366eebc1f28fbcf34be225e59d3d5d48849ccf72ddc9b3c386ea511259325af7114057bf83144ebf9f3a808704a00c5
7
+ data.tar.gz: efb75f96fb117f63a215bd648a9b79ace3b7b8c96cf1addc3a6adff9a16940a7affe2473451a50db63371f6dfa63cc1a6454ef805efa89855f65304880f0069e
@@ -1,3 +1,4 @@
1
+
1
2
  require 'ostruct'
2
3
  require 'fileutils'
3
4
  require 'rbconfig'
@@ -255,7 +256,7 @@ module Processing
255
256
  if os == :mac
256
257
  data['PROCESSING_ROOT'] = '/Applications/Processing.app/Contents/Java'
257
258
  else
258
- root = "#{ENV['HOME']}/processing-3.0b7"
259
+ root = "#{ENV['HOME']}/processing-3.0"
259
260
  data['PROCESSING_ROOT'] = root
260
261
  end
261
262
  data['JRUBY'] = 'true'
@@ -1,3 +1,3 @@
1
1
  module JRubyArt
2
- VERSION = '0.8.0'
2
+ VERSION = '0.9.0'
3
3
  end
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: 0.8.0
4
+ version: 0.9.0
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: 2015-09-23 00:00:00.000000000 Z
13
+ date: 2015-09-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  requirement: !ruby/object:Gem::Requirement
@@ -107,7 +107,7 @@ files:
107
107
  - library/library_proxy/library_proxy.rb
108
108
  - library/video_event/video_event.rb
109
109
  - vendors/Rakefile
110
- homepage: https://github.com/ruby-processing/JRubyArt
110
+ homepage: https://ruby-processing.github.io/
111
111
  licenses:
112
112
  - MIT
113
113
  metadata: {}