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

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: 40d11674b33df46e0ddd882009125ae5dbc0f984b252712c6715d5522d8d2cba
4
- data.tar.gz: 077ba65400cd9bedb36581e23e8dd7f795ae7a8279522290f00c0897db806903
3
+ metadata.gz: 96952e8dbc1f6349eae2c44f89b803ed1876d6cf5be8a6f56dd4e25f9403be73
4
+ data.tar.gz: ea4c515bdcdc8b3a59b673c03a0d6a36dbf73446bf29b1245020d1eeac1624dd
5
5
  SHA512:
6
- metadata.gz: 7a330e4760d8646aba1c49e6db08071f8b6e3289dda4bbd71832173f4f98f226ff2fd836a5ec550ef8b5a15d472f449db46dfc2e0c9d65fd2ba18d5a15b336ab
7
- data.tar.gz: a890eaae83a3f2aec2874e4b7ea8a8627f824d23206db90c525a39a9154641a39dff49cfacadf27cdcc4ad920c7782abd203f6c3ed7b0d0a1d123a58770d9b37
6
+ metadata.gz: a898313ce7e346cdf038307bd73b53a992d45cc733163c9715f2e05e1d714cc91171ff1a6ddf859f9e4da77093634bfeb8f7f7f97d0fa57db2b4c97e80aba4e6
7
+ data.tar.gz: e3113cf77f2ffe798c39a89c7b0754ff3737a1b550ab4690d908f00f35f9bdbe7a113bf4f23572700c6d7709570bed1ea77788113cda0a5b53d8284c3f21a170
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-17
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