yggdrasil-engine 0.0.8.beta.2-arm64-darwin → 0.0.9-arm64-darwin

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: b2b32f0cdf760ca26d130a54c7d2092bc97d79ef18f5a3f0daa8cb86feaf5034
4
- data.tar.gz: 8e740cbed242fd1e4efaae01c6e2e70618761a629129b898fc3d1ab0a2185226
3
+ metadata.gz: e5d2739d3e469160669347df225acdb572e55d3c714dd9ed36c02156c3ffb253
4
+ data.tar.gz: 8c84ee7be757bf617454f54a984f6f7278e3282ae572f63f6384a6092de99d21
5
5
  SHA512:
6
- metadata.gz: 53a4c1b2fcb5fa74634c378fba04d23438a1a7ab06fce8f38880a294750c43a5f5ee4782776b2bcb01ed7251c6a67110f61c4469b9f7477a02fd0df1e3830d17
7
- data.tar.gz: 30191aab0fdab27d605d92b7bdac28d35eea3a54f688c29e799cc83906f2da1ec35b4a4de6ccea0038a08dc094f559f254eecbe596aea84e18db0559903b7e4e
6
+ metadata.gz: 6b7e086c8072f06b37eca62764723f7c9df847e2e9b28b520eab318c7e6e3a215f40564ffa4466e6fa88d391de83261604f74e8ecf53c29f71b7466980a96cad
7
+ data.tar.gz: 0e69cc11d3c77a52ee428eba78e021a8bf3a73a933e269595a85f295f8e1a86b00a3b964755a86d5ed1a82ce0f5370372bbb7dc28671a0ca81d7a3322596110f
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: arm64-darwin
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: