kailash 4.19.0-x86_64-linux → 4.20.0-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: c028174aaad511c160f37cfe70bf2ecc0e3c5c7c446b9e52332eb63af109e819
4
- data.tar.gz: 12c8da40c9716860b1f2202da8e9fbfb50b6a1660003ba34a2c489e5c7ee3eb7
3
+ metadata.gz: 429a18263097d0aa89098f79c02ab9638326d11357a8e29509d46c4e5aaab362
4
+ data.tar.gz: 1a973fc63161055c4cb0998707842ec5350c9f89fab9d0aeb4f510f18d96eca9
5
5
  SHA512:
6
- metadata.gz: d32c77654f48eeaacae11255fe12b6c7c52ef07bc8a17a5f336bab83bb4dc46ffc168c42b30b7fb85221074e64ab9bda6520bfcabd56b326fa89bf177e8cb509
7
- data.tar.gz: 2ed48a2c3419e8cbf92abba3393bbfc735377b2201cbbe683118f4aa00bdfe641c258f187f5087781577ccad42ebca34a7c163145e268c9f9be9d761611baf18
6
+ metadata.gz: e59bd11226c64bcaeaa740468cf5866747f5f08acb8a5baf52892a7e6aa5306d2a171d3ba4f3323a0e0b60afff6a5f0f01d64838ab3ba2e307023c44237e0b45
7
+ data.tar.gz: c40e1c5d5131b618a68cc62eedb597640d776d8ffbc72f80e344f51400b87b535cae1a3348589bdcfba887a41be67330b88db9b67385fcd047a82808bee304b0
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.19.0"
7
+ GEM_VERSION = "4.20.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.19.0
4
+ version: 4.20.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Kailash Authors