# -*- encoding: utf-8 -*- # stub: hiera-eyaml 1.3.1 ruby lib Gem::Specification.new do |s| s.name = "hiera-eyaml".freeze s.version = "1.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tom Poulton".freeze] s.date = "2013-08-14" s.description = "Hiera backend for decrypting encrypted yaml properties".freeze s.executables = ["eyaml".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "PLUGINS.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/eyaml".freeze, "features/decrypts.feature".freeze, "features/edit.feature".freeze, "features/encrypts.feature".freeze, "features/keys.feature".freeze, "features/outputs.feature".freeze, "features/plugin.feature".freeze, "features/plugin_api.feature".freeze, "features/puppet.feature".freeze, "features/sandbox/convert_decrypted_values_to_uppercase.sh".freeze, "features/sandbox/keys/private_key.pkcs7.pem".freeze, "features/sandbox/keys/public_key.pkcs7.pem".freeze, "features/sandbox/pipe_string.sh".freeze, "features/sandbox/puppet/environments/local/test.eyaml".freeze, "features/sandbox/puppet/hiera.yaml".freeze, "features/sandbox/puppet/manifests/init.pp".freeze, "features/sandbox/puppet/modules/test/manifests/init.pp".freeze, "features/sandbox/puppet/puppet.conf".freeze, "features/sandbox/supply_password.sh".freeze, "features/sandbox/test_input.bin".freeze, "features/sandbox/test_input.encrypted.txt".freeze, "features/sandbox/test_input.txt".freeze, "features/sandbox/test_input.yaml".freeze, "features/step_definitions/environment_overrides.rb".freeze, "features/support/env.rb".freeze, "features/support/setup_sandbox.rb".freeze, "features/valid_encryption.feature".freeze, "hiera-eyaml.gemspec".freeze, "lib/hiera/backend/eyaml.rb".freeze, "lib/hiera/backend/eyaml/CLI.rb".freeze, "lib/hiera/backend/eyaml/actions/createkeys_action.rb".freeze, "lib/hiera/backend/eyaml/actions/decrypt_action.rb".freeze, "lib/hiera/backend/eyaml/actions/edit_action.rb".freeze, "lib/hiera/backend/eyaml/actions/encrypt_action.rb".freeze, "lib/hiera/backend/eyaml/encryptor.rb".freeze, "lib/hiera/backend/eyaml/encryptors/pkcs7.rb".freeze, "lib/hiera/backend/eyaml/options.rb".freeze, "lib/hiera/backend/eyaml/plugins.rb".freeze, "lib/hiera/backend/eyaml/utils.rb".freeze, "lib/hiera/backend/eyaml_backend.rb".freeze, "sublime_text/README.md".freeze, "sublime_text/eyaml.sublime-package".freeze, "sublime_text/eyaml.syntax_definition.json".freeze, "tools/regem.sh".freeze] s.homepage = "http://github.com/TomPoulton/hiera-eyaml".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "OpenSSL Encryption backend for Hiera".freeze s.test_files = ["features/decrypts.feature".freeze, "features/edit.feature".freeze, "features/encrypts.feature".freeze, "features/keys.feature".freeze, "features/outputs.feature".freeze, "features/plugin.feature".freeze, "features/plugin_api.feature".freeze, "features/puppet.feature".freeze, "features/sandbox/convert_decrypted_values_to_uppercase.sh".freeze, "features/sandbox/keys/private_key.pkcs7.pem".freeze, "features/sandbox/keys/public_key.pkcs7.pem".freeze, "features/sandbox/pipe_string.sh".freeze, "features/sandbox/puppet/environments/local/test.eyaml".freeze, "features/sandbox/puppet/hiera.yaml".freeze, "features/sandbox/puppet/manifests/init.pp".freeze, "features/sandbox/puppet/modules/test/manifests/init.pp".freeze, "features/sandbox/puppet/puppet.conf".freeze, "features/sandbox/supply_password.sh".freeze, "features/sandbox/test_input.bin".freeze, "features/sandbox/test_input.encrypted.txt".freeze, "features/sandbox/test_input.txt".freeze, "features/sandbox/test_input.yaml".freeze, "features/step_definitions/environment_overrides.rb".freeze, "features/support/env.rb".freeze, "features/support/setup_sandbox.rb".freeze, "features/valid_encryption.feature".freeze] s.specification_version = 3 s.add_runtime_dependency(%q<trollop>.freeze, [">= 2.0".freeze]) s.add_runtime_dependency(%q<highline>.freeze, [">= 1.6.19".freeze]) end