Sha256: 47de4654ac948c24d4b3fcc41fedae862a0199c4c7760a7e08d4ab571c95c842

Contents?: true

Size: 887 Bytes

Versions: 1

Compression:

Stored size: 887 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |gem|
  gem.name          = 'knife-spork'
  gem.version       = '1.0.5'
  gem.authors       = ["Jon Cowie"]
  gem.email         = 'jonlives@gmail.com'
  gem.homepage      = 'https://github.com/jonlives/knife-spork'
  gem.summary       = "A workflow plugin to help many devs work with the same chef repo/server"
  gem.description   = "A workflow plugin to help many devs work with the same chef repo/server"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "knife-spork"
  gem.require_paths = ["lib"]

  gem.add_runtime_dependency 'chef', '>= 0.10.4'
  gem.add_runtime_dependency 'git', '>= 1.2.5'
  gem.add_runtime_dependency 'app_conf', '>= 0.4.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
knife-spork-1.0.5 knife-spork.gemspec