bluescroll-hap 0.1.2 → 0.2.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/README.md +2 -2
- data/lib/hap/version.rb +1 -1
- data/lib/hap.rb +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 89bb12dd121ccf294f384bbf6c1120b305470af72ee065de3050c1c20985f75e
|
|
4
|
+
data.tar.gz: 21af5d66099c66ebd8a1feace07276303bcd367f899de781ddef0b44ca12744d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a354f666250b62a40a880711cd02502c5900102ad36f28afb01c56a9d3c0244b702a5566d24f90839a261c158ce9a4d3747474a8524ab552f84bf4a6aa75991
|
|
7
|
+
data.tar.gz: af13faa40706e0e3d01b0da56e9888208037cd75f5d1efc8f5aa2efbd6db206f9e60d772c34015ad657fc7478bcd0510971f84ced6461abf56e7c5f42e891328
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# bluescroll-hap
|
|
2
2
|
|
|
3
|
-
Official HAP (Human
|
|
3
|
+
Official HAP (Human Attestation Protocol) SDK for Ruby.
|
|
4
4
|
|
|
5
|
-
HAP is an open standard for verified
|
|
5
|
+
HAP is an open standard for verified human effort. It enables Verification Authorities (VAs) to cryptographically attest that a sender took deliberate, costly action when communicating with a recipient.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
data/lib/hap/version.rb
CHANGED
data/lib/hap.rb
CHANGED
|
@@ -5,11 +5,11 @@ require_relative "hap/types"
|
|
|
5
5
|
require_relative "hap/verify"
|
|
6
6
|
require_relative "hap/sign"
|
|
7
7
|
|
|
8
|
-
# HAP (Human
|
|
8
|
+
# HAP (Human Attestation Protocol) SDK for Ruby
|
|
9
9
|
#
|
|
10
|
-
# HAP is an open standard for verified
|
|
11
|
-
# Authorities (VAs) to cryptographically attest that
|
|
12
|
-
# costly action when
|
|
10
|
+
# HAP is an open standard for verified human effort. It enables Verification
|
|
11
|
+
# Authorities (VAs) to cryptographically attest that a sender took deliberate,
|
|
12
|
+
# costly action when communicating with a recipient.
|
|
13
13
|
#
|
|
14
14
|
# @example Verifying a claim (for employers)
|
|
15
15
|
# claim = Hap.verify_hap_claim("hap_abc123xyz456", "ballista.io")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bluescroll-hap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BlueScroll Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ed25519
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '1.50'
|
|
83
|
-
description: HAP is an open standard for verified
|
|
83
|
+
description: HAP is an open standard for verified human effort. This SDK provides
|
|
84
84
|
tools for verifying and signing HAP claims.
|
|
85
85
|
email:
|
|
86
86
|
- support@bluescroll.io
|
|
@@ -120,5 +120,5 @@ requirements: []
|
|
|
120
120
|
rubygems_version: 3.4.19
|
|
121
121
|
signing_key:
|
|
122
122
|
specification_version: 4
|
|
123
|
-
summary: Official HAP (Human
|
|
123
|
+
summary: Official HAP (Human Attestation Protocol) SDK for Ruby
|
|
124
124
|
test_files: []
|