hiera 3.2.2-x86-mingw32 → 3.3.0-x86-mingw32
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 +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
|
+
NzNjMTUxZWY3MzY1YzNhNDA1NzZkZTU1MDBlNTdlOTU5OTUzOWI0NA==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
ZDNkNGRjODE5NjE5N2FlZDc4MWQ0MWMxMDBhYjA5ODNhYjg2ODZiOA==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
MGYzODAzNWIwZDVjZmFlMTIyNTQxYTIyMzkwMzhkNzhjYTY2ZmE4OTMzOTk4
|
10
|
+
N2E3ODQyZjg1NjgxM2I0NjdhOTU0ZGVlYmJlY2YxNTc3N2E1MWEzMWY5YTQ5
|
11
|
+
NzAyOGQ0NzhmZWM0MTM0Y2M5YmY0NjlhZmNkOTgzYjg4MzU2NWE=
|
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: x86-mingw32
|
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
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: win32console
|
@@ -45,7 +45,11 @@ executables:
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
+
- COPYING
|
49
|
+
- LICENSE
|
50
|
+
- README.md
|
48
51
|
- bin/hiera
|
52
|
+
- lib/hiera.rb
|
49
53
|
- lib/hiera/backend.rb
|
50
54
|
- lib/hiera/backend/json_backend.rb
|
51
55
|
- lib/hiera/backend/yaml_backend.rb
|
@@ -60,10 +64,6 @@ files:
|
|
60
64
|
- lib/hiera/recursive_guard.rb
|
61
65
|
- lib/hiera/util.rb
|
62
66
|
- lib/hiera/version.rb
|
63
|
-
- lib/hiera.rb
|
64
|
-
- COPYING
|
65
|
-
- README.md
|
66
|
-
- LICENSE
|
67
67
|
- spec/spec_helper.rb
|
68
68
|
- spec/unit/backend/json_backend_spec.rb
|
69
69
|
- spec/unit/backend/yaml_backend_spec.rb
|
@@ -101,46 +101,46 @@ require_paths:
|
|
101
101
|
- lib
|
102
102
|
required_ruby_version: !ruby/object:Gem::Requirement
|
103
103
|
requirements:
|
104
|
-
- - '>='
|
104
|
+
- - ! '>='
|
105
105
|
- !ruby/object:Gem::Version
|
106
106
|
version: '0'
|
107
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
108
108
|
requirements:
|
109
|
-
- - '>='
|
109
|
+
- - ! '>='
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: '0'
|
112
112
|
requirements: []
|
113
113
|
rubyforge_project:
|
114
|
-
rubygems_version: 2.
|
114
|
+
rubygems_version: 2.4.3
|
115
115
|
signing_key:
|
116
116
|
specification_version: 4
|
117
117
|
summary: Light weight hierarchical data store
|
118
118
|
test_files:
|
119
|
-
- spec/
|
120
|
-
- spec/unit/
|
121
|
-
- spec/unit/
|
122
|
-
- spec/unit/
|
123
|
-
- spec/unit/config_spec.rb
|
124
|
-
- spec/unit/console_logger_spec.rb
|
125
|
-
- spec/unit/fallback_logger_spec.rb
|
126
|
-
- spec/unit/filecache_spec.rb
|
127
|
-
- spec/unit/fixtures/interpolate/config/hiera.yaml
|
119
|
+
- spec/unit/interpolate_spec.rb
|
120
|
+
- spec/unit/fixtures/override/config/hiera.yaml
|
121
|
+
- spec/unit/fixtures/override/data/alternate.yaml
|
122
|
+
- spec/unit/fixtures/override/data/common.yaml
|
128
123
|
- spec/unit/fixtures/interpolate/config/hiera_iplm_hiera.yaml
|
129
124
|
- spec/unit/fixtures/interpolate/config/hiera_iplm_hiera_bad.yaml
|
130
|
-
- spec/unit/fixtures/interpolate/
|
125
|
+
- spec/unit/fixtures/interpolate/config/hiera.yaml
|
126
|
+
- spec/unit/fixtures/interpolate/data/niltest.yaml
|
131
127
|
- spec/unit/fixtures/interpolate/data/complex.yaml
|
132
|
-
- spec/unit/fixtures/interpolate/data/dotted_keys.yaml
|
133
|
-
- spec/unit/fixtures/interpolate/data/empty_interpolation.yaml
|
134
128
|
- spec/unit/fixtures/interpolate/data/frontend.json
|
135
|
-
- spec/unit/fixtures/interpolate/data/niltest.yaml
|
136
|
-
- spec/unit/fixtures/interpolate/data/recursive.yaml
|
137
129
|
- spec/unit/fixtures/interpolate/data/role.json
|
130
|
+
- spec/unit/fixtures/interpolate/data/bad_interpolation.yaml
|
131
|
+
- spec/unit/fixtures/interpolate/data/dotted_keys.yaml
|
138
132
|
- spec/unit/fixtures/interpolate/data/weird_keys.yaml
|
139
|
-
- spec/unit/fixtures/
|
140
|
-
- spec/unit/fixtures/
|
141
|
-
- spec/unit/
|
142
|
-
- spec/unit/
|
143
|
-
- spec/unit/
|
133
|
+
- spec/unit/fixtures/interpolate/data/empty_interpolation.yaml
|
134
|
+
- spec/unit/fixtures/interpolate/data/recursive.yaml
|
135
|
+
- spec/unit/backend_spec.rb
|
136
|
+
- spec/unit/filecache_spec.rb
|
137
|
+
- spec/unit/config_spec.rb
|
138
|
+
- spec/unit/backend/yaml_backend_spec.rb
|
139
|
+
- spec/unit/backend/json_backend_spec.rb
|
144
140
|
- spec/unit/puppet_logger_spec.rb
|
145
|
-
- spec/unit/
|
141
|
+
- spec/unit/console_logger_spec.rb
|
146
142
|
- spec/unit/version_spec.rb
|
143
|
+
- spec/unit/fallback_logger_spec.rb
|
144
|
+
- spec/unit/util_spec.rb
|
145
|
+
- spec/unit/hiera_spec.rb
|
146
|
+
- spec/spec_helper.rb
|