Sha256: a050501d490878d02adbbdc75d33e75e672de734a52bef378c060d8f80568196

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'vagrant-berkshelf/version'

Gem::Specification.new do |spec|
  spec.name    = 'vagrant-berkshelf-nochefdk'
  spec.version = VagrantPlugins::Berkshelf::VERSION
  spec.authors = [
    'Jamie Winsor',
    'Michael Ivey',
    'Seth Vargo',
    'Tomas Varaneckas',
  ]
  spec.email = [
    'jamie@vialstudios.com',
    'michael.ivey@riotgames.com',
    'sethvargo@gmail.com',
    'tomas.varaneckas@gmail.com',
  ]
  spec.description = %q{A Vagrant plugin to add Berkshelf integration to the Chef provisioners, without need of installing ChefDK}
  spec.summary     = spec.description
  spec.homepage    = 'https://docs.chef.io/berkshelf.html'
  spec.license     = 'Apache 2.0'

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']
  spec.required_ruby_version = '>= 2.2.0'

  spec.add_runtime_dependency 'berkshelf'

  spec.add_development_dependency 'spork', '~> 0.9'
  spec.add_development_dependency 'rspec', '~> 3.0'
  spec.add_development_dependency 'rake'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-berkshelf-nochefdk-6.0.0 vagrant-berkshelf-nochefdk.gemspec