localvault 1.0.2 → 1.0.3
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/lib/localvault/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d023e44aaf39e8d923fc05d81dab1e3abd2565ef9ad88f27bd81dc585fae9e89
|
|
4
|
+
data.tar.gz: a2bfb0fd94b29c4046c66c969ac044b81084cd2ed841900f185ca7c4b997fcb5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 593592ada6728cc3f28d5f57c95bd4ce0c964b272dee714e9c7432810143567fcdc62c19c5566fa5061080d5f0f7c1bd4337be42c882ed94589e571a7ce506b8
|
|
7
|
+
data.tar.gz: 3db6aba11ba118de7603236a3a5446b471a5b28c487ba938f4940953c3e457dcc725b14f229a4e83806f1e81c5126d68816b1e214ffed1f674f372e52bc2fa2b
|
data/lib/localvault/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: localvault
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nauman Tariq
|
|
@@ -94,7 +94,7 @@ dependencies:
|
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
95
|
version: '13.0'
|
|
96
96
|
description: Encrypted local vault for secrets with MCP server for AI agents. No cloud
|
|
97
|
-
required.
|
|
97
|
+
required. Powers credentials management at inventlist.com.
|
|
98
98
|
email:
|
|
99
99
|
- nauman@intellecta.co
|
|
100
100
|
executables:
|
|
@@ -125,7 +125,10 @@ files:
|
|
|
125
125
|
homepage: https://github.com/inventlist/localvault
|
|
126
126
|
licenses:
|
|
127
127
|
- MIT
|
|
128
|
-
metadata:
|
|
128
|
+
metadata:
|
|
129
|
+
homepage_uri: https://github.com/inventlist/localvault
|
|
130
|
+
source_code_uri: https://github.com/inventlist/localvault
|
|
131
|
+
funding_uri: https://inventlist.com
|
|
129
132
|
rdoc_options: []
|
|
130
133
|
require_paths:
|
|
131
134
|
- lib
|