sanctum 0.8.6.rc3 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/README.md +4 -0
- data/lib/sanctum/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a338909ae48988a1aa767c7843b37474cae20df8338d265ed725b660f0eeee59
|
4
|
+
data.tar.gz: 69ac0d6bb8e1e362a22307a465c6d56d121e242f1a958a4cc8c5bfa67c45356d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 209242bfb15b0d1860d6f6165472755633f3af194ed360cfd416caeef37814d830e4fd940be6252f7d438b2d5d7235eefc75de11d34c9225e1c8f85adbc2ecd9
|
7
|
+
data.tar.gz: 5efed2c7d4417d883e0991c1a3a4a53f0107fd63d17251c96606c1dae1c1c4fd4f203a9a156406043e4db56b98efd7b5857524bd355f12323bc4461a297bc1fe
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
sanctum (0.
|
4
|
+
sanctum (0.9.0)
|
5
5
|
gli (~> 2.18)
|
6
6
|
hashdiff (~> 0.3)
|
7
7
|
tty-editor (~> 0.5)
|
@@ -11,14 +11,14 @@ GEM
|
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
13
|
ast (2.4.0)
|
14
|
-
aws-eventstream (1.0.
|
14
|
+
aws-eventstream (1.0.3)
|
15
15
|
aws-sigv4 (1.1.0)
|
16
16
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
17
17
|
coderay (1.1.2)
|
18
18
|
diff-lcs (1.3)
|
19
19
|
equatable (0.5.0)
|
20
20
|
gli (2.18.0)
|
21
|
-
hashdiff (0.3.
|
21
|
+
hashdiff (0.3.9)
|
22
22
|
jaro_winkler (1.5.2)
|
23
23
|
method_source (0.9.2)
|
24
24
|
necromancer (0.4.0)
|
data/README.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1
1
|
# Sanctum
|
2
|
+
![pipeline](https://gitlab.com/CorbanR/sanctum/badges/master/pipeline.svg)
|
3
|
+
|
4
|
+
The github repository is just a mirror of [ https://gitlab.com/CorbanR/sanctum ](https://gitlab.com/CorbanR/sanctum) please submit all issues and merge requests to gitlab.
|
5
|
+
|
2
6
|
Simple and secure filesystem-to-vault KV synchronization. Inspired by [constancy](https://github.com/daveadams/constancy).
|
3
7
|
Local files are encrypted using vaults [transit](https://www.vaultproject.io/api/secret/transit/index.html) backend.
|
4
8
|
This makes maintaining multiple vault secrets for multiple applications simple and secure.
|
data/lib/sanctum/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sanctum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Corban Raun
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gli
|
@@ -214,12 +214,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
214
214
|
version: 2.5.0
|
215
215
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
216
216
|
requirements:
|
217
|
-
- - "
|
217
|
+
- - ">="
|
218
218
|
- !ruby/object:Gem::Version
|
219
|
-
version:
|
219
|
+
version: '0'
|
220
220
|
requirements: []
|
221
|
-
|
222
|
-
rubygems_version: 2.7.6
|
221
|
+
rubygems_version: 3.0.3
|
223
222
|
signing_key:
|
224
223
|
specification_version: 4
|
225
224
|
summary: Simple and secure filesystem-to-Vault secrets synchronization
|