ecfg 0.0.1 → 0.1.0
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/build/darwin-amd64/ecfg +0 -0
- data/build/linux-amd64/ecfg +0 -0
- data/lib/ecfg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1bc6749f4febf360ac6515c3d15c46f7025fbf1
|
|
4
|
+
data.tar.gz: 11e1d84b743a2e4adfd85543b9a83bab06c121a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5b82c56b0156f9b170881ce65cab2fc565f98391b4eb2d776e2ee116fde5fec5938131ba8bb235996316fc08fd9bda0d77ad5660f1ddebe3e59979227fd6ae5
|
|
7
|
+
data.tar.gz: 5c1227b162654b6609c30f6740cb061c85b199563a7b07d282757033ab883aef22128bfe0da49567376fc20b8c67397d27138d1dc00ac7dab9036749c90da322
|
data/build/darwin-amd64/ecfg
CHANGED
|
Binary file
|
data/build/linux-amd64/ecfg
CHANGED
|
Binary file
|
data/lib/ecfg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ecfg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Burke Libbey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-07-
|
|
11
|
+
date: 2016-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Secret management by encrypting values in a JSON or YAML file with a
|
|
14
14
|
public/private keypair
|