kailash 4.20.0-arm64-darwin → 4.21.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: eef05e90f4cc11fa7c1dadc70773faa3ad90cd38f8001678bf5a7b0aa6a7c55a
4
- data.tar.gz: 056b8dfd00890f649ea1b9b648e9402ca27801900fd7e6147df8f0e6d36d8ae2
3
+ metadata.gz: 853d916e7c5cd7a448a5777433613f30d1f73734edc5b2a3ceb8869993561316
4
+ data.tar.gz: 780188cf0ba031a8063e1cc6321c021bc7a0fe709e87d30ef06b48373b14139f
5
5
  SHA512:
6
- metadata.gz: 8d39b3cffa84f246cabd45abf1d0ad6a8396a81e71701bbd246565ce69bc2ef3b8c1e54202ea7bb73755b813816a4531aff36b94aca93673106a43b063566118
7
- data.tar.gz: aa32f45f63555934f6dca1fcd14da0c3cf01a1d4598311b795b5f3fd961b6f9021b643feab0f7ce0dc56cee4c1577d26038960ffb8f251ccef9f138c905d19a2
6
+ metadata.gz: 60ab19a96138d8a1f2fc112a9801dcf310e2d3711c4738caf6483ac826af2966900eccc30f1cfaf5fe06b9968adc2c7f9b408e818c86333f62eff82327b4a7ca
7
+ data.tar.gz: a709f7592478eedaf9a1d8e91ea9853cb89ea1a5d3918bebd7e5ae8a5191c77d9fbc8c320ccba66b98c0feecbf49478c4a8a823587b5d9a8e23d998a5666b5d8
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.20.0"
7
+ GEM_VERSION = "4.21.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.20.0
4
+ version: 4.21.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Kailash Authors