dbsc 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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bb346498de8348ca169361d0dc276a60ecb369fa1d4fdf43416e7057d27cb7bd
4
+ data.tar.gz: 124d93648be8f6d9f480611f7d7e0ad25533124166c41e7aa9d53f655f87fc2d
5
+ SHA512:
6
+ metadata.gz: 457b0fdbc9bdd05ba7cca109ce9759778ff7124ba87595cfd8896f53cc38ccdaecb71ae095af8a3024b3f794ef2f06a3d6834075fc07ea026063af3fbfd6966b
7
+ data.tar.gz: bf1bd0c4ee011ff832892343529496617c1ee4d775c2dd860b96243f0713874afb4b4dcf92034f04b803f2447f84f23e1efeb8c28d69221d141c7fcedd81471f
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dbsc
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Lawson JK
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A library for supporting Device Bound Session Credentials
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files: []
19
+ homepage: https://github.com/ltk/dbsc
20
+ licenses: []
21
+ metadata:
22
+ homepage_uri: https://github.com/ltk/dbsc
23
+ source_code_uri: https://github.com/ltk/dbsc
24
+ changelog_uri: https://github.com/ltk/dbsc/releases
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '3.3'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.0.3.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A library for supporting Device Bound Session Credentials
44
+ test_files: []