jruby_art 0.6.0 → 0.7.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: fceab1142374ca38acb379dbe9043eef90365fda
4
- data.tar.gz: 7a92e754bc8abaea389f0ac47e1ae155e654644b
3
+ metadata.gz: 90300a020dcc8fb8a77351880418b406c52b9168
4
+ data.tar.gz: 01f33560abfbb0dee0bccbf5f8a0e4f27bd25569
5
5
  SHA512:
6
- metadata.gz: 0db75b6d6c937604447b9b5cb014ad930d220157b3dee2f2684788f9b1e3ba98b000fa5fdc7d32948fa6db4666a94b04e9d3e6fe1edf5ce56328e895f58b401d
7
- data.tar.gz: a3add7d033e0f273b8d738c49fd8076307a3cc926088004efc9f9a3c3fba8f4353e1f2bc3f99ee6da815bfa4b1798e89da1cc2927eabd8c6102c71d9be66a16b
6
+ metadata.gz: 32dd635a0cccba482321939b22104dd9ad985c66771c1a73f90b4fb47402353e4b0f5ad96c08916f49f94c18a6cd5d20040dbd5087f3e19e32a499e1431e7ef5
7
+ data.tar.gz: 63eae37905a4278e0f8e4b23272b4e267410108bc109c2251f689069e410fd0a8bd51a242d5429062540a4d798c065e8924726c97fc14d23fb5bc260583c446d
data/lib/jruby_art/app.rb CHANGED
@@ -14,11 +14,11 @@ module Processing
14
14
  # Include some core processing classes that we'd like to use:
15
15
  include_package 'processing.core'
16
16
  # Load vecmath, fastmath and mathtool modules
17
- Java::MonkstoneArcball::ArcballLibrary.new.load(JRuby.runtime, false)
18
- Java::MonkstoneVecmathVec2::Vec2Library.new.load(JRuby.runtime, false)
19
- Java::MonkstoneVecmathVec3::Vec3Library.new.load(JRuby.runtime, false)
20
- Java::MonkstoneFastmath::DeglutLibrary.new.load(JRuby.runtime, false)
21
- Java::Monkstone::MathToolLibrary.new.load(JRuby.runtime, false)
17
+ Java::MonkstoneArcball::ArcballLibrary.load(JRuby.runtime)
18
+ Java::MonkstoneVecmathVec2::Vec2Library.load(JRuby.runtime)
19
+ Java::MonkstoneVecmathVec3::Vec3Library.load(JRuby.runtime)
20
+ Java::MonkstoneFastmath::DeglutLibrary.load(JRuby.runtime)
21
+ Java::Monkstone::MathToolLibrary.load(JRuby.runtime)
22
22
  AppRender ||= Java::MonkstoneVecmath::AppRender
23
23
  ShapeRender ||= Java::MonkstoneVecmath::ShapeRender
24
24
 
@@ -133,6 +133,10 @@ module Processing
133
133
  surface.set_resizable(arg)
134
134
  end
135
135
 
136
+ def on_top(arg = true)
137
+ surface.set_always_on_top(arg)
138
+ end
139
+
136
140
  def post_initialize(_args)
137
141
  nil
138
142
  end
@@ -1,3 +1,3 @@
1
1
  module JRubyArt
2
- VERSION = '0.6.0'
2
+ VERSION = '0.7.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.6'
12
+ EXAMPLES = '0.7'
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.6.0
4
+ version: 0.7.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-02 00:00:00.000000000 Z
13
+ date: 2015-09-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ dependencies:
84
84
  version: '3.3'
85
85
  description: |2
86
86
  JRubyArt is a ruby wrapper for the processing art framework.
87
- The current version supports processing-3.0b5, and uses jruby-9.0.1.0
87
+ The current version supports processing-3.0b6, and uses jruby-9.0.1.0
88
88
  as the glue between ruby and java. You can use both processing libraries and ruby
89
89
  gems in your sketches. Features create/run/watch/live modes. The "watch" mode,
90
90
  provides a nice REPL-ish way to work on your processing sketches. Includes:-
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - A decent graphics card
144
144
  - java runtime >= 1.8+
145
- - processing = 3.0b5+
145
+ - processing = 3.0b6+
146
146
  rubyforge_project:
147
147
  rubygems_version: 2.4.8
148
148
  signing_key: