hiera 3.2.2-x64-mingw32 → 3.3.0-x64-mingw32
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
|
+
YmExNTY4MmQ5N2Y3NDNmZjAwZGNlZDI2YzczNzZjYmI5MDdmZDJhMQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
ZDNkNGRjODE5NjE5N2FlZDc4MWQ0MWMxMDBhYjA5ODNhYjg2ODZiOA==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NGMxNDJmNjM2ZDQwZTEwMjIwOTc2ODk1NmQzNzQ5MDc5ODU1MTlhMzQxYzMx
|
10
|
+
ZDg2NDMxMTgzZWVhNzc2OGQ1NTQxOTU3YmU4M2Y2N2IxZmFjMDc4YzM5ZjA5
|
11
|
+
MzcyNDBhMmJjZDZhNmRlN2E3NGFjYWVjMDFmMTBlMDE0NGExNmU=
|
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: x64-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: win32-dir
|
@@ -31,7 +31,11 @@ executables:
|
|
31
31
|
extensions: []
|
32
32
|
extra_rdoc_files: []
|
33
33
|
files:
|
34
|
+
- COPYING
|
35
|
+
- LICENSE
|
36
|
+
- README.md
|
34
37
|
- bin/hiera
|
38
|
+
- lib/hiera.rb
|
35
39
|
- lib/hiera/backend.rb
|
36
40
|
- lib/hiera/backend/json_backend.rb
|
37
41
|
- lib/hiera/backend/yaml_backend.rb
|
@@ -46,10 +50,6 @@ files:
|
|
46
50
|
- lib/hiera/recursive_guard.rb
|
47
51
|
- lib/hiera/util.rb
|
48
52
|
- lib/hiera/version.rb
|
49
|
-
- lib/hiera.rb
|
50
|
-
- COPYING
|
51
|
-
- README.md
|
52
|
-
- LICENSE
|
53
53
|
- spec/spec_helper.rb
|
54
54
|
- spec/unit/backend/json_backend_spec.rb
|
55
55
|
- spec/unit/backend/yaml_backend_spec.rb
|
@@ -87,46 +87,46 @@ require_paths:
|
|
87
87
|
- lib
|
88
88
|
required_ruby_version: !ruby/object:Gem::Requirement
|
89
89
|
requirements:
|
90
|
-
- - '>='
|
90
|
+
- - ! '>='
|
91
91
|
- !ruby/object:Gem::Version
|
92
92
|
version: '0'
|
93
93
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
94
94
|
requirements:
|
95
|
-
- - '>='
|
95
|
+
- - ! '>='
|
96
96
|
- !ruby/object:Gem::Version
|
97
97
|
version: '0'
|
98
98
|
requirements: []
|
99
99
|
rubyforge_project:
|
100
|
-
rubygems_version: 2.
|
100
|
+
rubygems_version: 2.4.3
|
101
101
|
signing_key:
|
102
102
|
specification_version: 4
|
103
103
|
summary: Light weight hierarchical data store
|
104
104
|
test_files:
|
105
|
-
- spec/
|
106
|
-
- spec/unit/
|
107
|
-
- spec/unit/
|
108
|
-
- spec/unit/
|
109
|
-
- spec/unit/config_spec.rb
|
110
|
-
- spec/unit/console_logger_spec.rb
|
111
|
-
- spec/unit/fallback_logger_spec.rb
|
112
|
-
- spec/unit/filecache_spec.rb
|
113
|
-
- spec/unit/fixtures/interpolate/config/hiera.yaml
|
105
|
+
- spec/unit/interpolate_spec.rb
|
106
|
+
- spec/unit/fixtures/override/config/hiera.yaml
|
107
|
+
- spec/unit/fixtures/override/data/alternate.yaml
|
108
|
+
- spec/unit/fixtures/override/data/common.yaml
|
114
109
|
- spec/unit/fixtures/interpolate/config/hiera_iplm_hiera.yaml
|
115
110
|
- spec/unit/fixtures/interpolate/config/hiera_iplm_hiera_bad.yaml
|
116
|
-
- spec/unit/fixtures/interpolate/
|
111
|
+
- spec/unit/fixtures/interpolate/config/hiera.yaml
|
112
|
+
- spec/unit/fixtures/interpolate/data/niltest.yaml
|
117
113
|
- spec/unit/fixtures/interpolate/data/complex.yaml
|
118
|
-
- spec/unit/fixtures/interpolate/data/dotted_keys.yaml
|
119
|
-
- spec/unit/fixtures/interpolate/data/empty_interpolation.yaml
|
120
114
|
- spec/unit/fixtures/interpolate/data/frontend.json
|
121
|
-
- spec/unit/fixtures/interpolate/data/niltest.yaml
|
122
|
-
- spec/unit/fixtures/interpolate/data/recursive.yaml
|
123
115
|
- spec/unit/fixtures/interpolate/data/role.json
|
116
|
+
- spec/unit/fixtures/interpolate/data/bad_interpolation.yaml
|
117
|
+
- spec/unit/fixtures/interpolate/data/dotted_keys.yaml
|
124
118
|
- spec/unit/fixtures/interpolate/data/weird_keys.yaml
|
125
|
-
- spec/unit/fixtures/
|
126
|
-
- spec/unit/fixtures/
|
127
|
-
- spec/unit/
|
128
|
-
- spec/unit/
|
129
|
-
- spec/unit/
|
119
|
+
- spec/unit/fixtures/interpolate/data/empty_interpolation.yaml
|
120
|
+
- spec/unit/fixtures/interpolate/data/recursive.yaml
|
121
|
+
- spec/unit/backend_spec.rb
|
122
|
+
- spec/unit/filecache_spec.rb
|
123
|
+
- spec/unit/config_spec.rb
|
124
|
+
- spec/unit/backend/yaml_backend_spec.rb
|
125
|
+
- spec/unit/backend/json_backend_spec.rb
|
130
126
|
- spec/unit/puppet_logger_spec.rb
|
131
|
-
- spec/unit/
|
127
|
+
- spec/unit/console_logger_spec.rb
|
132
128
|
- spec/unit/version_spec.rb
|
129
|
+
- spec/unit/fallback_logger_spec.rb
|
130
|
+
- spec/unit/util_spec.rb
|
131
|
+
- spec/unit/hiera_spec.rb
|
132
|
+
- spec/spec_helper.rb
|