--- !ruby/object:Gem::Specification
name: hiera
version: !ruby/object:Gem::Version
  version: 3.4.3
  prerelease: 
platform: ruby
authors:
- Puppet Labs
autorequire: 
bindir: bin
cert_chain: []
date: 2018-04-12 00:00:00.000000000 Z
dependencies: []
description: A pluggable data store for hierarcical data
email: info@puppetlabs.com
executables:
- hiera
extensions: []
extra_rdoc_files: []
files:
- bin/hiera
- lib/hiera/backend.rb
- lib/hiera/backend/json_backend.rb
- lib/hiera/backend/yaml_backend.rb
- lib/hiera/config.rb
- lib/hiera/console_logger.rb
- lib/hiera/error.rb
- lib/hiera/fallback_logger.rb
- lib/hiera/filecache.rb
- lib/hiera/interpolate.rb
- lib/hiera/noop_logger.rb
- lib/hiera/puppet_logger.rb
- lib/hiera/recursive_guard.rb
- lib/hiera/util.rb
- lib/hiera/util/win32.rb
- lib/hiera/version.rb
- lib/hiera.rb
- COPYING
- README.md
- LICENSE
- spec/spec_helper.rb
- spec/unit/backend/json_backend_spec.rb
- spec/unit/backend/yaml_backend_spec.rb
- spec/unit/backend_spec.rb
- spec/unit/config_spec.rb
- spec/unit/console_logger_spec.rb
- spec/unit/fallback_logger_spec.rb
- spec/unit/filecache_spec.rb
- spec/unit/fixtures/badconfig/config/hiera.yaml
- spec/unit/fixtures/badconfig/data/common.yaml
- spec/unit/fixtures/interpolate/config/hiera.yaml
- spec/unit/fixtures/interpolate/config/hiera_iplm_hiera.yaml
- spec/unit/fixtures/interpolate/config/hiera_iplm_hiera_bad.yaml
- spec/unit/fixtures/interpolate/data/bad_interpolation.yaml
- spec/unit/fixtures/interpolate/data/complex.yaml
- spec/unit/fixtures/interpolate/data/dotted_keys.yaml
- spec/unit/fixtures/interpolate/data/empty_interpolation.yaml
- spec/unit/fixtures/interpolate/data/frontend.json
- spec/unit/fixtures/interpolate/data/niltest.yaml
- spec/unit/fixtures/interpolate/data/recursive.yaml
- spec/unit/fixtures/interpolate/data/role.json
- spec/unit/fixtures/interpolate/data/weird_keys.yaml
- spec/unit/fixtures/override/config/hiera.yaml
- spec/unit/fixtures/override/data/alternate.yaml
- spec/unit/fixtures/override/data/common.yaml
- spec/unit/hiera_spec.rb
- spec/unit/interpolate_spec.rb
- spec/unit/puppet_logger_spec.rb
- spec/unit/util_spec.rb
- spec/unit/version_spec.rb
homepage: https://github.com/puppetlabs/hiera
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.8.23
signing_key: 
specification_version: 3
summary: Light weight hierarchical data store
test_files:
- spec/spec_helper.rb
- spec/unit/backend/json_backend_spec.rb
- spec/unit/backend/yaml_backend_spec.rb
- spec/unit/backend_spec.rb
- spec/unit/config_spec.rb
- spec/unit/console_logger_spec.rb
- spec/unit/fallback_logger_spec.rb
- spec/unit/filecache_spec.rb
- spec/unit/fixtures/badconfig/config/hiera.yaml
- spec/unit/fixtures/badconfig/data/common.yaml
- spec/unit/fixtures/interpolate/config/hiera.yaml
- spec/unit/fixtures/interpolate/config/hiera_iplm_hiera.yaml
- spec/unit/fixtures/interpolate/config/hiera_iplm_hiera_bad.yaml
- spec/unit/fixtures/interpolate/data/bad_interpolation.yaml
- spec/unit/fixtures/interpolate/data/complex.yaml
- spec/unit/fixtures/interpolate/data/dotted_keys.yaml
- spec/unit/fixtures/interpolate/data/empty_interpolation.yaml
- spec/unit/fixtures/interpolate/data/frontend.json
- spec/unit/fixtures/interpolate/data/niltest.yaml
- spec/unit/fixtures/interpolate/data/recursive.yaml
- spec/unit/fixtures/interpolate/data/role.json
- spec/unit/fixtures/interpolate/data/weird_keys.yaml
- spec/unit/fixtures/override/config/hiera.yaml
- spec/unit/fixtures/override/data/alternate.yaml
- spec/unit/fixtures/override/data/common.yaml
- spec/unit/hiera_spec.rb
- spec/unit/interpolate_spec.rb
- spec/unit/puppet_logger_spec.rb
- spec/unit/util_spec.rb
- spec/unit/version_spec.rb