# -*- encoding: utf-8 -*- # stub: chef-conceal 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "chef-conceal".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ben Scott".freeze] s.date = "2014-09-06" s.description = "Adds the decrypt helper method to the chef DSL to allow the use of encrypted attributes.".freeze s.email = ["gamepoet@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "chef-conceal.gemspec".freeze, "cookbook/.gitignore".freeze, "cookbook/.kitchen.yml".freeze, "cookbook/Berksfile".freeze, "cookbook/CHANGELOG.md".freeze, "cookbook/Gemfile".freeze, "cookbook/LICENSE".freeze, "cookbook/README.md".freeze, "cookbook/Thorfile".freeze, "cookbook/Vagrantfile".freeze, "cookbook/chefignore".freeze, "cookbook/metadata.rb".freeze, "cookbook/recipes/default.rb".freeze, "cookbook/test/encrypted_data_bag_secret".freeze, "lib/chef/conceal.rb".freeze, "lib/chef/conceal/version.rb".freeze] s.homepage = "https://github.com/gamepoet/chef-conceal".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Adds a helper method to chef make decryption easier".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0.8.7".freeze]) end