kailash 4.12.0-arm64-darwin → 4.13.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: a169222302f6c06f6b84b25005c699d636587dc227a931ccfe463afc14de34c8
4
- data.tar.gz: bc587d8c147f688b3584e95c367b12e13155002eb3a156735e608ab0f59ae671
3
+ metadata.gz: 0f33a707f1cd51a87b19aed02be48f8aa06b91d49caea5ff03c5652a11e283a2
4
+ data.tar.gz: df5939955610ec50505f0612addb516cb47874f75430ea3d6ab849d4d5f2074e
5
5
  SHA512:
6
- metadata.gz: 9d1cc5fe86b131e1206f50437c1e0f3f94c6e8880a245f6c631b08c4a41d41b74240f1f1c0d7085c786c0731ceaab68df22d2d39748cdf5cc4efc7e8189a2b70
7
- data.tar.gz: 2c560d8089952e338c1e128cada5d45ea9e59fedfddbbb37c3b7c87878d50283460e433e592a4589e2eadc4a107c16f89842cd6acc86b4fc2dc63b8c1c51492a
6
+ metadata.gz: dc57f4c1537714c5a0900ad2f50b52b575cf59d461f8e47d2b23ca855d58231330d92fa39344456f2ae1e122fb088a87cc623543063e7df8bd91f3adafc772d9
7
+ data.tar.gz: f5298bc39d999a6b509a1aa23c87ca69fb65bcd504268739df4b69e896ec90d015769d18164ce283460c0e97d0633e6f2a96d313bef4e6524f42896139fb4979
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.12.0"
7
+ GEM_VERSION = "4.13.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.12.0
4
+ version: 4.13.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Kailash Authors