mini_hiera 0.1.0 → 0.1.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/mini_hiera/version.rb +1 -1
- data/mini_hiera.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 10e61347b279f027dfdd5b68395d70d542f147a9fbb3753a35d8cfcf2e04dd1d
|
|
4
|
+
data.tar.gz: a84003a896f2218647eb4426d831afd2457036f36bb8562d3e9d7f60221d1871
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25519534041c0b04b8d7c3abd3ee0b6304a8da0399e74e2f6fa622139046ccf2cad665f713d22bc40fc2ee32a0a1580e61108f214d9fd00bfd9aaf8da54a9f22
|
|
7
|
+
data.tar.gz: 76e777b23d55e8dc7cec2f1f9648473f247de933f3d5f2723bf1611f72ccf071ecbbdaa645bc9245ff47edffe5095dfd06419319448518fb6b2a447ac73bb522
|
data/Gemfile.lock
CHANGED
data/lib/mini_hiera/version.rb
CHANGED
data/mini_hiera.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["thomas@haggett.org"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Hierarchial key/value configuration}
|
|
13
|
-
spec.description = %q{Library to
|
|
13
|
+
spec.description = %q{Library to allow key to be resolved into data from a key hierarchy of context-specific values}
|
|
14
14
|
spec.homepage = "https://thomas.haggett.org/"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mini_hiera
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas Haggett
|
|
@@ -66,8 +66,8 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '3.0'
|
|
69
|
-
description: Library to
|
|
70
|
-
values
|
|
69
|
+
description: Library to allow key to be resolved into data from a key hierarchy of
|
|
70
|
+
context-specific values
|
|
71
71
|
email:
|
|
72
72
|
- thomas@haggett.org
|
|
73
73
|
executables: []
|