kailash 4.19.0-arm64-darwin → 4.20.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: 3075b954ba4142c74a9557e9106e00617d36915e7a8b12c8f5038eba15b21828
4
- data.tar.gz: f5c83bd6c967284780decf094cd3d6bac9683b719f97f33a96a8523db4fa2f34
3
+ metadata.gz: eef05e90f4cc11fa7c1dadc70773faa3ad90cd38f8001678bf5a7b0aa6a7c55a
4
+ data.tar.gz: 056b8dfd00890f649ea1b9b648e9402ca27801900fd7e6147df8f0e6d36d8ae2
5
5
  SHA512:
6
- metadata.gz: 6665f285b9f961aad3957ff8075b5daf3047470fbbe705864860b0625965b66761009010b4923d535bddca49d400f00b9277d5fc29027658abf604cc4f2a2b7c
7
- data.tar.gz: aedfcb746fdf9ff8b5bf198295c046a0160e04a5d0bb2ab2ba9c3429db150b824c3c394375c3cbe87b23af60005ee1c9b89a8bf5f2d50a6dd1fc67fe3b65c133
6
+ metadata.gz: 8d39b3cffa84f246cabd45abf1d0ad6a8396a81e71701bbd246565ce69bc2ef3b8c1e54202ea7bb73755b813816a4531aff36b94aca93673106a43b063566118
7
+ data.tar.gz: aa32f45f63555934f6dca1fcd14da0c3cf01a1d4598311b795b5f3fd961b6f9021b643feab0f7ce0dc56cee4c1577d26038960ffb8f251ccef9f138c905d19a2
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: arm64-darwin
6
6
  authors:
7
7
  - Kailash Authors