revault_api 0.3.11-aarch64-linux → 0.3.12-aarch64-linux
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 -0
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3efa85e4f6c3a302809824e0d2bf3917170197aaf19d3b114ce0a4d255941700
|
|
4
|
+
data.tar.gz: 4b269c717259473dfb57bfdef584956307a3bdeebcef77b161a0b584124e2945
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c098655bb4c721e80751addd38e5be933885faf080cb1a7a03452d47962e6f00ce78587e3dfde79ffe610a6bba8b61f1ccb54f56659c601c5a867d100764fa8
|
|
7
|
+
data.tar.gz: bd955113153f2c8b64d63070bb5a1c01aeda16e7b5b5305c2fac389fdf989f574bc499bd74d49f235ad9a0d86b63b3b9065e7262cc6ac441388f75c618ffc351
|
data/README.md
CHANGED
|
@@ -375,6 +375,8 @@ lockbox.commit()?;
|
|
|
375
375
|
|
|
376
376
|
## Documentation
|
|
377
377
|
|
|
378
|
+
- [reVault manual](https://docs.revault.onepub.dev/): installation, concepts,
|
|
379
|
+
CLI workflows, language APIs, and operational guidance.
|
|
378
380
|
- [CLI how-to](docs/cli_how_to.md): command examples.
|
|
379
381
|
- [CI/CD with reVault](docs/ci_cd.md): proposed bootstrap and ephemeral CI
|
|
380
382
|
workflow for encrypted deployment secrets.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: revault_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.12
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- OnePub
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Complete class-based reVault lockbox and vault API
|
|
14
14
|
email:
|
|
@@ -19,14 +19,14 @@ extra_rdoc_files: []
|
|
|
19
19
|
files:
|
|
20
20
|
- LICENSE
|
|
21
21
|
- README.md
|
|
22
|
-
homepage: https://
|
|
22
|
+
homepage: https://docs.revault.onepub.dev/
|
|
23
23
|
licenses:
|
|
24
24
|
- Nonstandard
|
|
25
25
|
metadata:
|
|
26
26
|
bug_tracker_uri: https://github.com/onepub-dev/reVault/issues
|
|
27
|
-
changelog_uri: https://github.com/onepub-dev/reVault/blob/
|
|
28
|
-
documentation_uri: https://
|
|
29
|
-
source_code_uri: https://github.com/onepub-dev/reVault/tree/
|
|
27
|
+
changelog_uri: https://github.com/onepub-dev/reVault/blob/main/bindings/CHANGELOG.md
|
|
28
|
+
documentation_uri: https://docs.revault.onepub.dev/
|
|
29
|
+
source_code_uri: https://github.com/onepub-dev/reVault/tree/main/bindings/ruby
|
|
30
30
|
post_install_message:
|
|
31
31
|
rdoc_options: []
|
|
32
32
|
require_paths:
|