hiera-eyaml-gpg 0.7.2 → 0.7.3
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e3e11ade9cddbf6c8f9c4510521ab4737bb5c88
|
4
|
+
data.tar.gz: 32dca05815eeeda13fe64b1d037cf11268175d38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18d206896aeed495ee5c20befff9d135033bfb3f345690644fb718b353b341b0533e1535872ba0e7aeb78eba5f0af69f040103c5bc4ca06e9ab61c73b89b7177
|
7
|
+
data.tar.gz: 7703e95fce10d4b9ffd1b86bf103835a5df67fd10e63689c6cc0edae1f62f3775c7240b538e52fbac396a634886c78f454ab74eeb96e2aabe483c942cde71298
|
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.3](https://github.com/voxpupuli/hiera-eyaml-gpg/tree/v0.7.3) (2019-04-25)
|
6
|
+
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/hiera-eyaml-gpg/compare/v0.7.2...v0.7.3)
|
8
|
+
|
9
|
+
**Fixed bugs:**
|
10
|
+
|
11
|
+
- Fix uninitialized constant `Hiera::Backend::Eyaml::Encryptors::GpgVer… [\#65](https://github.com/voxpupuli/hiera-eyaml-gpg/pull/65) ([alexjfisher](https://github.com/alexjfisher))
|
12
|
+
|
5
13
|
## [v0.7.2](https://github.com/voxpupuli/hiera-eyaml-gpg/tree/v0.7.2) (2019-04-24)
|
6
14
|
|
7
15
|
[Full Changelog](https://github.com/voxpupuli/hiera-eyaml-gpg/compare/v0.7.1...v0.7.2)
|
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.7.
|
4
|
+
version: 0.7.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simon Hildrew
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-04-
|
11
|
+
date: 2019-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hiera-eyaml
|