kstor 0.4.0 → 0.4.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 +4 -4
- data/lib/kstor/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02213472fae2012da7f7b3b0fb8eada910b04930877cb4cff03efcf7345b08e9
|
|
4
|
+
data.tar.gz: 1c4ae47f6195c103c5f8873c2f275d0beb1eacebee748b52f2ee184b6a5ca81b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f325b269554163bc7166c718f8d06a3d508f9bba24b694dab8bcc09eca22c2defcc457fc9d5855cafcb29bc6228278ee20ab884dcb0a5457910f798678f6ded
|
|
7
|
+
data.tar.gz: bc13d87122b1c23538ad2edf48e5d99d391b7f31ea61f33f63900e693150daac6ca2e7117edf2b6762fe898a92183a1374ac3ccc3b5ea4c8d9c4fb5d46328a18
|
data/lib/kstor/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kstor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jérémie Pierson
|
|
@@ -83,6 +83,8 @@ dependencies:
|
|
|
83
83
|
description: |2
|
|
84
84
|
KStor stores and shares secrets among teams of users. This is the server
|
|
85
85
|
part, supporting a command-line client and a web user interface.
|
|
86
|
+
|
|
87
|
+
Don't use it, it's full of security holes and not even yet functional.
|
|
86
88
|
email: jeremie.pierson@arlol.net
|
|
87
89
|
executables:
|
|
88
90
|
- kstor-srv
|