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: efd12810b5233b3f49d779144b17425e71e054b4
4
- data.tar.gz: 780491c9cf92f666b9646623f37b1eee951ed86d
3
+ metadata.gz: 3e3e11ade9cddbf6c8f9c4510521ab4737bb5c88
4
+ data.tar.gz: 32dca05815eeeda13fe64b1d037cf11268175d38
5
5
  SHA512:
6
- metadata.gz: 296cdc4cae429539d5ed92f3c3db609e7ffb82881fe74ca4db1566a5c47283968576b0f766ddece3c9cbafe901b636aa6e8dc8dd324dffe2e90935c38fa8b141
7
- data.tar.gz: 532da25b2055df061d641ac68f185fae22e6b5c07a83dc612fffca253b364b86f288c17c37c09116c7b429e922dccee02dbcc583a881148731ad7c5f35dd70b0
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)
@@ -14,6 +14,7 @@ require 'pathname'
14
14
  require 'hiera/backend/eyaml/encryptor'
15
15
  require 'hiera/backend/eyaml/utils'
16
16
  require 'hiera/backend/eyaml/options'
17
+ require 'hiera/backend/eyaml/encryptors/gpg/version'
17
18
 
18
19
  class Hiera
19
20
  module Backend
@@ -3,7 +3,7 @@ class Hiera
3
3
  module Eyaml
4
4
  module Encryptors
5
5
  module GpgVersion
6
- VERSION = '0.7.2'.freeze
6
+ VERSION = '0.7.3'.freeze
7
7
  end
8
8
  end
9
9
  end
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.2
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-24 00:00:00.000000000 Z
11
+ date: 2019-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hiera-eyaml