kailash 4.0.0-arm64-darwin → 4.1.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: '09388208cae8a24fbb0cfeb7e2280581f8dd02ce9548e31260ddd04c7e026122'
4
- data.tar.gz: c56dfc2ecf30a9ff326a258f9638d750abfe30dfcc37aae423da1c727d928da1
3
+ metadata.gz: 93b831b7bf6e0c65bdfbc7cdb3ddfca3f91f73768ebb900f9c9467e64e7a1f47
4
+ data.tar.gz: fc907ad50f6c88ed1dd4e8de74879d092e56cc6d4b70fc4f46b977728fa7df91
5
5
  SHA512:
6
- metadata.gz: 2e28feba267c28e67193097800ba92da2cca8b7810a2ab5fda42db5dd0bc9fbbe921d040d7a5eed2a048a34871ff96a171b23b7ad40c63dcd9209fa11a1be1d3
7
- data.tar.gz: bc6f3a57c5baad3e6c2fa7f47056e2caaa438d0f552de2100eed5ffdf0b91af80dfbb46f26f7cdfad693c70f546c9dea78694c5e1dff66ff1839fc8cd9006c5f
6
+ metadata.gz: 8e0bddd1488d9da4478fd00638b5333ff32b99aee72099afd28b1b6e37be41251a1f83995f596de2c9ff4b71d5508d36c521c6b61bd445a4519f0424c7acdfcc
7
+ data.tar.gz: 1b287c9611502b3fd0858c075275b94778c7ba4bee2fb492b2c596e014a8a6187db21d6088a246e806804848d2fb740243fc3d4d5b328214236df202e76c46f2
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 = "0.2.0"
7
+ GEM_VERSION = "4.1.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.0.0
4
+ version: 4.1.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Kailash Authors