visiq 0.1.2-aarch64-linux → 0.1.3-aarch64-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/visiq.rb +1 -1
- data/vendor/libvisiq_core.so +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3bf62f8e6162ea02b83fc16d11b308c53985b3999474a684d81b60250012a5d
|
|
4
|
+
data.tar.gz: 7fd327f1e3a12fa6f31d5ba11a2017be34d259b049696cbb16cafd63ff5c8121
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a9b6b11bf8c7bd9321aad63fb66c14dfefe9a76819e00781d4cfc081e3c54152600829d686197c899119a21e191b6d78741f62e19d09bd7a7cddfce75d82c95
|
|
7
|
+
data.tar.gz: c6c27d0e31ef6cb42a510668580a4b9330723d21f9eabb85cbeb00258cc661373e44ff1a86ed6f342c629dc868d664ff69d14eeb10a9de5c4b87d95006a36d22
|
data/lib/visiq.rb
CHANGED
|
@@ -43,7 +43,7 @@ module Visiq
|
|
|
43
43
|
# Semantic-Kernel adapter defect (see its Cargo.toml). That hold gates the PyPI
|
|
44
44
|
# wheel, which ships the core's own version; Ruby and Java version independently
|
|
45
45
|
# and are not implicated. Bumping here does not resume the Python release.
|
|
46
|
-
VERSION = "0.1.
|
|
46
|
+
VERSION = "0.1.3"
|
|
47
47
|
|
|
48
48
|
# Low-level binding to the compiled core over the C-ABI seam.
|
|
49
49
|
module Core
|
data/vendor/libvisiq_core.so
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: visiq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- VisIQ Labs Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-09-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fiddle
|