mini_hiera 0.1.1 → 0.1.2
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 +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9be79b96a1416956202d0cce8850a22bd61064d2c70ec68c71ba782fe4d00be
|
|
4
|
+
data.tar.gz: 72afdac7e3e1004680391cb49940936d58e553c0c54ff8733f896cc2ab47d97d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b562c8082495933c35417afa39fb1b5a37b52e9e68e089016cda4b4cd7c5fda700f76111f2ef255ebfba58fc7afd1aed905b8792d2d1e045b6604e583045f20a
|
|
7
|
+
data.tar.gz: 1102a8830f2d7ad29b7c604f134fcda5da9a47b2cfc9714d581607702985b9e150ee5834d55e51bd9d63f518bbfa9b27b4e41cd01a2994de2b19659fe2e72e75
|
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
|
|
13
|
+
spec.description = %q{Library resolve keys into data from a 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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas Haggett
|
|
@@ -66,8 +66,7 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '3.0'
|
|
69
|
-
description: Library
|
|
70
|
-
context-specific values
|
|
69
|
+
description: Library resolve keys into data from a hierarchy of context-specific values
|
|
71
70
|
email:
|
|
72
71
|
- thomas@haggett.org
|
|
73
72
|
executables: []
|