kailash 4.5.0-aarch64-linux → 4.6.0-aarch64-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: 394743b9c57c97659749ece54ca738716fe971088e51925ef016a5c05feab3bb
4
- data.tar.gz: 88bbf5d5f4a8b82266682abcd4a4290e42be9dd3a497fdd9a8cedd37e37a4c4a
3
+ metadata.gz: 9e8b8d019ca99137662bb66474d33463c7eab3c9823543b573ec6ed66fd7a313
4
+ data.tar.gz: dbadbd94af35718e3fcb36bf70b1e260580785bc7677a3f383279909ad169805
5
5
  SHA512:
6
- metadata.gz: aec60d2d8d3dbc504b1fb8c199a4ec975682bd4cbd941b996b8c5458f2cff520ad5f9d54c684e16a10c89192e9b429a209e74516dd3f89fbd889b3602c54d943
7
- data.tar.gz: ee535d67d4524326514a9a8560795f894d9768e51ae8666bbd89e9650ce8f9cca2121d074664c9bf64ef470573c29cdde2e9291b7bc7b6de84b342f89c4d896c
6
+ metadata.gz: 448fa28192ccf780e92406621697fb80899a4f1b30a6f54b872184c85179f7a126402615566ef5606649331e1932ffaf558d056a76a4a7f5d70c0b028ef8f6bf
7
+ data.tar.gz: 6983262d3a6a49aa6d50828aca81ce92bb80d4276b00c63166193b85db01d4a4fb5f346cec88875f962f23a3ee9209f12c312d11578c942d7828e6515a1f0048
Binary file
Binary file
Binary file
@@ -4,5 +4,5 @@ module Kailash
4
4
  # Ruby gem version — kept in sync with Cargo.toml via release process.
5
5
  # The native extension also defines Kailash::VERSION from the Rust side;
6
6
  # this file provides a fallback before the extension is loaded.
7
- GEM_VERSION = "4.5.0"
7
+ GEM_VERSION = "4.6.0"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kailash
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.0
4
+ version: 4.6.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Kailash Authors