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

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: 9855a336fcab7e1f81ef682d8c71496998fc3f1dcf250dcf1d698d57a64dd541
4
- data.tar.gz: bfe88ba34f3cd7cf8bc035bdd3f23bfe61478dc8a56ad69f214ca16952f1cc44
3
+ metadata.gz: 5ec8495b407a2f538bb2fc4cb4dc49c924baf8aa19803c8066d712030e88c593
4
+ data.tar.gz: 32a173daaebb2d0d5acbfc42833cf64e27d91bdea5351581b904150a883d6b91
5
5
  SHA512:
6
- metadata.gz: 43ec045b1949acc59f305804b7d1a676339cebafe554d28ffd3e9b7de5238ac1214a65df6f9750e98a45c4975febfdb6e296fa426dab05b1b36c3fc372d71560
7
- data.tar.gz: c930002d70b8ac1f32bf3d753bba49545e8a7aec515532a0f21c2b5cd0a6253bc1d56ea7b698d5b3c2b977b7121df99ba3894da6842d66ae064272183c6fdf73
6
+ metadata.gz: 4413a3c19744aa757d058445eef2f033e910b790ff5fa58630e8cc5c6c2282e9d69bc5194424d9a4b3090b38f57d7a5321bf768345bb6337187478bde86a4ada
7
+ data.tar.gz: 65d6608de0b249583a1c309bb8c058e36fd3af89d50d312b0c2eace99478e2958cac4658e3d0bad4be9d107adc28d805a8b6644629000c0d718db9f584e27422
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-1.8
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.1.6
67
67
  signing_key:
@@ -1 +0,0 @@
1
- Not Found
@@ -1 +0,0 @@
1
- Not Found
@@ -1 +0,0 @@
1
- Not Found