yggdrasil-engine 0.0.8.beta.1-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: 1a53a9f02bc849138cfda90c15a03bbc7ba0ef54b14f4e19ca878683bffe05c9
4
- data.tar.gz: f3bca19e1c668cc29e858ba769205a61c158969cf57d4e436b648e5717ad23ef
3
+ metadata.gz: 7c28fd3deda14ac2a7f7334a5d2b5c015da78c564de6ad7d7e8c513b2fe51613
4
+ data.tar.gz: c58b4f66f18669eb9e711c8984164b6444d97c327b3354072bc51d345f73dd96
5
5
  SHA512:
6
- metadata.gz: 91dc5d8a375a687a5235b941a4112b8cc80d68b479758ebf8ccb96a2c430f650edf1fd1a47f62990a4d2dd63040102ca988a356356b9dfe8ac98b05d73c91ea7
7
- data.tar.gz: d1f31505f9278770973eb914557ebc0623896387c548260d1fe53ec38de879dc74d4e4d22006583d46f6d34f902eac850655d68e182adcdb080413c0013d83de
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.1
4
+ version: 0.0.8
5
5
  platform: universal-java-11
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.2.33
67
67
  signing_key:
@@ -1 +0,0 @@
1
- Not Found
@@ -1 +0,0 @@
1
- Not Found
@@ -1 +0,0 @@
1
- Not Found