Sha256: dc9edaad265220be0047aa7c2cfbef90d5a7b61df3941fb182f9382b29c4f371
Contents?: true
Size: 1.33 KB
Versions: 5
Compression:
Stored size: 1.33 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 'chefdk' maintainer 'Chef Software, Inc.' homepage 'http://www.getchef.com' install_path '/opt/chefdk' build_version Omnibus::BuildVersion.full build_iteration 4 override :berkshelf, version: '3.0.0.beta6' override :bundler, version: '1.5.2' override :libedit, version: '20130712-3.1' override :libtool, version: '2.4.2' override :libxml2, version: '2.9.1' override :libxslt, version: '1.1.28' override :nokogiri, version: '1.6.1' override :ruby, version: '2.1.0' override :rubygems, version: '2.2.1' override :yajl, version: '1.2.0' override :zlib, version: '1.2.8' dependency 'preparation' dependency 'chefdk' dependency 'ohai' dependency 'version-manifest'
Version data entries
5 entries across 5 versions & 1 rubygems