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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58140d759970bf1df9fe100deb1038373381332454f0166c6bb5180db2737475
4
- data.tar.gz: 233d512135e1810c0f0b7bd8f0ea5b978f830f453ae29fa2c53d303f51937c55
3
+ metadata.gz: 10e61347b279f027dfdd5b68395d70d542f147a9fbb3753a35d8cfcf2e04dd1d
4
+ data.tar.gz: a84003a896f2218647eb4426d831afd2457036f36bb8562d3e9d7f60221d1871
5
5
  SHA512:
6
- metadata.gz: ad21f9f936a310d972cab8f87ff46d0da844b4c96d516694a94ff5f4849b3964e810c1739b53dcf5bdcfe6795636ed472071a758b9417fcf2180225be434f17d
7
- data.tar.gz: 5e69af08a797e2812e18ff73853a7069946112f6036ec97c88b9e01392cc246d19493158d023aa73dd327d68a5e1479e0a488c2ff530c0c947a41f9588c8b574
6
+ metadata.gz: 25519534041c0b04b8d7c3abd3ee0b6304a8da0399e74e2f6fa622139046ccf2cad665f713d22bc40fc2ee32a0a1580e61108f214d9fd00bfd9aaf8da54a9f22
7
+ data.tar.gz: 76e777b23d55e8dc7cec2f1f9648473f247de933f3d5f2723bf1611f72ccf071ecbbdaa645bc9245ff47edffe5095dfd06419319448518fb6b2a447ac73bb522
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mini_hiera (0.1.0)
4
+ mini_hiera (0.1.1)
5
5
  deep_merge (~> 1.0)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  class MiniHiera
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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 allows a key to be resolved via a hierarchy of context-specific values}
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.0
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 allows a key to be resolved via a hierarchy of context-specific
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: []