hiera-eyaml-gpg 0.7.1 → 0.7.2
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/CHANGELOG.md +8 -0
- data/hiera-eyaml-gpg.gemspec +0 -1
- data/lib/hiera/backend/eyaml/encryptors/gpg/version.rb +1 -1
- metadata +1 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: efd12810b5233b3f49d779144b17425e71e054b4
|
|
4
|
+
data.tar.gz: 780491c9cf92f666b9646623f37b1eee951ed86d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 296cdc4cae429539d5ed92f3c3db609e7ffb82881fe74ca4db1566a5c47283968576b0f766ddece3c9cbafe901b636aa6e8dc8dd324dffe2e90935c38fa8b141
|
|
7
|
+
data.tar.gz: 532da25b2055df061d641ac68f185fae22e6b5c07a83dc612fffca253b364b86f288c17c37c09116c7b429e922dccee02dbcc583a881148731ad7c5f35dd70b0
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [v0.7.2](https://github.com/voxpupuli/hiera-eyaml-gpg/tree/v0.7.2) (2019-04-24)
|
|
6
|
+
|
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/hiera-eyaml-gpg/compare/v0.7.1...v0.7.2)
|
|
8
|
+
|
|
9
|
+
**Fixed bugs:**
|
|
10
|
+
|
|
11
|
+
- Remove gem dependency on `puppet` [\#63](https://github.com/voxpupuli/hiera-eyaml-gpg/pull/63) ([alexjfisher](https://github.com/alexjfisher))
|
|
12
|
+
|
|
5
13
|
## [v0.7.1](https://github.com/voxpupuli/hiera-eyaml-gpg/tree/v0.7.1) (2019-04-24)
|
|
6
14
|
|
|
7
15
|
[Full Changelog](https://github.com/voxpupuli/hiera-eyaml-gpg/compare/v0.7.0...v0.7.1)
|
data/hiera-eyaml-gpg.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hiera-eyaml-gpg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simon Hildrew
|
|
@@ -24,20 +24,6 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 1.3.8
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: puppet
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - ">="
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: 5.5.8
|
|
34
|
-
type: :runtime
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - ">="
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: 5.5.8
|
|
41
27
|
description: GPG encryptor for use with hiera-eyaml
|
|
42
28
|
email:
|
|
43
29
|
executables: []
|