Sha256: 3db2639b023da0274ab60690b402719f30a53ea151fe0eb331663bf0f993fcf9

Contents?: true

Size: 1.34 KB

Versions: 8

Compression:

Stored size: 1.34 KB

Contents

# -*- encoding: utf-8 -*-
# Chef-Vault Gemspec file
# Copyright 2013, Nordstrom, Inc.

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at

#     http://www.apache.org/licenses/LICENSE-2.0

# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

$:.push File.expand_path("../lib", __FILE__)
require "chef-vault/version"

Gem::Specification.new do |s|
  s.name             = "chef-vault"
  s.version          = ChefVault::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.license          = 'Apache License, v2.0'

  s.files            = `git ls-files`.split("\n")
  s.add_dependency     "chef", ">= 0.10.10"

  # tests
  s.add_development_dependency 'rake'
  s.add_development_dependency 'rspec'

  s.require_paths    = ["lib"]

  s.bindir           = "bin"
  s.executables      = %w( chef-vault )
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
chef-vault-2.2.1 chef-vault.gemspec
chef-vault-2.2.0 chef-vault.gemspec
chef-vault-2.1.0 chef-vault.gemspec
chef-vault-2.0.2 chef-vault.gemspec
chef-vault-2.0.1 chef-vault.gemspec
chef-vault-2.0.1.pre chef-vault.gemspec
chef-vault-1.2.5 chef-vault.gemspec
chef-vault-1.2.4 chef-vault.gemspec