yggdrasil-engine 0.0.8.beta.2-universal-java-21 → 0.0.8-universal-java-21

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: 5aa13e1aca2ebcdb389203db0e15deb25fa653f3888398216c3dc6ecc1e92823
4
- data.tar.gz: f50a744475bdf0af6ee7624bb186efd3049f47542c68da5fda77272855e1d684
3
+ metadata.gz: 9ce61037e367009aa15d6ad3b0292fe873ac67682b7a81455d487055b0b84e46
4
+ data.tar.gz: 1f6eda90a1f20f63effc4086efe3157b11348c8c9d751d965b00c471aa13d895
5
5
  SHA512:
6
- metadata.gz: 965829ec2fb607265390af16c25b47e41b7ae8b55f06538426e0b0d985ed428fd2319a46117f4f672482fc735d50e0a5a21cbfec7cf6e95bfb629f70fd911371
7
- data.tar.gz: bb66fcd4ffedb4c61625650f88805d853db0c1587ec86347bdcf64d6e10fe8146fe1640f244e023abebd186c7d35428eb42269ddb255bb65de15ec17358ecb9c
6
+ metadata.gz: a26257214e2e7c90113fe14c2e2b2bf303760563c7154dabda6b428fb9da7f8929fa7788a0e4666c0a815e125048b8da683a7f1d8eed054ff9fd4de7a9c3bbd9
7
+ data.tar.gz: c54232a558a94a53320a3638d08274c62d43a1c84eb9aa14b1cfc72dfe045cc53bbe6702d203f30d05721dbb7b374635a01db0158ecac08c5db40c41c8ebaedb
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.8
5
5
  platform: universal-java-21
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: