yggdrasil-engine 0.0.5.beta.15-arm64-darwin → 0.0.5.beta.17-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: 9294fd308cdc3cc5eecd7e97cdecf40e458f3251f24974c460b8e0ec0d9d7da3
4
- data.tar.gz: 425c477781ec9a62e47739cd4f6773d074c5a04b2d404d2abb2646b17ea3d358
3
+ metadata.gz: 87a13079229611fb5f0b2761363c71d32bc81e126838fbf9b14804e2abc0ff61
4
+ data.tar.gz: 57c44b52c26259848774f931a05a706801eb20f29f144b48f5d45ffccea8fcf4
5
5
  SHA512:
6
- metadata.gz: 457a64a99e562f35cfd6299c958a9b98cad06c9480791ee00692194705f96aec68df7163d210d36910d490b7932fd9619f0d64e96675975e22655d99396d5d96
7
- data.tar.gz: 2aab3df9307c82819fc195babb7ec054c5056817a95d2014d689150a664df4f57eb2b7753696f2d50a47af83f14e5068c94a5542de5e9259adef803b4867a83a
6
+ metadata.gz: 8f9a2ebbb581af83c9fdbe2c49e95256c603659b0fdae614e860297ef6a0c2711860c54f90a377c19b0123b8c91abbc6e6a8823373a15d4a6f2900d5608778c5
7
+ data.tar.gz: 07f5c4942986fb36ac15a8315f1dcf1d2f36b2c31049e5f235b9693e1f6999dba92bdc3e81f9d699b15a654849292f5926c37baa44772f5c3b8a278a2893e0c6
Binary file
@@ -25,7 +25,7 @@ def platform_specific_lib
25
25
  when /x86_64/
26
26
  'x86_64'
27
27
  when /arm|aarch64/
28
- 'arm'
28
+ 'arm64'
29
29
  else
30
30
  raise "unsupported architecture #{cpu}"
31
31
  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.5.beta.15
4
+ version: 0.0.5.beta.17
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Unleash