kailash 4.18.0-x86_64-linux → 4.19.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: 4e7249850f77a67656d5440d9cb917a26aebd0f1e40aa3109ffb5d7143b40f44
4
- data.tar.gz: 5349c0b72aba255d11a276e054cfc6c03ab0198b0eb5d0de976434c85f941392
3
+ metadata.gz: c028174aaad511c160f37cfe70bf2ecc0e3c5c7c446b9e52332eb63af109e819
4
+ data.tar.gz: 12c8da40c9716860b1f2202da8e9fbfb50b6a1660003ba34a2c489e5c7ee3eb7
5
5
  SHA512:
6
- metadata.gz: e9455bac2a1fbf16ad5b0d556fa3f27116173d61571fc1dba012a28584a77b15319e8d723684d37e629940297020f96af69a1edcbd48c17f22f50485937193e0
7
- data.tar.gz: c2dc77dcfea52815c69b8cad7ff35b11fd6315c69d1936132d528dd3cfc1a0835d39001c57db09f3cfcfe3786515d0a168f5a45b85e27cb1c6f0f9f2f66a2b67
6
+ metadata.gz: d32c77654f48eeaacae11255fe12b6c7c52ef07bc8a17a5f336bab83bb4dc46ffc168c42b30b7fb85221074e64ab9bda6520bfcabd56b326fa89bf177e8cb509
7
+ data.tar.gz: 2ed48a2c3419e8cbf92abba3393bbfc735377b2201cbbe683118f4aa00bdfe641c258f187f5087781577ccad42ebca34a7c163145e268c9f9be9d761611baf18
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.18.0"
7
+ GEM_VERSION = "4.19.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.18.0
4
+ version: 4.19.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Kailash Authors