# -*- encoding: utf-8 -*- # stub: knife-topo 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "knife-topo".freeze s.version = "1.0.0".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 = "2015-03-24" 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/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/knife/topology_helper.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 s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 11.8".freeze, "< 13.0".freeze]) end