jruby_art 0.7.0 → 0.8.0

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: 90300a020dcc8fb8a77351880418b406c52b9168
4
- data.tar.gz: 01f33560abfbb0dee0bccbf5f8a0e4f27bd25569
3
+ metadata.gz: da40b4d65e3862194faa59969643ef2b0b966b99
4
+ data.tar.gz: 9889042a6c9023ae65e321e21a42963e401566df
5
5
  SHA512:
6
- metadata.gz: 32dd635a0cccba482321939b22104dd9ad985c66771c1a73f90b4fb47402353e4b0f5ad96c08916f49f94c18a6cd5d20040dbd5087f3e19e32a499e1431e7ef5
7
- data.tar.gz: 63eae37905a4278e0f8e4b23272b4e267410108bc109c2251f689069e410fd0a8bd51a242d5429062540a4d798c065e8924726c97fc14d23fb5bc260583c446d
6
+ metadata.gz: e21d8e58b7719f67576742f14d40fd26c6236eebac76e1fb0a3346f8ed00ab6e92d6390b2f1a403bf67e0550bd1fb182bc3887992ff670629bd26c6942430507
7
+ data.tar.gz: 70696852ea93bfff6febc7b8cd5e038e35b7dfc690120c46248037210c5d88dbd7a347c9de43f5d6e290b937d4d0830c7117e3fa790bb2b3ae75798b2584895a
@@ -255,7 +255,7 @@ module Processing
255
255
  if os == :mac
256
256
  data['PROCESSING_ROOT'] = '/Applications/Processing.app/Contents/Java'
257
257
  else
258
- root = "#{ENV['HOME']}/processing-3.0a11"
258
+ root = "#{ENV['HOME']}/processing-3.0b7"
259
259
  data['PROCESSING_ROOT'] = root
260
260
  end
261
261
  data['JRUBY'] = 'true'
@@ -18,13 +18,13 @@ module Processing
18
18
  NAKED_WRAP = <<-EOS
19
19
  class Sketch < Processing::App
20
20
  def setup
21
- sketch_title 'Naked Sketch'
21
+ sketch_title 'Nude Sketch'
22
22
  %s
23
23
  no_loop
24
24
  end
25
25
 
26
26
  def settings
27
- size(DEFAULT_WIDTH, DEFAULT_HEIGHT)
27
+ size(150, 150)
28
28
  end
29
29
  end
30
30
  EOS
@@ -1,3 +1,3 @@
1
1
  module JRubyArt
2
- VERSION = '0.7.0'
2
+ VERSION = '0.8.0'
3
3
  end
data/lib/rpextras.jar CHANGED
Binary file
data/vendors/Rakefile CHANGED
@@ -9,7 +9,7 @@ WARNING = <<-EOS
9
9
  EOS
10
10
 
11
11
  JRUBYC_VERSION = '9.0.1.0'
12
- EXAMPLES = '0.7'
12
+ EXAMPLES = '0.8'
13
13
  HOME_DIR = ENV['HOME']
14
14
  MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
15
15
 
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.7.0
4
+ version: 0.8.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-13 00:00:00.000000000 Z
13
+ date: 2015-09-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  requirement: !ruby/object:Gem::Requirement
@@ -68,23 +68,9 @@ dependencies:
68
68
  - - "~>"
69
69
  - !ruby/object:Gem::Version
70
70
  version: '5.8'
71
- - !ruby/object:Gem::Dependency
72
- requirement: !ruby/object:Gem::Requirement
73
- requirements:
74
- - - "~>"
75
- - !ruby/object:Gem::Version
76
- version: '3.3'
77
- name: rspec
78
- prerelease: false
79
- type: :development
80
- version_requirements: !ruby/object:Gem::Requirement
81
- requirements:
82
- - - "~>"
83
- - !ruby/object:Gem::Version
84
- version: '3.3'
85
71
  description: |2
86
72
  JRubyArt is a ruby wrapper for the processing art framework.
87
- The current version supports processing-3.0b6, and uses jruby-9.0.1.0
73
+ The current version supports processing-3.0b7, and uses jruby-9.0.1.0
88
74
  as the glue between ruby and java. You can use both processing libraries and ruby
89
75
  gems in your sketches. Features create/run/watch/live modes. The "watch" mode,
90
76
  provides a nice REPL-ish way to work on your processing sketches. Includes:-
@@ -142,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
128
  requirements:
143
129
  - A decent graphics card
144
130
  - java runtime >= 1.8+
145
- - processing = 3.0b6+
131
+ - processing = 3.0b7+
146
132
  rubyforge_project:
147
133
  rubygems_version: 2.4.8
148
134
  signing_key: