Sha256: 3ba7604f67e74a83339f5e44e2784ae849466675034a42f72480ebb1ad550256
Contents?: true
Size: 566 Bytes
Versions: 1
Compression:
Stored size: 566 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "chef-keepass/version" Gem::Specification.new do |s| s.name = "chef-keepass" s.version = ChefKeepass::VERSION s.has_rdoc = true s.authors = ["Kevin Moser"] s.email = ["kevin.moser@nordstrom.com"] s.summary = "Data encryption support for chef using data bags" s.description = s.summary s.files = `git ls-files`.split("\n") s.add_dependency "chef", ">= 0.10.10" s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef-keepass-0.2.1 | chef-keepass.gemspec |