kailash 4.18.0-arm64-darwin → 4.19.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: 36fc3bb66d357cefe5a2a1672b82aa88ea6ab361d60c6b2332833286845b9ade
4
- data.tar.gz: 7f3611128451e5296359b7705ddb3c0308f98b9e8944b59a4b96c535718136e8
3
+ metadata.gz: 3075b954ba4142c74a9557e9106e00617d36915e7a8b12c8f5038eba15b21828
4
+ data.tar.gz: f5c83bd6c967284780decf094cd3d6bac9683b719f97f33a96a8523db4fa2f34
5
5
  SHA512:
6
- metadata.gz: fdbeec1a6b5d95cced23b4b92579bca8ec152995a9758f147f9d2b586c7eee87b838ffe0ec32ddcb01b1b09cfa1e6d322c16bab813a85a642fb74d0a3e2b6f38
7
- data.tar.gz: 97898039d90e1c6f49420bc8b5b6890984b98e71eb78e6b66d09875adc4ccb298fd4b35ceb48238c4f09c8acbe77e025c6f23853637a0b595f6edb160b7d7962
6
+ metadata.gz: 6665f285b9f961aad3957ff8075b5daf3047470fbbe705864860b0625965b66761009010b4923d535bddca49d400f00b9277d5fc29027658abf604cc4f2a2b7c
7
+ data.tar.gz: aedfcb746fdf9ff8b5bf198295c046a0160e04a5d0bb2ab2ba9c3429db150b824c3c394375c3cbe87b23af60005ee1c9b89a8bf5f2d50a6dd1fc67fe3b65c133
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.18.0"
7
+ GEM_VERSION = "4.19.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.18.0
4
+ version: 4.19.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Kailash Authors