Sha256: 969e9111ef09277b5d4a5fe8699373d5c38aaded0fe6aa46249086570d63332d
Contents?: true
Size: 770 Bytes
Versions: 3
Compression:
Stored size: 770 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 that to manage topologies of nodes" spec.description = spec.summary spec.homepage = "https://github.com/christinedraper/knife-topo" spec.license = "Apache License (2.0)" spec.files = Dir.glob("{lib,test-repo}/**/*") + Dir.glob("test-repo/.chef/*") + ['LICENSE', 'README.md', __FILE__] spec.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
knife-topo-0.0.5 | knife-topo.gemspec |
knife-topo-0.0.4 | knife-topo.gemspec |
knife-topo-0.0.3 | knife-topo.gemspec |