iscc-lib 0.3.1 → 0.4.0
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/iscc_lib/version.rb +1 -1
- 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: 6a782711bcc2fd2d29a3fab3fde013818daa5308b051aaa1ae53f6ac2be33461
|
|
4
|
+
data.tar.gz: 98fa42bdc682b0a4ca4e8864bd47e50c418760d526ea6e4f717e3f3f3c1343d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1370e24836ac5af9a42dee4764414e78be781fdfda2c8d727e34a4b483cc858e060bb0200110b4e66c9eb62845b33401a74077a6eca2e586eac27fafa71e34e
|
|
7
|
+
data.tar.gz: fce8a25485d74db196bf727cef84f0921f35e3b5adb5ad56b7e913986086b80144350449649d2851105af9cc2c9bf8beba4180585548460a701a5bc2a02dffcc
|
data/lib/iscc_lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iscc-lib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Titusz Pan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: High-performance Ruby bindings for ISO 24138:2024 (ISCC). Native Rust
|
|
14
14
|
extension via Magnus for content identification and matching.
|