Sha256: 67e411c55d9330859bf001d8f93ba65dffd51aac7f01c7dac499fbb3d4f51d8a

Contents?: true

Size: 1.41 KB

Versions: 2

Compression:

Stored size: 1.41 KB

Contents

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

require "knife-spork/version"

Gem::Specification.new do |gem|
  gem.name          = 'knife-spork'
  gem.version       = KnifeSpork::Version::VERSION
  gem.authors       = ["Jon Cowie", "Ryn Daniels"]
  gem.email         = ['jonlives@gmail.com', 'code@ryn.works']
  gem.homepage      = 'https://github.com/jonlives/knife-spork'
  gem.licenses      = ['GPL']
  gem.summary       = "A workflow plugin to help many devs work with the same chef repo/server"
  gem.description   = "KnifeSpork is a workflow plugin for Chef::Knife which helps multiple developers work on the same Chef Server and repository without treading on each other's toes. This plugin was designed around the workflow used at Etsy, where several people are working on the Chef repository and Chef Server simultaneously."

  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_development_dependency 'rake'
  gem.add_development_dependency 'rspec', '>= 3.1.0'
  gem.add_development_dependency 'chef-zero', '>= 3.2'
  gem.add_runtime_dependency 'chef', '>= 11.0.0'
  gem.add_runtime_dependency 'git', '>= 1.2.5'
  gem.add_runtime_dependency 'app_conf', '>= 0.4.0'
  gem.add_runtime_dependency 'diffy', '>= 3.0.1'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
knife-spork-1.7.2 knife-spork.gemspec
knife-spork-1.7.1 knife-spork.gemspec