localvault 1.0.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ffc771f387a2c0f3eab504fc57ea18479e597a0d84ce86d685032a21171f8446
4
- data.tar.gz: 2f27e3ab465e41a860a1fe8dcefac8e6c67d7d5f69bfb88ccc02d8c069601401
3
+ metadata.gz: d023e44aaf39e8d923fc05d81dab1e3abd2565ef9ad88f27bd81dc585fae9e89
4
+ data.tar.gz: a2bfb0fd94b29c4046c66c969ac044b81084cd2ed841900f185ca7c4b997fcb5
5
5
  SHA512:
6
- metadata.gz: ab632c8b0096b108127165a6499aba51de5eef091611b809c93f3ce7f38cdb0b675392c8b750d5cc38ced7e09ff5e7b9eb4949e60b6f3c0105d24acf9112abc6
7
- data.tar.gz: d99d7f1ffa0a16f182e322b57a7964521a7e36781920b009a9723e45ee534803486659109895472431af360612614949abaa5f10fbec6e25a1446f9c0ece49ab
6
+ metadata.gz: 593592ada6728cc3f28d5f57c95bd4ce0c964b272dee714e9c7432810143567fcdc62c19c5566fa5061080d5f0f7c1bd4337be42c882ed94589e571a7ce506b8
7
+ data.tar.gz: 3db6aba11ba118de7603236a3a5446b471a5b28c487ba938f4940953c3e457dcc725b14f229a4e83806f1e81c5126d68816b1e214ffed1f674f372e52bc2fa2b
data/README.md CHANGED
@@ -222,6 +222,10 @@ bundle install
222
222
  bundle exec rake test
223
223
  ```
224
224
 
225
+ ## Used by
226
+
227
+ Powers credentials management at [InventList](https://inventlist.com) — where indie builders ship, share, and get discovered.
228
+
225
229
  ## License
226
230
 
227
231
  MIT
@@ -1,3 +1,3 @@
1
1
  module LocalVault
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.3"
3
3
  end
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.1
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