byn 0.0.1
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 +7 -0
- data/README.md +15 -0
- metadata +43 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 6851b280fc4b67fa03f83e6ac4eee91f5393c1ac48e113ef5bd798f337d43ca8
|
|
4
|
+
data.tar.gz: bc9f188017e47e2a976e761f44abaadfb701c32384837f0c0217917b6dd66d38
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: aad6da25c2be88c590b9cdd907263afcb22fab28027a2a7b83cca2071317652e6db3a04ef306237bd263682a20f1cf184c80af930e9c1e56a9887c7e2ffc76bf
|
|
7
|
+
data.tar.gz: 5f19466c9426f81e8aab5d42ba8769a2def2b25ffbf147dc2268a84e15cb4ddd03e07096f916f8fa7c49797450310cafadfb1ac803bdeca79f04a7bffd4e1262
|
data/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# byn (name reservation)
|
|
2
|
+
|
|
3
|
+
This gem reserves the name **`byn`** on RubyGems. byn is a **Go CLI** — a
|
|
4
|
+
local-first secure secrets vault and credential manager — not a Ruby gem. It
|
|
5
|
+
ships no executable, so it can't shadow the real binary.
|
|
6
|
+
|
|
7
|
+
## Install the real byn
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
go install github.com/sandeepbaynes/byn/cmd/byn@latest
|
|
11
|
+
brew install sandeepbaynes/tap/byn
|
|
12
|
+
curl -fsSL https://raw.githubusercontent.com/sandeepbaynes/byn/main/install.sh | sh
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Homepage: https://github.com/sandeepbaynes/byn · © 2026 Sandeep Baynes · PolyForm Noncommercial 1.0.0
|
metadata
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: byn
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Sandeep Baynes
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: byn is a local-first secure secrets vault. This gem reserves the name;
|
|
13
|
+
install the real CLI via `go install github.com/sandeepbaynes/byn/cmd/byn@latest`,
|
|
14
|
+
Homebrew, or https://github.com/sandeepbaynes/byn. It installs no executable.
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- README.md
|
|
20
|
+
homepage: https://github.com/sandeepbaynes/byn
|
|
21
|
+
licenses:
|
|
22
|
+
- Nonstandard
|
|
23
|
+
metadata:
|
|
24
|
+
homepage_uri: https://github.com/sandeepbaynes/byn
|
|
25
|
+
rdoc_options: []
|
|
26
|
+
require_paths:
|
|
27
|
+
- lib
|
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '2.6'
|
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
34
|
+
requirements:
|
|
35
|
+
- - ">="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
requirements: []
|
|
39
|
+
rubygems_version: 3.7.2
|
|
40
|
+
specification_version: 4
|
|
41
|
+
summary: Name reserved for byn — a local-first secure secrets vault & credential manager
|
|
42
|
+
(a Go CLI).
|
|
43
|
+
test_files: []
|