hiera-eyaml-gpg 0.6.rc1 → 0.6.rc2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68dfba23863341a9646dd1aa6640a5a4aa62e60e
|
|
4
|
+
data.tar.gz: 0afd3061ba9b1fe3f27e2fa6de1812f5ccf39906
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 325bb63d53a121640071a24c0ec0968f791ad14bcaebe847cbc2b2c76a8460f05b2feb9d0195749ecca6c7a70bc62a6d691e695dc721c79f8da235801156b7ca
|
|
7
|
+
data.tar.gz: aa7c2b7397705602162e8dabd0685c77723ce5dc00629d6012ff9482aedee5312e21d48849f5b99b53e22138cc7a11ec9ba63ed504ae9b0da7c890ae5999e3f3
|
|
@@ -26,7 +26,7 @@ class Hiera
|
|
|
26
26
|
self.options = {
|
|
27
27
|
:gnupghome => { :desc => "Location of your GNUPGHOME directory",
|
|
28
28
|
:type => :string,
|
|
29
|
-
:default => "#{["HOME", "HOMEPATH"].reject { |h| ENV[h].nil? }.map { |h| ENV[h]+"/.gnupg" }.first || ""}",
|
|
29
|
+
:default => "#{["HOME", "HOMEPATH"].reject { |h| ENV[h].nil? }.map { |h| ENV[h]+"/.gnupg" }.first || ""}"},
|
|
30
30
|
:always_trust => { :desc => "Assume that used keys are fully trusted",
|
|
31
31
|
:type => :boolean,
|
|
32
32
|
:default => false },
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hiera-eyaml-gpg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.rc2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simon Hildrew
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hiera-eyaml
|