Sha256: cd2c1968e6d7c53a8a7af60a291bc9c5f35cade0855d4df02ce07abe43c91080
Contents?: true
Size: 1.22 KB
Versions: 8
Compression:
Stored size: 1.22 KB
Contents
# # Copyright:: Copyright (c) 2012-2014 Chef Software, Inc. # License:: Apache License, Version 2.0 # # 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. # name 'chef-vault' default_version 'v2.2.1' source :git => 'git://github.com/Nordstrom/chef-vault.git' relative_path 'chef-vault' if platform == 'windows' dependency 'ruby-windows' dependency 'ruby-windows-devkit' dependency 'chef-windows' else dependency 'ruby' dependency 'rubygems' dependency 'chef' end build_env = {'PATH' => "#{install_dir}/embedded/bin:#{ENV['PATH']}"} build do bundle 'install --no-cache', :env => build_env gem 'build chef-vault.gemspec', :env => build_env gem ['install chef-vault-*.gem', '--no-rdoc --no-ri'].join(' '), :env => build_env end
Version data entries
8 entries across 8 versions & 1 rubygems