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

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: '06977b6d4d0947f95c23a33b4389f0134426d9e47ed65404e8e68989f85a011a'
4
- data.tar.gz: beac60ec8f0a4e362bcb8c3d529e264738cbeb2496bf385dab2cbb174e63431b
3
+ metadata.gz: 2f21bb6e690737aee1a8f6d993030f4c6a9b24fe1599ea283ba7c30e53cced4f
4
+ data.tar.gz: f6a8403ba07b1c404588d82ea4eb0df6118fa671a7ca3d2a03efcb47c1bd2e3e
5
5
  SHA512:
6
- metadata.gz: 24d399ba2042291fe317dc8fe8c25bd43b98bdd4300474133e0eca1a76cb43ca081d80e30105ea074c74eb04ee720019df59c3c8cf0065ce323b057b5bf9aa59
7
- data.tar.gz: 392310391f5e91bbb25909636501767c62b14226bda85a3fe0b3edf25bdf50bc9c3032224c0130d185556d7512b3ebafd0ddf5fc622731b1ae1e5520dcec3020
6
+ metadata.gz: '0281cbaea3c57ac08d646dd696f01c19044c3ec730fc083650b7f01ae9f87c09bc9957eb877ee3357afa5220f7e84421893fc0db0b66a06c25b354af225159c3'
7
+ data.tar.gz: a3cf117174817f9e23246a1a64c7cc7e14a40d17d9db1db9b1e1463c8994c712d665433df661835ba3349c8ed9c90ea65790c7825f37982794f0a16412b41daf
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-17
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.3.26
67
67
  signing_key: