hiera 3.4.3 → 3.4.4

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/hiera/version.rb +1 -1
  3. metadata +11 -13
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a3a4aca90a15eaa2f8ae3828128712b5377d18724163f6831a59cfa10bd72982
4
+ data.tar.gz: 63f938e7f47869f18052e1535839003325ca04bfaaab2cea1a7bec918fc49d6d
5
+ SHA512:
6
+ metadata.gz: 01b16a737fe8fbc6157d26f75e71018fec0f5dd6cceeb0921804fe75ee92c352ea1914eec17b8b03104324f0f3c89e275dc53cf8a88b93ff755b373221ccbe5a
7
+ data.tar.gz: d17aafeb668fa84dd0c4461d9b209fcf363697b5231a701bfb69b2ea846eafde504389c6180969dbf47efab7251c5e01e838bd0770c6a63aa8ee3b2b38bf5592
@@ -7,7 +7,7 @@
7
7
 
8
8
 
9
9
  class Hiera
10
- VERSION = "3.4.3"
10
+ VERSION = "3.4.4"
11
11
 
12
12
  ##
13
13
  # version is a public API method intended to always provide a fast and
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiera
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.3
5
- prerelease:
4
+ version: 3.4.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Puppet Labs
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2018-04-12 00:00:00.000000000 Z
11
+ date: 2018-08-21 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: A pluggable data store for hierarcical data
15
14
  email: info@puppetlabs.com
@@ -18,7 +17,11 @@ executables:
18
17
  extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
20
+ - COPYING
21
+ - LICENSE
22
+ - README.md
21
23
  - bin/hiera
24
+ - lib/hiera.rb
22
25
  - lib/hiera/backend.rb
23
26
  - lib/hiera/backend/json_backend.rb
24
27
  - lib/hiera/backend/yaml_backend.rb
@@ -34,10 +37,6 @@ files:
34
37
  - lib/hiera/util.rb
35
38
  - lib/hiera/util/win32.rb
36
39
  - lib/hiera/version.rb
37
- - lib/hiera.rb
38
- - COPYING
39
- - README.md
40
- - LICENSE
41
40
  - spec/spec_helper.rb
42
41
  - spec/unit/backend/json_backend_spec.rb
43
42
  - spec/unit/backend/yaml_backend_spec.rb
@@ -70,27 +69,26 @@ files:
70
69
  - spec/unit/version_spec.rb
71
70
  homepage: https://github.com/puppetlabs/hiera
72
71
  licenses: []
72
+ metadata: {}
73
73
  post_install_message:
74
74
  rdoc_options: []
75
75
  require_paths:
76
76
  - lib
77
77
  required_ruby_version: !ruby/object:Gem::Requirement
78
- none: false
79
78
  requirements:
80
- - - ! '>='
79
+ - - ">="
81
80
  - !ruby/object:Gem::Version
82
81
  version: '0'
83
82
  required_rubygems_version: !ruby/object:Gem::Requirement
84
- none: false
85
83
  requirements:
86
- - - ! '>='
84
+ - - ">="
87
85
  - !ruby/object:Gem::Version
88
86
  version: '0'
89
87
  requirements: []
90
88
  rubyforge_project:
91
- rubygems_version: 1.8.23
89
+ rubygems_version: 2.7.7
92
90
  signing_key:
93
- specification_version: 3
91
+ specification_version: 4
94
92
  summary: Light weight hierarchical data store
95
93
  test_files:
96
94
  - spec/spec_helper.rb