Sha256: bfc9b574bc539eddce47ad8af63b4c86fe4d6a5666a11efbb2557d995b34c2a5

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 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.new.git_describe
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

2 entries across 2 versions & 1 rubygems

Version Path
omnibus-3.1.1 spec/data/projects/chefdk.rb
omnibus-3.1.0 spec/data/projects/chefdk.rb