hiera-examiner 0.3.1 → 0.3.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
  SHA1:
3
- metadata.gz: bef962f06f343c01b2f64af4ac054d5596e30310
4
- data.tar.gz: a9a5c413ffa8da7da9289f4933ea4a9b40ec59a8
3
+ metadata.gz: 88f767910718a90d10d3dfc401adad29c5d43328
4
+ data.tar.gz: 0a915704570f17dd9e0bc4846636cc6c00f34dbc
5
5
  SHA512:
6
- metadata.gz: b71cc2b810e9f0fd8179acd26a929e9a8a4796fe2745d65d0e4521ced02364e1b5a8e049d7ad0904f64f8721907ba50459089ebec4c7a4d72bc95c1de780092e
7
- data.tar.gz: 50b2933574977e157ecf330c5cb6be6832444638b87defcd5c602b0f845db99bc1ed75f448f288cefa215800c98b78d6bb74f9b12627545f2386665ef1615557
6
+ metadata.gz: fddb39005debd0fe1bf6379ac7c41ef9fed662007a58e53889797c631e1a59605395651b66e7b010f6110a33bea72add57a475c2713591f0052398777996f775
7
+ data.tar.gz: 042b8043572c4185349c1f41f150ebf0c94f780f5890df506001e82a09088cba4a6d91184a1c1d367774c761acbbe961215f66694b26adc07f244a9411ad4701
data/bin/hiera-examiner CHANGED
File without changes
@@ -6,6 +6,7 @@ class HieraExaminer
6
6
  require 'colorize'
7
7
 
8
8
  def initialize(conf = "/vagrant/puppet/hiera/hiera.yaml")
9
+ puts conf
9
10
  @conf = conf
10
11
  end
11
12
 
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiera-examiner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
- - Nick Quaranto
7
+ - Adam Stortz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-12-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A simple hiera gem
14
- email: nick@quaran.to
14
+ email: astortz@redstonecontentsolutions.com
15
15
  executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []