Sha256: 4d271b51c907013b77dc3b7cf6e072eff6a77d3e53397634dc4c8e49183bbd80
Contents?: true
Size: 1.28 KB
Versions: 6
Compression:
Stored size: 1.28 KB
Contents
# # Copyright 2016 Chef Software, 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. # # expeditor/ignore: deprecated 2021-04 name "berkshelf-no-depselector" default_version "main" license "Apache-2.0" license_file "LICENSE" source git: "https://github.com/berkshelf/berkshelf.git" relative_path "berkshelf" dependency "ruby" unless windows? && (project.overrides[:ruby].nil? || project.overrides[:ruby][:version] == "ruby-windows") dependency "libarchive" end dependency "nokogiri" build do env = with_standard_compiler_flags(with_embedded_path) bundle "config set --local without guard changelog development test", env: env bundle "install --jobs #{workers}", env: env bundle "exec thor gem:build", env: env gem "install pkg/berkshelf-*.gem" \ " --no-document", env: env end
Version data entries
6 entries across 6 versions & 1 rubygems