jruby_art 2.2.1 → 2.2.2

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: 3101b35efc934fc4337e6f8f34f3ea9d8022c8bf1001d743a01b675417ddf35e
4
- data.tar.gz: 25481f1ab8a5f77ca32cd08542f64b7aa771fc29c6399859bf5f433b5d71c4e7
3
+ metadata.gz: e25d59a1fa21e3d739e0216f56a1f4ae478f754abfe1d5d3244c54eeecca5899
4
+ data.tar.gz: 19d230b5ef2d9783903428d4d4a0ccad4dc1057cff71089a657057bfdd220f85
5
5
  SHA512:
6
- metadata.gz: ec5f26712feeee0f7b151133457d6beb1216459e03e1410a9d77bed0ab2b575120f9b0b2dd064c8b88f1090640b1f97f13cc8e6881d32053ef84c273c5da6279
7
- data.tar.gz: 0f51c6231b99a00994ac354d78b433a54731cc757d4728650f6b255983d9ddcfbd7d03e1a07826f2e272582d7645be7b764224cb6e1a37b44c151a1f9d6bd35d
6
+ metadata.gz: 464399ff7d12d8440410cec971d8802a2f1ee6659152560bfd77e171671c6ecf2d78a829c2550d31055de90432b7485e7d790baec26fe804ed163742b0a93ed1
7
+ data.tar.gz: 7e397c9136a757036c0234bf98801688000316a88120d3afac822a3cf7669d100621f0b143d47a31ddd3f0b3376aac8af31568fa9f2178a07e4261fc380ad37e
Binary file
@@ -30,8 +30,8 @@ class NativeFolder
30
30
  return format(LINUX_FORMAT, ARM32) if /arm/.match?(bit)
31
31
  end
32
32
  if WIN_PATTERNS.any? { |pat| pat =~ os }
33
- return format(WINDOWS_FORMAT, '64') if /64/.match?(bit)
34
- return format(WINDOWS_FORMAT, '32') if /32/.match?(bit)
33
+ return format(WIN_FORMAT, '64') if /64/.match?(bit)
34
+ return format(WIN_FORMAT, '32') if /32/.match?(bit)
35
35
  end
36
36
  raise 'Unsupported Architecture'
37
37
  end
@@ -145,7 +145,7 @@ module Processing
145
145
  when /sound|video/
146
146
  system "cd #{K9_ROOT}/vendors && rake download_and_copy_#{choice}"
147
147
  when /samples/
148
- system "cd #{K9_ROOT}/vendors && rake unpack_samples"
148
+ system "cd #{K9_ROOT}/vendors && rake install_samples"
149
149
  when /jruby/
150
150
  system "cd #{K9_ROOT}/vendors && rake"
151
151
  when /config/
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  # A wrapper for version
3
3
  module JRubyArt
4
- VERSION = '2.2.1'
4
+ VERSION = '2.2.2'
5
5
  end
@@ -16,7 +16,7 @@ SOUND = 'sound.zip'
16
16
  SOUND_VERSION = 'v2.2.2'
17
17
  VIDEO = 'video-2.0-beta4.zip'
18
18
  VIDEO_VERSION = 'r6-v2.0-beta4'
19
- EXAMPLES = '3.4'
19
+ EXAMPLES = '3.5'
20
20
  HOME_DIR = ENV['HOME']
21
21
  MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
22
22
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby_art
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Prout
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-17 00:00:00.000000000 Z
11
+ date: 2019-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -57,7 +57,7 @@ files:
57
57
  - lib/jogl-all-natives-macosx-universal.jar
58
58
  - lib/jogl-all-natives-windows-amd64.jar
59
59
  - lib/jogl-all.jar
60
- - lib/jruby_art-2.2.1.jar
60
+ - lib/jruby_art-2.2.2.jar
61
61
  - lib/jruby_art.rb
62
62
  - lib/jruby_art/app.rb
63
63
  - lib/jruby_art/config.rb