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

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: 57e0fe0efe9a1d6f2dc1102379b7ea78717de76b7583c9ace423944f2da67ec2
4
- data.tar.gz: bcc4959d7f7cadf265c2526a06aed767699e7238aa9f7b358a07f97df32dfb06
3
+ metadata.gz: 9ce61037e367009aa15d6ad3b0292fe873ac67682b7a81455d487055b0b84e46
4
+ data.tar.gz: 1f6eda90a1f20f63effc4086efe3157b11348c8c9d751d965b00c471aa13d895
5
5
  SHA512:
6
- metadata.gz: 4e38e7bda71788ef2c115c5e9404afc71f5bf85462a29daffd5c4e77f4d2000f8c7409c69a56eb9dfda38371bdc9156410cd4c4fbb8aa2d2139d342d06238165
7
- data.tar.gz: d48a1f754a211c42cd95c28c9c66bb51836393687793e87df13be44d6fb0822fa41ee4662fc789ede294fdeada9876758d5b95566412c6fc02ad8d5453c704a4
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.1
4
+ version: 0.0.8
5
5
  platform: universal-java-21
6
6
  authors:
7
7
  - Unleash
@@ -33,14 +33,14 @@ files:
33
33
  - README.md
34
34
  - lib/custom_strategy.rb
35
35
  - lib/libyggdrasilffi_arm64-musl.so
36
- - lib/libyggdrasilffi_arm64.dll
37
36
  - lib/libyggdrasilffi_arm64.dylib
38
37
  - lib/libyggdrasilffi_arm64.so
39
- - lib/libyggdrasilffi_x86_64-linux-musl.so
38
+ - lib/libyggdrasilffi_x86_64-musl.so
39
+ - lib/libyggdrasilffi_x86_64.dylib
40
40
  - lib/libyggdrasilffi_x86_64.so
41
41
  - lib/yggdrasil_engine.rb
42
+ - lib/yggdrasilffi_arm64.dll
42
43
  - lib/yggdrasilffi_x86_64.dll
43
- - lib/yggdrasilffi_x86_64.dylib
44
44
  - spec/custom_strategy_spec.rb
45
45
  - spec/yggdrasil_engine_spec.rb
46
46
  homepage: http://github.com/username/my_gem
@@ -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:
@@ -1 +0,0 @@
1
- Not Found
@@ -1 +0,0 @@
1
- Not Found
@@ -1 +0,0 @@
1
- Not Found