swt3-ai 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/swt3_ai.rb +7 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5d0fccd511c062ef3aeb265204f455b20a3685cc857581b03406dd6b50a37e6c
4
+ data.tar.gz: 4a1decd09b9e82eb356584e5c9d1dc9c3345320b92fc262c1ae57a416a1fb7e6
5
+ SHA512:
6
+ metadata.gz: 7c16261aeef18fad1107209bf72165411f532a56a79ade17997ece091e90e4ee97ef8dd0f6f3d9b13ff486e01b44819676c05116ae124d7688d5f34235be0b81
7
+ data.tar.gz: 0d448aff4b3346b38989dac543fc8ef9e7d055100fb2b8ea17b446890533b30281f687f06ee94af90a1000006a85e0f759e9224c72df4ae10b68175badafc8ab
data/lib/swt3_ai.rb ADDED
@@ -0,0 +1,7 @@
1
+ # SWT3 Witness Anchors for AI systems.
2
+ # Cryptographic accountability protocol for AI inference, training, and deployment.
3
+ # See https://tenova.io for documentation.
4
+
5
+ module Swt3Ai
6
+ VERSION = "0.1.0"
7
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: swt3-ai
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - TeNova Labs
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-04-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Cryptographic accountability protocol for AI inference, training, and
14
+ deployment.
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/swt3_ai.rb
21
+ homepage: https://tenova.io
22
+ licenses:
23
+ - Apache-2.0
24
+ metadata:
25
+ source_code_uri: https://github.com/tenova-labs/swt3-ai
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.4.20
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: SWT3 Witness Anchors for AI systems
45
+ test_files: []