Sha256: 5df30e9607b9d346660d937c5ba7b7f6448732f8045342a6ef07ab5f43f54326

Contents?: true

Size: 897 Bytes

Versions: 8

Compression:

Stored size: 897 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'hiera/backend/eyaml'

Gem::Specification.new do |gem|
  gem.name          = "hiera-eyaml"
  gem.version       = Hiera::Backend::Eyaml::VERSION
  gem.description   = "Hiera backend for decrypting encrypted yaml properties"
  gem.summary       = "OpenSSL Encryption backend for Hiera"
  gem.author        = "Tom Poulton"
  gem.license       = "MIT"

  gem.homepage      = "http://github.com/TomPoulton/hiera-eyaml"
  gem.files         = `git ls-files`.split($/).reject { |file| file =~ /^features.*$/ }
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_dependency('trollop', '>=2.0')
  gem.add_dependency('highline', '>=1.6.19')
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hiera-eyaml-2.0.0 hiera-eyaml.gemspec
hiera-eyaml-1.3.8 hiera-eyaml.gemspec
hiera-eyaml-1.3.7 hiera-eyaml.gemspec
hiera-eyaml-1.3.6 hiera-eyaml.gemspec
hiera-eyaml-1.3.5 hiera-eyaml.gemspec
hiera-eyaml-1.3.4 hiera-eyaml.gemspec
hiera-eyaml-1.3.3 hiera-eyaml.gemspec
hiera-eyaml-1.3.2 hiera-eyaml.gemspec