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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46c1275f8059a02fc701ef91c2e4a8ddab9e5d7221f832ad5d4112d42c13d091
4
- data.tar.gz: f06b1944d320cf3a0a1df7f78e928fd1fab95f39f29d422fb53ac5ef0962b86b
3
+ metadata.gz: a338909ae48988a1aa767c7843b37474cae20df8338d265ed725b660f0eeee59
4
+ data.tar.gz: 69ac0d6bb8e1e362a22307a465c6d56d121e242f1a958a4cc8c5bfa67c45356d
5
5
  SHA512:
6
- metadata.gz: 283bb7fd1215cc8284da0ef3288791b3008feab3c29e9d3f45d302a0d57371ddb7098e8d98ebacedc988e8753e6bee12a5fbb47de945939fb9fa80b51fae64f4
7
- data.tar.gz: 3d070fbbc2cbee3e0ad9150b1d1da64dd7767f48c1968e216f9cc5e08123418b7edf3877866498669a1299f1eaa027e7884048e5f174adcaad47c2d12142d163
6
+ metadata.gz: 209242bfb15b0d1860d6f6165472755633f3af194ed360cfd416caeef37814d830e4fd940be6252f7d438b2d5d7235eefc75de11d34c9225e1c8f85adbc2ecd9
7
+ data.tar.gz: 5efed2c7d4417d883e0991c1a3a4a53f0107fd63d17251c96606c1dae1c1c4fd4f203a9a156406043e4db56b98efd7b5857524bd355f12323bc4461a297bc1fe
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sanctum (0.8.6.rc3)
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.2)
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.8)
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.
@@ -1,3 +1,3 @@
1
1
  module Sanctum
2
- VERSION = "0.8.6.rc3"
2
+ VERSION = "0.9.0"
3
3
  end
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.8.6.rc3
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-03-15 00:00:00.000000000 Z
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: 1.3.1
219
+ version: '0'
220
220
  requirements: []
221
- rubyforge_project:
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