yggdrasil-engine 0.0.8.beta.2-universal-java-1.8 → 0.0.9-universal-java-1.8

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
  SHA256:
3
- metadata.gz: bdeee616939cc1bf92a622a6bf0b3da8cb52bdb77afbfa684a83b7640770640f
4
- data.tar.gz: ea28330b5e699bbd6ec7dc259a83e64e10d028fe8da63b6be270858d4835e753
3
+ metadata.gz: 2a3dd198ad9dea2420b6630b2bfc4efffc177acde8d14445b99c9384a6fcb8c9
4
+ data.tar.gz: f870fd696da1605db1473d5b8b65363e344cb391b32f9129a290c8c224bcea56
5
5
  SHA512:
6
- metadata.gz: 4a3778ce2586605d5c7748810fba63ba7a1db7faebe61894f4ac0338dc9f471b53836d9060cf507ab4dac07df23c6224c3266af756518a7b18f92d979b481626
7
- data.tar.gz: 348cfbd86a8d8faa91216930fd4f312bcdcd0691ea897f658aeb9e6ede970d298dab3095879398c2f12f4f7d46a0e148cf8db1029a229a9551cd1cf199872bcd
6
+ metadata.gz: 25c140e25d65701dfa2166fd2b6fb2f5dc2f3c0b766c41dd19cf0627cd0985b6417b3dcfc4ee037699cada9c08ecc304cae73b1880a6658007ed8884e744fc01
7
+ data.tar.gz: c3ea27b60ffc2206dfb7cd2abb2fed909f3bc3b00e3d19b5f933f53f66bfce63639a0b07a78c03b0e634dc787b96c3289c80661c078a0c9431f2dbb91fca5b6e
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -11,31 +11,31 @@ def platform_specific_lib
11
11
  cpu = RbConfig::CONFIG['host_cpu']
12
12
 
13
13
  extension, prefix = case os
14
- when /darwin|mac os/
15
- ['dylib', 'lib']
16
- when /linux/
17
- ['so', 'lib']
18
- when /mswin|msys|mingw|cygwin|bccwin|wince|emc/
19
- ['dll', '']
20
- else
21
- raise "unsupported platform #{os}"
22
- end
14
+ when /darwin|mac os/
15
+ ['dylib', 'lib']
16
+ when /linux/
17
+ ['so', 'lib']
18
+ when /mswin|msys|mingw|cygwin|bccwin|wince|emc/
19
+ ['dll', '']
20
+ else
21
+ raise "unsupported platform #{os}"
22
+ end
23
23
 
24
24
  arch_suffix = case cpu
25
- when /x86_64/
26
- 'x86_64'
27
- when /arm|aarch64/
28
- 'arm64'
29
- else
30
- raise "unsupported architecture #{cpu}"
31
- end
25
+ when /x86_64/
26
+ 'x86_64'
27
+ when /arm|aarch64/
28
+ 'arm64'
29
+ else
30
+ raise "unsupported architecture #{cpu}"
31
+ end
32
32
 
33
33
  lib_type_suffix = if os =~ /linux/
34
- musl = system("ldd /bin/sh | grep -q musl") # Check if musl is in use
35
- musl ? "-musl" : ""
36
- else
37
- ""
38
- end
34
+ musl = system("ldd /bin/sh | grep -q musl")
35
+ musl ? "-musl" : ""
36
+ else
37
+ ""
38
+ end
39
39
 
40
40
  "#{prefix}yggdrasilffi_#{arch_suffix}#{lib_type_suffix}.#{extension}"
41
41
  end
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yggdrasil-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8.beta.2
4
+ version: 0.0.9
5
5
  platform: universal-java-1.8
6
6
  authors:
7
7
  - Unleash
@@ -59,9 +59,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
59
  version: '0'
60
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - ">"
62
+ - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: 1.3.1
64
+ version: '0'
65
65
  requirements: []
66
66
  rubygems_version: 3.1.6
67
67
  signing_key: