hiera 3.2.2 → 3.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/lib/hiera/version.rb +1 -1
- metadata +29 -29
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
NjYwZjFmOWEyMDM2ZGUwOGUzYTU3ODUwODBhNzQ4NDQyMWVjYzhiZg==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
ZDNkNGRjODE5NjE5N2FlZDc4MWQ0MWMxMDBhYjA5ODNhYjg2ODZiOA==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
M2M2ZWIzNTI1NDQ1ZDc4NzAxZTIwZGQzYTNmODliNWY1ODAzNWVjNGVmYTRl
|
10
|
+
OTM4MTMzOWZkNDU2MWJhZjZmZDU4YjU0Y2ZiNmU0ZGVlODcwYzg5ZGYwODNi
|
11
|
+
OGMwYjlhODRmYmE4MjZmNmNhNzg3ZjU1NzM3ZTA1MDhhMDBmZTY=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MmY2NTZmOTZhODEyOGNhMDMxM2Q0MzI0NDVmNzlhYzc2NDVlMzk1MjBkMmQz
|
14
|
+
NWI4ZWJkZDhiNjIzNzczYTIzNjI4MTU3YTU4MWM2ZjJlOWFmNzNhNzdlOWYy
|
15
|
+
ZGIyNWRiNDBkNGIxNDQ2ZWM2ZDllN2Y1ZWY3OWJhZWY3ZjRkNzg=
|
data/lib/hiera/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hiera
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppet Labs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A pluggable data store for hierarcical data
|
14
14
|
email: info@puppetlabs.com
|
@@ -17,7 +17,11 @@ executables:
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
+
- COPYING
|
21
|
+
- LICENSE
|
22
|
+
- README.md
|
20
23
|
- bin/hiera
|
24
|
+
- lib/hiera.rb
|
21
25
|
- lib/hiera/backend.rb
|
22
26
|
- lib/hiera/backend/json_backend.rb
|
23
27
|
- lib/hiera/backend/yaml_backend.rb
|
@@ -32,10 +36,6 @@ files:
|
|
32
36
|
- lib/hiera/recursive_guard.rb
|
33
37
|
- lib/hiera/util.rb
|
34
38
|
- lib/hiera/version.rb
|
35
|
-
- lib/hiera.rb
|
36
|
-
- COPYING
|
37
|
-
- README.md
|
38
|
-
- LICENSE
|
39
39
|
- spec/spec_helper.rb
|
40
40
|
- spec/unit/backend/json_backend_spec.rb
|
41
41
|
- spec/unit/backend/yaml_backend_spec.rb
|
@@ -73,46 +73,46 @@ require_paths:
|
|
73
73
|
- lib
|
74
74
|
required_ruby_version: !ruby/object:Gem::Requirement
|
75
75
|
requirements:
|
76
|
-
- - '>='
|
76
|
+
- - ! '>='
|
77
77
|
- !ruby/object:Gem::Version
|
78
78
|
version: '0'
|
79
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
80
80
|
requirements:
|
81
|
-
- - '>='
|
81
|
+
- - ! '>='
|
82
82
|
- !ruby/object:Gem::Version
|
83
83
|
version: '0'
|
84
84
|
requirements: []
|
85
85
|
rubyforge_project:
|
86
|
-
rubygems_version: 2.
|
86
|
+
rubygems_version: 2.4.3
|
87
87
|
signing_key:
|
88
88
|
specification_version: 4
|
89
89
|
summary: Light weight hierarchical data store
|
90
90
|
test_files:
|
91
|
-
- spec/
|
92
|
-
- spec/unit/
|
93
|
-
- spec/unit/
|
94
|
-
- spec/unit/
|
95
|
-
- spec/unit/config_spec.rb
|
96
|
-
- spec/unit/console_logger_spec.rb
|
97
|
-
- spec/unit/fallback_logger_spec.rb
|
98
|
-
- spec/unit/filecache_spec.rb
|
99
|
-
- spec/unit/fixtures/interpolate/config/hiera.yaml
|
91
|
+
- spec/unit/interpolate_spec.rb
|
92
|
+
- spec/unit/fixtures/override/config/hiera.yaml
|
93
|
+
- spec/unit/fixtures/override/data/alternate.yaml
|
94
|
+
- spec/unit/fixtures/override/data/common.yaml
|
100
95
|
- spec/unit/fixtures/interpolate/config/hiera_iplm_hiera.yaml
|
101
96
|
- spec/unit/fixtures/interpolate/config/hiera_iplm_hiera_bad.yaml
|
102
|
-
- spec/unit/fixtures/interpolate/
|
97
|
+
- spec/unit/fixtures/interpolate/config/hiera.yaml
|
98
|
+
- spec/unit/fixtures/interpolate/data/niltest.yaml
|
103
99
|
- spec/unit/fixtures/interpolate/data/complex.yaml
|
104
|
-
- spec/unit/fixtures/interpolate/data/dotted_keys.yaml
|
105
|
-
- spec/unit/fixtures/interpolate/data/empty_interpolation.yaml
|
106
100
|
- spec/unit/fixtures/interpolate/data/frontend.json
|
107
|
-
- spec/unit/fixtures/interpolate/data/niltest.yaml
|
108
|
-
- spec/unit/fixtures/interpolate/data/recursive.yaml
|
109
101
|
- spec/unit/fixtures/interpolate/data/role.json
|
102
|
+
- spec/unit/fixtures/interpolate/data/bad_interpolation.yaml
|
103
|
+
- spec/unit/fixtures/interpolate/data/dotted_keys.yaml
|
110
104
|
- spec/unit/fixtures/interpolate/data/weird_keys.yaml
|
111
|
-
- spec/unit/fixtures/
|
112
|
-
- spec/unit/fixtures/
|
113
|
-
- spec/unit/
|
114
|
-
- spec/unit/
|
115
|
-
- spec/unit/
|
105
|
+
- spec/unit/fixtures/interpolate/data/empty_interpolation.yaml
|
106
|
+
- spec/unit/fixtures/interpolate/data/recursive.yaml
|
107
|
+
- spec/unit/backend_spec.rb
|
108
|
+
- spec/unit/filecache_spec.rb
|
109
|
+
- spec/unit/config_spec.rb
|
110
|
+
- spec/unit/backend/yaml_backend_spec.rb
|
111
|
+
- spec/unit/backend/json_backend_spec.rb
|
116
112
|
- spec/unit/puppet_logger_spec.rb
|
117
|
-
- spec/unit/
|
113
|
+
- spec/unit/console_logger_spec.rb
|
118
114
|
- spec/unit/version_spec.rb
|
115
|
+
- spec/unit/fallback_logger_spec.rb
|
116
|
+
- spec/unit/util_spec.rb
|
117
|
+
- spec/unit/hiera_spec.rb
|
118
|
+
- spec/spec_helper.rb
|