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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a985c6e40211776950d3500ca48068a2f1a8adb50f58e00d840ad4e1c9919e01
4
- data.tar.gz: 38db3cff49565674683bce998a337e1b95d029536f4be4115ab073b5a290e3bc
3
+ metadata.gz: 9218b5d755d51bbb1c43dfe7b6868c242dcc3d4877081f6c1386c404fc72e65c
4
+ data.tar.gz: 8869db2d374ac993a2bbbd0a46861f75ee71b31adb1669ca22d81fc1669183be
5
5
  SHA512:
6
- metadata.gz: c9bae43bf0d689df34209361f745049865e17d3e9d5428e7d4459da6a5d2dfdf4b1da0a5630042d26164b0cc3ea0ffe23c149a3d03a5998d4f83321541101c37
7
- data.tar.gz: f658e97d28f0251ae13982658ad7b59745fa2cc46c85116746470bcf406c4c4778588911434493ff1b3969c85ae6104c5828a9466481d963bf9afc88a23d952b
6
+ metadata.gz: 8e2859072136067adba1ea5b8df2cfb6d6a65214facb0bea1efaff2519e1d1d88cebe23a264ac7b4a0c9fe094472e7091a391933403337aa5b15af157e36a332
7
+ data.tar.gz: ab80e182d68d8611f5454b782c03e6b82718f6f2af220ba9926ba6c478cf092a369083813c7d371ab93df50810ba1a6f4069441c73dc2b26bf392a1f005f4618
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.8
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: