Sha256: 193127af49debcf6604d78f8bd7132bb923f54f3b5e46aff3f2b03d9ee551afb

Contents?: true

Size: 908 Bytes

Versions: 70

Compression:

Stored size: 908 Bytes

Contents

lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "chef-bin/version"

Gem::Specification.new do |spec|
  spec.name          = "chef-bin"
  spec.version       = ChefBin::VERSION
  spec.authors       = ["Adam Jacob"]
  spec.email         = ["adam@chef.io"]

  spec.summary       = %q{Chef-branded binstubs for chef-client}
  spec.homepage      = "https://github.com/chef/chef"
  spec.license       = "Apache-2.0"

  spec.require_paths = ["lib"]

  spec.add_dependency "chef", "= #{ChefBin::VERSION}"
  spec.add_development_dependency "rake"

  spec.files = %w{Gemfile Rakefile LICENSE} + Dir.glob("*.gemspec") +
    Dir.glob("{lib}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }

  spec.bindir = "bin"
  spec.executables = %w{ chef-apply chef-client chef-resource-inspector chef-service-manager chef-shell chef-solo chef-windows-service }
end

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
chef-bin-18.6.2 chef-bin.gemspec
chef-bin-17.10.163 chef-bin.gemspec
chef-bin-18.5.0 chef-bin.gemspec
chef-bin-18.4.12 chef-bin.gemspec
chef-bin-17.10.122 chef-bin.gemspec
chef-bin-17.10.114 chef-bin.gemspec
chef-bin-18.4.2 chef-bin.gemspec
chef-bin-17.10.95 chef-bin.gemspec
chef-bin-18.3.0 chef-bin.gemspec
chef-bin-17.10.68 chef-bin.gemspec
chef-bin-18.2.7 chef-bin.gemspec
chef-bin-16.18.30 chef-bin.gemspec
chef-bin-18.1.0 chef-bin.gemspec
chef-bin-18.0.185 chef-bin.gemspec
chef-bin-18.0.169 chef-bin.gemspec
chef-bin-16.18.0 chef-bin.gemspec
chef-bin-17.10.0 chef-bin.gemspec
chef-bin-17.9.52 chef-bin.gemspec
chef-bin-16.17.51 chef-bin.gemspec
chef-bin-17.9.46 chef-bin.gemspec