kailash 4.15.0-arm64-darwin → 4.16.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: f5bf9ab642006823546132d239f0e4745dab48d51fbf8dc4949a6af1a014f7fb
4
- data.tar.gz: 0f0cc8de2aad4a84c18ce4f718cefebc5e23ca3640a920c693c0349ef02ced53
3
+ metadata.gz: 308eb3e630c2a2e2ad738ded187030b94fe767ff245abeeb6c0cfc2c8116a049
4
+ data.tar.gz: 2c532e8fc72c962868b1b52d58911402e7e41198de3bcd84fbe155082c101e8d
5
5
  SHA512:
6
- metadata.gz: 7d9e95788ae31cb21d9e14d5ac2e5aa73a32e110c88a81c994f22d8e5d7bb967ba7f2e11b8c83b065bde396266338214033cde4bf9c921b9d77b94d16440d399
7
- data.tar.gz: 0c68d1c8f519d0b33e5c048d95c622d91ab771e4b32ca4b7ad9f2ad94985ed15d4b1dd47d7794403121e6625876f83058055087247b1eb57dfae985f1b8ecb38
6
+ metadata.gz: 72ae744cbcfc08c4cbe3d8aa8731551a7b806ddc9e9c0e21cc0ef11c0312cc1c9ff177ba968eea58ad69cb948ffaf991429f6e328a19ac1285044432fd7248c7
7
+ data.tar.gz: 63091cbaffb1a711d7f4ad391906c0b3b09883cc2806a54192fa20fbcec07eb523519ec7a5040a719165537e3e35d4e58d65b8ca3ffa8f2f4f82d7b03f19637c
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.15.0"
7
+ GEM_VERSION = "4.16.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.15.0
4
+ version: 4.16.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Kailash Authors