yggdrasil-engine 0.0.8.beta.2-universal-java-17 → 0.0.8-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: 96952e8dbc1f6349eae2c44f89b803ed1876d6cf5be8a6f56dd4e25f9403be73
4
+ data.tar.gz: ea4c515bdcdc8b3a59b673c03a0d6a36dbf73446bf29b1245020d1eeac1624dd
5
5
  SHA512:
6
- metadata.gz: 24d399ba2042291fe317dc8fe8c25bd43b98bdd4300474133e0eca1a76cb43ca081d80e30105ea074c74eb04ee720019df59c3c8cf0065ce323b057b5bf9aa59
7
- data.tar.gz: 392310391f5e91bbb25909636501767c62b14226bda85a3fe0b3edf25bdf50bc9c3032224c0130d185556d7512b3ebafd0ddf5fc622731b1ae1e5520dcec3020
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.2
4
+ version: 0.0.8
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: