Sha256: f9a47f80ec3884abd39c41639adbb57d11abaf1e7b86fde5867ab93b2a958a1c

Contents?: true

Size: 877 Bytes

Versions: 2

Compression:

Stored size: 877 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "knife-topo"
  spec.version       = Knife::Topo::VERSION
  spec.authors       = ["Christine Draper"]
  spec.email         = ["christine_draper@thirdwaveinsights.com"]
  spec.summary       = "Knife plugin to manage topologies of nodes"
  spec.description   = "Knife-topo uses a JSON file to capture a topology of nodes, which can be loaded into Chef and bootstrapped"
  spec.homepage      = "https://github.com/christinedraper/knife-topo"
  spec.license       = "Apache License (2.0)"
  
  spec.add_runtime_dependency 'chef', '>=11.8',  '<13.0'
  
  spec.files         = Dir.glob("{lib}/**/*")  +
    ['LICENSE', 'README.md', __FILE__]
  spec.require_paths = ["lib"]

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
knife-topo-1.0.0 knife-topo.gemspec
knife-topo-0.1.1 knife-topo.gemspec