Sha256: 64d135704a41e4c3ff2de962d991748edf6590b6a94f3c99ccc6b94434dc2566

Contents?: true

Size: 928 Bytes

Versions: 30

Compression:

Stored size: 928 Bytes

Contents

# coding: utf-8
lib = File.expand_path("../lib", __FILE__)
$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

30 entries across 30 versions & 1 rubygems

Version Path
chef-bin-16.2.73 chef-bin.gemspec
chef-bin-15.12.22 chef-bin.gemspec
chef-bin-16.2.50 chef-bin.gemspec
chef-bin-16.2.44 chef-bin.gemspec
chef-bin-15.11.8 chef-bin.gemspec
chef-bin-16.1.16 chef-bin.gemspec
chef-bin-15.11.3 chef-bin.gemspec
chef-bin-16.1.0 chef-bin.gemspec
chef-bin-16.0.287 chef-bin.gemspec
chef-bin-16.0.275 chef-bin.gemspec
chef-bin-16.0.257 chef-bin.gemspec
chef-bin-15.10.12 chef-bin.gemspec
chef-bin-15.9.17 chef-bin.gemspec
chef-bin-15.8.23 chef-bin.gemspec
chef-bin-15.7.32 chef-bin.gemspec
chef-bin-15.7.31 chef-bin.gemspec
chef-bin-15.7.30 chef-bin.gemspec
chef-bin-15.6.10 chef-bin.gemspec
chef-bin-15.5.17 chef-bin.gemspec
chef-bin-15.5.16 chef-bin.gemspec