yggdrasil-engine 0.0.8.beta.2-x86_64-linux → 0.0.9-x86_64-linux

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: a985c6e40211776950d3500ca48068a2f1a8adb50f58e00d840ad4e1c9919e01
4
- data.tar.gz: 38db3cff49565674683bce998a337e1b95d029536f4be4115ab073b5a290e3bc
3
+ metadata.gz: 138ee17f116a76e8051ea621a0d2beb78ca4fd598695142abd6e61f9c2597083
4
+ data.tar.gz: b12b442efdb139b5f461661a15d5c4a9884d6e712be0995079115364f0e2ca50
5
5
  SHA512:
6
- metadata.gz: c9bae43bf0d689df34209361f745049865e17d3e9d5428e7d4459da6a5d2dfdf4b1da0a5630042d26164b0cc3ea0ffe23c149a3d03a5998d4f83321541101c37
7
- data.tar.gz: f658e97d28f0251ae13982658ad7b59745fa2cc46c85116746470bcf406c4c4778588911434493ff1b3969c85ae6104c5828a9466481d963bf9afc88a23d952b
6
+ metadata.gz: 292c5676257bece9805dbc4b8bb304b4831c184fbfe87546e911a3cb80c966fcc50aacf59fa7c8c27fab6cfb5d75bc3d4d32d8105a6a4b80aab6ae575e30ec3b
7
+ data.tar.gz: 6c5b6b03d050de2da6f915641fe4a2e46d1800061fd7d2336fe97cbdff715bd6e7c287fc877b9eb5c1691e107828a1552d862cff08aca5d58ece9b7766f43d5f
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
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.9
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Unleash
@@ -52,9 +52,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
52
52
  version: '0'
53
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
- - - ">"
55
+ - - ">="
56
56
  - !ruby/object:Gem::Version
57
- version: 1.3.1
57
+ version: '0'
58
58
  requirements: []
59
59
  rubygems_version: 3.3.5
60
60
  signing_key: