jruby_art 1.6.4 → 1.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
  SHA256:
3
- metadata.gz: 3c92f782a62f34f127381f654e6cfa264335bbd0d6eac760f60d48c8505db9e6
4
- data.tar.gz: b60293344cd5abb6042941ec76dc149f8718bea5f8ea3379add53a92db00ba87
3
+ metadata.gz: bf7e9cc088b896c579b6060d9de2339618e64c778841a7a3013ab524c717d4f7
4
+ data.tar.gz: efa2ffb466a3b3707f892b4e1df7c2949f97555ffbfdb4a95a3790162af059e0
5
5
  SHA512:
6
- metadata.gz: d0199f12616f3ae7b7bdecdc73f22ea6fb0414627957a31924a8dda70114db18d631ff9517effd71bfa4e8a97c491d81c9bbf5c77ec432eda1731bbb122d5eee
7
- data.tar.gz: 302d5df02180670ffc69c3b78a433e348c90b1e40d51df2b9a6dcc5a7ae39d12202c4a4f17f27b77a44fd176caadebce29e18905c51781a70a0f34c89c8289a2
6
+ metadata.gz: e3da93db8cf08f3256e882647fea84144e9f6b1a78d643c9aa4d2f3361d0bac5eb43f7c371cbf5e28ac7fce85683263a63acfbd7495049f7d4e70c12e635c8bf
7
+ data.tar.gz: cdadd37a6a7eed36508595407e568664e851634b0186cf530a5f42bba3d8530d32ae17a2e62f4eab576610019bf5441e6cbc2de601748829360048bcb47a6441
@@ -17,7 +17,7 @@ module Processing
17
17
  # Load vecmath, fastmath and mathtool modules
18
18
  Java::Monkstone::JRLibrary.load(JRuby.runtime)
19
19
  module Render
20
- java_import 'monkstone.vecmath.AppRender'
20
+ java_import 'monkstone.vecmath.GfxRender'
21
21
  java_import 'monkstone.vecmath.ShapeRender'
22
22
  end
23
23
  # Watch the definition of these methods, to make sure
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  # A wrapper for version
3
3
  module JRubyArt
4
- VERSION = '1.6.4'.freeze
4
+ VERSION = '1.7.0'.freeze
5
5
  end
Binary file
@@ -8,9 +8,9 @@ WARNING = <<-WARN.freeze
8
8
 
9
9
  WARN
10
10
 
11
- JRUBYC_VERSION = '9.2.6.0'.freeze
11
+ JRUBYC_VERSION = '9.2.7.0'.freeze
12
12
 
13
- EXAMPLES = '3.3'.freeze
13
+ EXAMPLES = '3.4'.freeze
14
14
  HOME_DIR = ENV['HOME']
15
15
  MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
16
16
 
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.6.4
4
+ version: 1.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: 2019-03-02 00:00:00.000000000 Z
13
+ date: 2019-04-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
@@ -107,7 +107,7 @@ requirements:
107
107
  - A decent graphics card
108
108
  - java runtime >= 1.8.0_171+
109
109
  - processing = 3.5.3
110
- rubygems_version: 3.0.2
110
+ rubygems_version: 3.0.1
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: Code as Art, Art as Code. Processing and Ruby are meant for each other.