iscc-lib 0.2.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: fa67f56d86252e52a63a64db486e203f9ec6d3a184d9ab11f8b97ebb6bf94d5e
4
+ data.tar.gz: e4a0de83793db79bd41b641000ef80df879c1de503eed96f5f5a61eb89134a3e
5
+ SHA512:
6
+ metadata.gz: 3fa5755bd86089d4cf98dc82d4e4d3486efb7dac701e7fa1b759567cb7874db2b62f8ce201e266bcc0fea35ef7c60b54f4e455f55c8eb6569202478ddc2f78e9
7
+ data.tar.gz: f7cf1c5c6645aaf67cd60edd0746df5fb42cdf450be7b8aa6742a7b405f9230450811ad847b61e5516697b7347dccb0b74e3c1afaac58d238c65ed609bafc72a
data/LICENSE ADDED
@@ -0,0 +1,190 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to the Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by the Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding any notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ Copyright 2026 The Authors
179
+
180
+ Licensed under the Apache License, Version 2.0 (the "License");
181
+ you may not use this file except in compliance with the License.
182
+ You may obtain a copy of the License at
183
+
184
+ http://www.apache.org/licenses/LICENSE-2.0
185
+
186
+ Unless required by applicable law or agreed to in writing, software
187
+ distributed under the License is distributed on an "AS IS" BASIS,
188
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
+ See the License for the specific language governing permissions and
190
+ limitations under the License.
data/README.md ADDED
@@ -0,0 +1,93 @@
1
+ # iscc-lib
2
+
3
+ [![CI](https://github.com/iscc/iscc-lib/actions/workflows/ci.yml/badge.svg)](https://github.com/iscc/iscc-lib/actions/workflows/ci.yml)
4
+ [![Gem Version](https://img.shields.io/gem/v/iscc-lib.svg)](https://rubygems.org/gems/iscc-lib)
5
+ [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6
+
7
+ High-performance Ruby bindings for [ISO 24138:2024](https://www.iso.org/standard/77899.html) —
8
+ International Standard Content Code (ISCC). Built as a native Rust extension via
9
+ [Magnus](https://github.com/matsadler/magnus) for speed, with an idiomatic Ruby API featuring
10
+ keyword arguments and attribute-style result access.
11
+
12
+ ## What is ISCC
13
+
14
+ The ISCC is a similarity-preserving fingerprint and identifier for digital media assets. ISCCs are
15
+ generated algorithmically from digital content, just like cryptographic hashes. However, instead of
16
+ using a single cryptographic hash function to identify data only, the ISCC uses various algorithms
17
+ to create a composite identifier that exhibits similarity-preserving properties (soft hash).
18
+
19
+ ## Installation
20
+
21
+ ```bash
22
+ gem install iscc-lib
23
+ ```
24
+
25
+ Or add to your `Gemfile`:
26
+
27
+ ```ruby
28
+ gem "iscc-lib"
29
+ ```
30
+
31
+ Precompiled gems are available for common platforms. If no precompiled gem matches your platform,
32
+ the gem builds from source (requires a Rust toolchain and `libclang-dev`).
33
+
34
+ ## Quick Start
35
+
36
+ ```ruby
37
+ require "iscc_lib"
38
+
39
+ # Generate a Meta-Code from content metadata
40
+ result = IsccLib.gen_meta_code_v0("Hello World", description: "A greeting")
41
+ puts result.iscc # => "ISCC:..."
42
+ puts result.name # => "Hello World"
43
+ puts result.metahash # => "1e20..."
44
+
45
+ # Streaming for large files
46
+ hasher = IsccLib::DataHasher.new
47
+ File.open("large_file.bin", "rb") do |f|
48
+ while (chunk = f.read(65_536))
49
+ hasher.update(chunk)
50
+ end
51
+ end
52
+ result = hasher.finalize
53
+ puts result.iscc
54
+ ```
55
+
56
+ ## API Overview
57
+
58
+ ### Code Generators
59
+
60
+ | Function | Description |
61
+ | ---------------------- | -------------------------------------------- |
62
+ | `gen_meta_code_v0` | Generate a Meta-Code from metadata fields |
63
+ | `gen_text_code_v0` | Generate a Text-Code from plain text |
64
+ | `gen_image_code_v0` | Generate an Image-Code from pixel data |
65
+ | `gen_audio_code_v0` | Generate an Audio-Code from Chromaprint data |
66
+ | `gen_video_code_v0` | Generate a Video-Code from frame signatures |
67
+ | `gen_mixed_code_v0` | Generate a Mixed-Code from Content-Codes |
68
+ | `gen_data_code_v0` | Generate a Data-Code from binary data |
69
+ | `gen_instance_code_v0` | Generate an Instance-Code from binary data |
70
+ | `gen_iscc_code_v0` | Generate a composite ISCC-CODE |
71
+ | `gen_sum_code_v0` | Generate an ISCC-SUM from a file path |
72
+
73
+ ### Utilities
74
+
75
+ - **Text processing:** `text_clean`, `text_remove_newlines`, `text_trim`, `text_collapse`
76
+ - **Algorithm primitives:** `alg_simhash`, `alg_minhash_256`, `alg_cdc_chunks`, `sliding_window`
77
+ - **Soft hashing:** `soft_hash_video_v0`
78
+ - **Encoding:** `encode_base64`, `encode_component`
79
+ - **Codec:** `iscc_decode`, `iscc_decompose`, `json_to_data_url`
80
+ - **Streaming:** `DataHasher`, `InstanceHasher` for incremental processing
81
+ - **Diagnostics:** `conformance_selftest`
82
+
83
+ ## Links
84
+
85
+ - [Documentation](https://lib.iscc.codes)
86
+ - [How-to Guide](https://lib.iscc.codes/howto/ruby/)
87
+ - [Repository](https://github.com/iscc/iscc-lib)
88
+ - [ISCC Specification (ISO 24138)](https://www.iso.org/standard/77899.html)
89
+ - [ISCC Foundation](https://iscc.io)
90
+
91
+ ## License
92
+
93
+ Apache-2.0
Binary file
Binary file
Binary file
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Version constant for the iscc-lib gem (synced from root Cargo.toml).
4
+ module IsccLib
5
+ VERSION = "0.2.0"
6
+ end
data/lib/iscc_lib.rb ADDED
@@ -0,0 +1,217 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Ruby bindings for iscc-lib — ISO 24138:2024 (ISCC).
4
+ #
5
+ # This module provides the public API for generating ISCC codes from Ruby.
6
+ # Result classes wrap the native Hash returns with attribute-style access.
7
+
8
+ require_relative "iscc_lib/version"
9
+
10
+ # Load native extension from version-specific subdirectory (precompiled gems)
11
+ # or flat path (source-compiled).
12
+ begin
13
+ RUBY_VERSION =~ /(\d+\.\d+)/
14
+ require_relative "iscc_lib/#{$1}/iscc_rb"
15
+ rescue LoadError
16
+ require_relative "iscc_lib/iscc_rb"
17
+ end
18
+
19
+ module IsccLib
20
+ # Base result class providing both Hash-style and attribute-style access.
21
+ class Result < Hash
22
+ # Allow attribute-style access for hash keys (e.g., result.iscc).
23
+ def method_missing(name, *args)
24
+ key = name.to_s
25
+ return self[key] if key?(key)
26
+
27
+ super
28
+ end
29
+
30
+ # Support respond_to? for dynamic attribute access.
31
+ def respond_to_missing?(name, include_private = false)
32
+ key?(name.to_s) || super
33
+ end
34
+ end
35
+
36
+ # Result from gen_meta_code_v0.
37
+ class MetaCodeResult < Result; end
38
+
39
+ # Result from gen_text_code_v0.
40
+ class TextCodeResult < Result; end
41
+
42
+ # Result from gen_image_code_v0.
43
+ class ImageCodeResult < Result; end
44
+
45
+ # Result from gen_audio_code_v0.
46
+ class AudioCodeResult < Result; end
47
+
48
+ # Result from gen_video_code_v0.
49
+ class VideoCodeResult < Result; end
50
+
51
+ # Result from gen_mixed_code_v0.
52
+ class MixedCodeResult < Result; end
53
+
54
+ # Result from gen_data_code_v0.
55
+ class DataCodeResult < Result; end
56
+
57
+ # Result from gen_instance_code_v0.
58
+ class InstanceCodeResult < Result; end
59
+
60
+ # Result from gen_iscc_code_v0.
61
+ class IsccCodeResult < Result; end
62
+
63
+ # Result from gen_sum_code_v0.
64
+ class SumCodeResult < Result; end
65
+
66
+ # Generate a Meta-Code from name and optional metadata.
67
+ #
68
+ # @param name [String] content name (required, non-empty)
69
+ # @param description [String, nil] optional content description
70
+ # @param meta [String, nil] optional JSON metadata
71
+ # @param bits [Integer] bit length (default: 64)
72
+ # @return [MetaCodeResult] hash with iscc, name, metahash, and optionally description, meta
73
+ def self.gen_meta_code_v0(name, description: nil, meta: nil, bits: 64)
74
+ MetaCodeResult[_gen_meta_code_v0(name, description, meta, bits)]
75
+ end
76
+
77
+ # Generate a Text-Code from plain text content.
78
+ #
79
+ # @param text [String] plain text content
80
+ # @param bits [Integer] bit length (default: 64)
81
+ # @return [TextCodeResult] hash with iscc, characters
82
+ def self.gen_text_code_v0(text, bits: 64)
83
+ TextCodeResult[_gen_text_code_v0(text, bits)]
84
+ end
85
+
86
+ # Generate an Image-Code from pixel data.
87
+ #
88
+ # @param pixels [String] binary pixel data
89
+ # @param bits [Integer] bit length (default: 64)
90
+ # @return [ImageCodeResult] hash with iscc
91
+ def self.gen_image_code_v0(pixels, bits: 64)
92
+ ImageCodeResult[_gen_image_code_v0(pixels, bits)]
93
+ end
94
+
95
+ # Generate an Audio-Code from a Chromaprint feature vector.
96
+ #
97
+ # @param cv [Array<Integer>] Chromaprint fingerprint integers
98
+ # @param bits [Integer] bit length (default: 64)
99
+ # @return [AudioCodeResult] hash with iscc
100
+ def self.gen_audio_code_v0(cv, bits: 64)
101
+ AudioCodeResult[_gen_audio_code_v0(cv, bits)]
102
+ end
103
+
104
+ # Generate a Video-Code from frame signature vectors.
105
+ #
106
+ # @param frame_sigs [Array<Array<Integer>>] nested array of frame signatures
107
+ # @param bits [Integer] bit length (default: 64)
108
+ # @return [VideoCodeResult] hash with iscc
109
+ def self.gen_video_code_v0(frame_sigs, bits: 64)
110
+ VideoCodeResult[_gen_video_code_v0(frame_sigs, bits)]
111
+ end
112
+
113
+ # Generate a Mixed-Code from multiple ISCC content code strings.
114
+ #
115
+ # @param codes [Array<String>] ISCC unit strings
116
+ # @param bits [Integer] bit length (default: 64)
117
+ # @return [MixedCodeResult] hash with iscc, parts
118
+ def self.gen_mixed_code_v0(codes, bits: 64)
119
+ MixedCodeResult[_gen_mixed_code_v0(codes, bits)]
120
+ end
121
+
122
+ # Generate a Data-Code from binary data.
123
+ #
124
+ # @param data [String] binary data
125
+ # @param bits [Integer] bit length (default: 64)
126
+ # @return [DataCodeResult] hash with iscc
127
+ def self.gen_data_code_v0(data, bits: 64)
128
+ DataCodeResult[_gen_data_code_v0(data, bits)]
129
+ end
130
+
131
+ # Generate an Instance-Code from binary data.
132
+ #
133
+ # @param data [String] binary data
134
+ # @param bits [Integer] bit length (default: 64, accepted for API consistency)
135
+ # @return [InstanceCodeResult] hash with iscc, datahash, filesize
136
+ def self.gen_instance_code_v0(data, bits: 64)
137
+ InstanceCodeResult[_gen_instance_code_v0(data, bits)]
138
+ end
139
+
140
+ # Generate a composite ISCC-CODE from individual unit codes.
141
+ #
142
+ # @param codes [Array<String>] ISCC unit strings (Data-Code + Instance-Code, optional Content-Code)
143
+ # @param wide [Boolean] use 256-bit combination (default: false for 128-bit)
144
+ # @return [IsccCodeResult] hash with iscc
145
+ def self.gen_iscc_code_v0(codes, wide: false)
146
+ IsccCodeResult[_gen_iscc_code_v0(codes, wide)]
147
+ end
148
+
149
+ # Generate a composite ISCC-CODE from a file in a single pass.
150
+ #
151
+ # @param path [String] file path
152
+ # @param bits [Integer] bit length (default: 64)
153
+ # @param wide [Boolean] use 256-bit combination (default: false)
154
+ # @param add_units [Boolean] include individual unit codes (default: false)
155
+ # @return [SumCodeResult] hash with iscc, datahash, filesize, and optionally units
156
+ def self.gen_sum_code_v0(path, bits: 64, wide: false, add_units: false)
157
+ SumCodeResult[_gen_sum_code_v0(path, bits, wide, add_units)]
158
+ end
159
+
160
+ # Streaming Data-Code generator (reopens native class).
161
+ #
162
+ # Incrementally processes data with content-defined chunking and MinHash
163
+ # to produce results identical to gen_data_code_v0.
164
+ #
165
+ # @example
166
+ # hasher = IsccLib::DataHasher.new
167
+ # hasher.update(chunk1).update(chunk2)
168
+ # result = hasher.finalize(bits: 64)
169
+ class DataHasher
170
+ # Push binary data into the hasher.
171
+ #
172
+ # @param data [String] binary data
173
+ # @return [self] for method chaining
174
+ def update(data)
175
+ _update(data)
176
+ self
177
+ end
178
+
179
+ # Consume the hasher and produce a Data-Code result.
180
+ #
181
+ # @param bits [Integer] bit length (default: 64)
182
+ # @return [DataCodeResult] hash with iscc
183
+ # @raise [RuntimeError] if called more than once
184
+ def finalize(bits: 64)
185
+ DataCodeResult[_finalize(bits)]
186
+ end
187
+ end
188
+
189
+ # Streaming Instance-Code generator (reopens native class).
190
+ #
191
+ # Incrementally hashes data with BLAKE3 to produce results identical
192
+ # to gen_instance_code_v0.
193
+ #
194
+ # @example
195
+ # hasher = IsccLib::InstanceHasher.new
196
+ # hasher.update(chunk1).update(chunk2)
197
+ # result = hasher.finalize(bits: 64)
198
+ class InstanceHasher
199
+ # Push binary data into the hasher.
200
+ #
201
+ # @param data [String] binary data
202
+ # @return [self] for method chaining
203
+ def update(data)
204
+ _update(data)
205
+ self
206
+ end
207
+
208
+ # Consume the hasher and produce an Instance-Code result.
209
+ #
210
+ # @param bits [Integer] bit length (default: 64)
211
+ # @return [InstanceCodeResult] hash with iscc, datahash, filesize
212
+ # @raise [RuntimeError] if called more than once
213
+ def finalize(bits: 64)
214
+ InstanceCodeResult[_finalize(bits)]
215
+ end
216
+ end
217
+ end
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: iscc-lib
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: arm64-darwin
6
+ authors:
7
+ - Titusz Pan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-03-05 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: High-performance Ruby bindings for ISO 24138:2024 (ISCC). Native Rust
14
+ extension via Magnus for content identification and matching.
15
+ email:
16
+ - tp@py7.de
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - LICENSE
22
+ - README.md
23
+ - lib/iscc_lib.rb
24
+ - lib/iscc_lib/3.1/iscc_rb.bundle
25
+ - lib/iscc_lib/3.2/iscc_rb.bundle
26
+ - lib/iscc_lib/3.3/iscc_rb.bundle
27
+ - lib/iscc_lib/version.rb
28
+ homepage: https://github.com/iscc/iscc-lib
29
+ licenses:
30
+ - Apache-2.0
31
+ metadata:
32
+ homepage_uri: https://github.com/iscc/iscc-lib
33
+ source_code_uri: https://github.com/iscc/iscc-lib
34
+ documentation_uri: https://lib.iscc.codes
35
+ rubygems_mfa_required: 'true'
36
+ post_install_message:
37
+ rdoc_options: []
38
+ require_paths:
39
+ - lib
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '3.1'
45
+ - - "<"
46
+ - !ruby/object:Gem::Version
47
+ version: 3.4.dev
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubygems_version: 3.5.23
55
+ signing_key:
56
+ specification_version: 4
57
+ summary: ISCC - International Standard Content Code (ISO 24138)
58
+ test_files: []