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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2af61d8a176da52612993cbf649a6eafda4e5d6f
4
- data.tar.gz: 0a7db420491c2f13023eedea25c003376236ea11
3
+ metadata.gz: efd12810b5233b3f49d779144b17425e71e054b4
4
+ data.tar.gz: 780491c9cf92f666b9646623f37b1eee951ed86d
5
5
  SHA512:
6
- metadata.gz: a827e567460559cbf2d7a5de01322bcc799869c627c9b6307bbefe76ea071955e3bd519268f1b571000f79825f5f90658fa1c42e784a920ad3de6e0a624beea1
7
- data.tar.gz: 8b2d4a1f4b87f9a92534200ce3169d5052b12f1a9b2178197768a65e0b39de56a41194ce027f6db34463fa81bb85eae9e0c0d04f1e702fc2a97af2628ad27d1b
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)
@@ -17,5 +17,4 @@ Gem::Specification.new do |gem|
17
17
  gem.require_paths = ['lib']
18
18
 
19
19
  gem.add_dependency('hiera-eyaml', '>=1.3.8')
20
- gem.add_dependency('puppet', '>=5.5.8')
21
20
  end
@@ -3,7 +3,7 @@ class Hiera
3
3
  module Eyaml
4
4
  module Encryptors
5
5
  module GpgVersion
6
- VERSION = '0.7.1'.freeze
6
+ VERSION = '0.7.2'.freeze
7
7
  end
8
8
  end
9
9
  end
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.1
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: []