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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/hap/version.rb +1 -1
  4. data/lib/hap.rb +4 -4
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b9994fca16f124d7b8824fbeb74e91252140104a40336ac682a5a4737fa7b4d
4
- data.tar.gz: 6ad951e061d09902a8574119fa2e3182feb7e73665200e7668569db14a203f98
3
+ metadata.gz: 89bb12dd121ccf294f384bbf6c1120b305470af72ee065de3050c1c20985f75e
4
+ data.tar.gz: 21af5d66099c66ebd8a1feace07276303bcd367f899de781ddef0b44ca12744d
5
5
  SHA512:
6
- metadata.gz: ebbcf7509c8cd652ffa3be434669a636f716cc496a2a6307c2c080daed47eff5f194c43b2efd2a6e6b445481ed74d6b53d43d178f65213f7a816e290831af0be
7
- data.tar.gz: 89f76afe063bb85e83bd8447b56297db31f2f5c6d672ae06c7c12b9e7bcd86a4b5ca684011e2a224f2df94dc77d2eca0410c49270d0b8d6255a3619ac2f68256
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 Application Protocol) SDK for Ruby.
3
+ Official HAP (Human Attestation Protocol) SDK for Ruby.
4
4
 
5
- HAP is an open standard for verified job applications. It enables Verification Authorities (VAs) to cryptographically attest that an applicant took deliberate, costly action when applying for a job.
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Hap
4
- VERSION = "0.1.2"
4
+ VERSION = "0.2.0"
5
5
  end
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 Application Protocol) SDK for Ruby
8
+ # HAP (Human Attestation Protocol) SDK for Ruby
9
9
  #
10
- # HAP is an open standard for verified job applications. It enables Verification
11
- # Authorities (VAs) to cryptographically attest that an applicant took deliberate,
12
- # costly action when applying for a job.
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.1.2
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-20 00:00:00.000000000 Z
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 job applications. This SDK provides
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 Application Protocol) SDK for Ruby
123
+ summary: Official HAP (Human Attestation Protocol) SDK for Ruby
124
124
  test_files: []