kailash 4.13.0-arm64-darwin → 4.14.0-arm64-darwin

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: 0f33a707f1cd51a87b19aed02be48f8aa06b91d49caea5ff03c5652a11e283a2
4
- data.tar.gz: df5939955610ec50505f0612addb516cb47874f75430ea3d6ab849d4d5f2074e
3
+ metadata.gz: 7632a7a0192c32d245cff52afcb9c110c01e496906cc068572e86110a06a27fb
4
+ data.tar.gz: 68b729396f24c23f582ba9eb567b81dc69a1829b6fe58dedce24c4562de89eb0
5
5
  SHA512:
6
- metadata.gz: dc57f4c1537714c5a0900ad2f50b52b575cf59d461f8e47d2b23ca855d58231330d92fa39344456f2ae1e122fb088a87cc623543063e7df8bd91f3adafc772d9
7
- data.tar.gz: f5298bc39d999a6b509a1aa23c87ca69fb65bcd504268739df4b69e896ec90d015769d18164ce283460c0e97d0633e6f2a96d313bef4e6524f42896139fb4979
6
+ metadata.gz: d08ff89670845289c590f7a622a37a580f65e8df8034b59afc714edb19a28659d7f233146271f0a56232e03e54ad93951d04d0098629944f5d460ba5b9cde08d
7
+ data.tar.gz: 8e17014fd93f026c957dad8cf7c2fe0f3899ddd1cc7827a38921219140bdb90517b7e76bc680f56236b898a92d74a8a29e61c9c04cc0e84b68f68f30989b74c5
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.13.0"
7
+ GEM_VERSION = "4.14.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.13.0
4
+ version: 4.14.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Kailash Authors