alox-gandalf 0.0.7 → 0.0.8

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.
data/aloxec/list-bundle CHANGED
@@ -35,4 +35,4 @@ function main {
35
35
  gpg -a -d "$(secrets_path)/${nm_bundle}.gpg"
36
36
  }
37
37
 
38
- require sub "$BASH_SOURCE" "$@"
38
+ require _sub "$BASH_SOURCE" "$@"
data/aloxec/list-secrets CHANGED
@@ -35,4 +35,4 @@ function main {
35
35
  gpg -a -d "$(secrets_path)/${nm_bundle}.gpg"
36
36
  }
37
37
 
38
- require sub "$BASH_SOURCE" "$@"
38
+ require _sub "$BASH_SOURCE" "$@"
data/aloxec/new-bundle CHANGED
@@ -36,4 +36,4 @@ function main {
36
36
  rm -f "$tmp_keyring"
37
37
  }
38
38
 
39
- require sub "$BASH_SOURCE" "$@"
39
+ require _sub "$BASH_SOURCE" "$@"
data/aloxec/new-key CHANGED
@@ -43,4 +43,4 @@ EOF
43
43
  gpg --export -a "$email" > "$(keys_path)/gpg/$email"
44
44
  }
45
45
 
46
- require sub "$BASH_SOURCE" "$@"
46
+ require _sub "$BASH_SOURCE" "$@"
data/aloxec/new-secrets CHANGED
@@ -36,4 +36,4 @@ function main {
36
36
  rm -f "$tmp_keyring"
37
37
  }
38
38
 
39
- require sub "$BASH_SOURCE" "$@"
39
+ require _sub "$BASH_SOURCE" "$@"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alox-gandalf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: