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

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: 93a038cf8f650dc39ae557651ead96cf6a83dd172c39de5bd86b5dba0c5ee77c
4
- data.tar.gz: beac60ec8f0a4e362bcb8c3d529e264738cbeb2496bf385dab2cbb174e63431b
3
+ metadata.gz: 7c28fd3deda14ac2a7f7334a5d2b5c015da78c564de6ad7d7e8c513b2fe51613
4
+ data.tar.gz: c58b4f66f18669eb9e711c8984164b6444d97c327b3354072bc51d345f73dd96
5
5
  SHA512:
6
- metadata.gz: e0c41225e594bd9f0581a54554405b10f96a29d594e18cd40b6036dbedda118ed9cdce206a251610f958c1dfc116898204cc5f3584c2224bf34b70e5dfb9b793
7
- data.tar.gz: 392310391f5e91bbb25909636501767c62b14226bda85a3fe0b3edf25bdf50bc9c3032224c0130d185556d7512b3ebafd0ddf5fc622731b1ae1e5520dcec3020
6
+ metadata.gz: 2e8449c0568100fde2965eec9591af07f763611b7fd03d23fae03409d1b777de5c48d42c10fd2d2f89769fe47d3971885090affb027553366905a3dc38549e23
7
+ data.tar.gz: 35f7453b682c5233fdf8c1be53cc514cd45b8d8a5973d06b94fcfc4e72ec38683289f632ce2664b2b719adf1f3ab78b2cbc279fab784f46df599b46d4abb874a
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-11
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.2.33
67
67
  signing_key: