yggdrasil-engine 0.0.9-universal-java-17 → 1.0.1-universal-java-17

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: 2f21bb6e690737aee1a8f6d993030f4c6a9b24fe1599ea283ba7c30e53cced4f
4
- data.tar.gz: f6a8403ba07b1c404588d82ea4eb0df6118fa671a7ca3d2a03efcb47c1bd2e3e
3
+ metadata.gz: 8cd81b89a1a9a9901591c7abbb51584d2888ca0be0455c2a3c5140e4c51782fc
4
+ data.tar.gz: 71e67fd79dac1575e6458d91a12d250aaa1e02d43e79de60f97ddb475839e5a2
5
5
  SHA512:
6
- metadata.gz: '0281cbaea3c57ac08d646dd696f01c19044c3ec730fc083650b7f01ae9f87c09bc9957eb877ee3357afa5220f7e84421893fc0db0b66a06c25b354af225159c3'
7
- data.tar.gz: a3cf117174817f9e23246a1a64c7cc7e14a40d17d9db1db9b1e1463c8994c712d665433df661835ba3349c8ed9c90ea65790c7825f37982794f0a16412b41daf
6
+ metadata.gz: 79467ced2fdfaed7ba0582637184a48bb86bdca25f0e4f849b15fcbd85dd3de22b2b152673f181fedf6f9b993385b6cb476c7b35750c27d4e1c5d3004cad6cc7
7
+ data.tar.gz: a4b1540c05fb05c5937ba36e0ce3c72b5387c83b27a59698ede74080737cceba0554af0eb7e43001483b66965d50b612028424abc5d4cbd0ef9cb8e6db1a23f8
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -22,7 +22,7 @@ def platform_specific_lib
22
22
  end
23
23
 
24
24
  arch_suffix = case cpu
25
- when /x86_64/
25
+ when /x86_64|x64/
26
26
  'x86_64'
27
27
  when /arm|aarch64/
28
28
  'arm64'
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.9
4
+ version: 1.0.1
5
5
  platform: universal-java-17
6
6
  authors:
7
7
  - Unleash
@@ -47,7 +47,7 @@ homepage: http://github.com/username/my_gem
47
47
  licenses:
48
48
  - MIT
49
49
  metadata:
50
- yggdrasil_core_version: 0.14.0
50
+ yggdrasil_core_version: 0.14.2
51
51
  post_install_message:
52
52
  rdoc_options: []
53
53
  require_paths: