kailash 4.1.0-x86_64-linux → 4.2.0-x86_64-linux

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: 4fd4ea6bae7415b3094218fe7b5d8a9fd9dcda60df1f1eaa9c28428256311614
4
- data.tar.gz: bde38746280e723a498cbc8ed9f3e78b076a8a4cb91a215b8d1cfa23356a0bca
3
+ metadata.gz: 2ae19a2928ca5bff51bf818bda38025e4ba87ea5c4a41abd2384a6612a2de92f
4
+ data.tar.gz: 4238887aaf6f51fe084bdb84e4741a0a5fad77ba5147201204b1fc0e87d8cac9
5
5
  SHA512:
6
- metadata.gz: c4b3b564f0601a2ccc9930eda1d908d4fe506311a8b181b2dfb2bef3620aaf517c1e3e1067c01c2011e71e475f60e5344d7c0ac8e40fe74df4f4302b6bf5a0b7
7
- data.tar.gz: 8398760370709a5bd5a94db3aede5cccadcc67f84154fa2db725a0aa7b40bb8a5e80c76f72839767a59425d3b1059a6ead6f4ce8ca6435ffe747f62cea5d1c66
6
+ metadata.gz: 442a9b94c3ab51cbda83cc3195906f851783cdee993fb202635c8e63d720243369561d582ada24b4bb1bf7341504c0e01f1e08ef05e886440d01aa28c950cc30
7
+ data.tar.gz: 4bd9c2be25f879addb52d931367208e20d7346480ad5ff4b8b48e533013a62afaa40cbe36f7db92b5a14b3cdcab1b96fb683c10a813154d0d3a34e96758518c2
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.1.0"
7
+ GEM_VERSION = "4.2.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.1.0
4
+ version: 4.2.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Kailash Authors