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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/localvault/version.rb +1 -1
  3. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0883874c7172931cee11ae5dfd063b0fb06cdf3d483b3aa75e8c767291596d8c'
4
- data.tar.gz: 2c13c6a92864ac881c6ec5f52a5ac8f21cde366cdae6e9c6a2dbfd2f2b4e2e2d
3
+ metadata.gz: d023e44aaf39e8d923fc05d81dab1e3abd2565ef9ad88f27bd81dc585fae9e89
4
+ data.tar.gz: a2bfb0fd94b29c4046c66c969ac044b81084cd2ed841900f185ca7c4b997fcb5
5
5
  SHA512:
6
- metadata.gz: 631a5255e74d88b252ade4f007b868f4fb29a117f74a1c0f12236ab0eeaad9a5661f6f87c0420e42fc8e5d4e640412adcb13a47e26fc211d5b5fa3fabcc40908
7
- data.tar.gz: cf67984e053d17c850c68f6e8573420a3f8d468de77c80903dbd2f4ff736687499853392600f731c42ce5499bb5950008840071339c0b331ed986f2f89e15709
6
+ metadata.gz: 593592ada6728cc3f28d5f57c95bd4ce0c964b272dee714e9c7432810143567fcdc62c19c5566fa5061080d5f0f7c1bd4337be42c882ed94589e571a7ce506b8
7
+ data.tar.gz: 3db6aba11ba118de7603236a3a5446b471a5b28c487ba938f4940953c3e457dcc725b14f229a4e83806f1e81c5126d68816b1e214ffed1f674f372e52bc2fa2b
@@ -1,3 +1,3 @@
1
1
  module LocalVault
2
- VERSION = "1.0.2"
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.2
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