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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10e61347b279f027dfdd5b68395d70d542f147a9fbb3753a35d8cfcf2e04dd1d
4
- data.tar.gz: a84003a896f2218647eb4426d831afd2457036f36bb8562d3e9d7f60221d1871
3
+ metadata.gz: e9be79b96a1416956202d0cce8850a22bd61064d2c70ec68c71ba782fe4d00be
4
+ data.tar.gz: 72afdac7e3e1004680391cb49940936d58e553c0c54ff8733f896cc2ab47d97d
5
5
  SHA512:
6
- metadata.gz: 25519534041c0b04b8d7c3abd3ee0b6304a8da0399e74e2f6fa622139046ccf2cad665f713d22bc40fc2ee32a0a1580e61108f214d9fd00bfd9aaf8da54a9f22
7
- data.tar.gz: 76e777b23d55e8dc7cec2f1f9648473f247de933f3d5f2723bf1611f72ccf071ecbbdaa645bc9245ff47edffe5095dfd06419319448518fb6b2a447ac73bb522
6
+ metadata.gz: b562c8082495933c35417afa39fb1b5a37b52e9e68e089016cda4b4cd7c5fda700f76111f2ef255ebfba58fc7afd1aed905b8792d2d1e045b6604e583045f20a
7
+ data.tar.gz: 1102a8830f2d7ad29b7c604f134fcda5da9a47b2cfc9714d581607702985b9e150ee5834d55e51bd9d63f518bbfa9b27b4e41cd01a2994de2b19659fe2e72e75
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mini_hiera (0.1.1)
4
+ mini_hiera (0.1.2)
5
5
  deep_merge (~> 1.0)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  class MiniHiera
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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 allow key to be resolved into data from a key hierarchy of context-specific values}
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.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 to allow key to be resolved into data from a key hierarchy of
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: []