kailash 4.14.0-x86_64-linux → 4.15.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: 24197e6837f04cf9a67b875d2fbeb856f68dd78823da7f128a379e7914214ea6
4
- data.tar.gz: 19c160c044cb751b682c4069ce59c38b98054c7804cc1d0f9ee576acdc2709fa
3
+ metadata.gz: ebbd74f3683fa567aa383eb320bf9099f75d8a61beb960cbb5fff8a1438ad328
4
+ data.tar.gz: da83762be34cb69a92e16d7cb6f478aa02fda9246a6ae47cc1f50693e1c7159e
5
5
  SHA512:
6
- metadata.gz: ad14c669678b9f1175d3e2ca2cabe616f71f27cf010c5b28a1b2d54958e8594574c7a50d4cd3cac89f2a77a7f19b546bb5264de3c27058bd513698ab040ad332
7
- data.tar.gz: 18c8151db7eb08c01bf4d481d527dd3aa02e0c177ace7d0bfd4141f6d853219aa5d38e5c672476bb0fd4cc7393306bab0160e00a1f09fa91ef8aab6c57eff981
6
+ metadata.gz: 73bee293761d11005e07041af79cf3ae1dc44efb913ffadc3cd71736d383478c2f4a687985da8f231a21e877a762b08db2cd0fde888ecfcf7058af516e9afa44
7
+ data.tar.gz: 918dfcd5bbeb6e710305dc4c353cf51b0b8933632b16d3161be43e87a44c703f1bfcbf2c5b0c4ca1f3c206c3cb178c350497b6753b6e1cda170d26993c0f90e0
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.14.0"
7
+ GEM_VERSION = "4.15.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.14.0
4
+ version: 4.15.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Kailash Authors