# -*- encoding: utf-8 -*-
# stub: knife-topo 2.0.5 ruby lib

Gem::Specification.new do |s|
  s.name = "knife-topo".freeze
  s.version = "2.0.5".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Christine Draper".freeze]
  s.date = "2016-03-31"
  s.description = "Knife-topo uses a JSON file to capture a topology of nodes, which can be loaded into Chef and bootstrapped".freeze
  s.email = ["christine_draper@thirdwaveinsights.com".freeze]
  s.files = ["LICENSE".freeze, "README.md".freeze, "knife-topo.gemspec".freeze, "lib/chef/knife/topo/bootstrap_helper.rb".freeze, "lib/chef/knife/topo/command_helper.rb".freeze, "lib/chef/knife/topo/consts.rb".freeze, "lib/chef/knife/topo/loader.rb".freeze, "lib/chef/knife/topo/node_update_helper.rb".freeze, "lib/chef/knife/topo/processor.rb".freeze, "lib/chef/knife/topo/processor/via_cookbook.rb".freeze, "lib/chef/knife/topo/processor/via_cookbook_print.rb".freeze, "lib/chef/knife/topo/version.rb".freeze, "lib/chef/knife/topo_bootstrap.rb".freeze, "lib/chef/knife/topo_cookbook_create.rb".freeze, "lib/chef/knife/topo_cookbook_upload.rb".freeze, "lib/chef/knife/topo_create.rb".freeze, "lib/chef/knife/topo_delete.rb".freeze, "lib/chef/knife/topo_export.rb".freeze, "lib/chef/knife/topo_import.rb".freeze, "lib/chef/knife/topo_list.rb".freeze, "lib/chef/knife/topo_search.rb".freeze, "lib/chef/knife/topo_update.rb".freeze, "lib/chef/topo/converter.rb".freeze, "lib/chef/topo/converter/topo_v1.rb".freeze, "lib/chef/topology.rb".freeze]
  s.homepage = "https://github.com/christinedraper/knife-topo".freeze
  s.licenses = ["Apache License (2.0)".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Knife plugin to manage topologies of nodes".freeze
end