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 +4 -4
- data/lib/kailash/kailash.so +0 -0
- data/lib/kailash/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ae19a2928ca5bff51bf818bda38025e4ba87ea5c4a41abd2384a6612a2de92f
|
|
4
|
+
data.tar.gz: 4238887aaf6f51fe084bdb84e4741a0a5fad77ba5147201204b1fc0e87d8cac9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 442a9b94c3ab51cbda83cc3195906f851783cdee993fb202635c8e63d720243369561d582ada24b4bb1bf7341504c0e01f1e08ef05e886440d01aa28c950cc30
|
|
7
|
+
data.tar.gz: 4bd9c2be25f879addb52d931367208e20d7346480ad5ff4b8b48e533013a62afaa40cbe36f7db92b5a14b3cdcab1b96fb683c10a813154d0d3a34e96758518c2
|
data/lib/kailash/kailash.so
CHANGED
|
Binary file
|
data/lib/kailash/version.rb
CHANGED
|
@@ -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.
|
|
7
|
+
GEM_VERSION = "4.2.0"
|
|
8
8
|
end
|