# -*- encoding: utf-8 -*- # stub: knife-solo 0.3.0.pre2 ruby lib Gem::Specification.new do |s| s.name = "knife-solo".freeze s.version = "0.3.0.pre2".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mat Schaffer".freeze] s.date = "2013-02-20" s.description = "Handles bootstrapping, running chef solo, rsyncing cookbooks etc".freeze s.email = "mat@schaffer.me".freeze s.files = ["CHANGELOG.md".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/chef/knife/cook.rb".freeze, "lib/chef/knife/kitchen.rb".freeze, "lib/chef/knife/patches/parser.rb".freeze, "lib/chef/knife/patches/search.rb".freeze, "lib/chef/knife/prepare.rb".freeze, "lib/chef/knife/solo_bootstrap.rb".freeze, "lib/chef/knife/solo_clean.rb".freeze, "lib/chef/knife/solo_cook.rb".freeze, "lib/chef/knife/solo_init.rb".freeze, "lib/chef/knife/solo_prepare.rb".freeze, "lib/chef/knife/wash_up.rb".freeze, "lib/knife-solo.rb".freeze, "lib/knife-solo/bootstraps.rb".freeze, "lib/knife-solo/bootstraps/darwin.rb".freeze, "lib/knife-solo/bootstraps/freebsd.rb".freeze, "lib/knife-solo/bootstraps/linux.rb".freeze, "lib/knife-solo/bootstraps/sun_os.rb".freeze, "lib/knife-solo/config.rb".freeze, "lib/knife-solo/deprecated_command.rb".freeze, "lib/knife-solo/gitignore.rb".freeze, "lib/knife-solo/info.rb".freeze, "lib/knife-solo/node_config_command.rb".freeze, "lib/knife-solo/resources/solo.rb".freeze, "lib/knife-solo/ssh_command.rb".freeze, "lib/knife-solo/tools.rb".freeze, "test/bootstraps_test.rb".freeze, "test/deprecated_command_test.rb".freeze, "test/gitignore_test.rb".freeze, "test/integration/amazon_linux_2012_09_bootstrap_test.rb".freeze, "test/integration/cases/apache2_bootstrap.rb".freeze, "test/integration/cases/apache2_cook.rb".freeze, "test/integration/cases/cache_path_usage.rb".freeze, "test/integration/cases/empty_cook.rb".freeze, "test/integration/cases/encrypted_data_bag.rb".freeze, "test/integration/centos5_6_test.rb".freeze, "test/integration/debian6_bootstrap_test.rb".freeze, "test/integration/debian7_bootstrap_test.rb".freeze, "test/integration/gentoo2011_test.rb".freeze, "test/integration/omnios_r151004_test.rb".freeze, "test/integration/scientific_linux_63_test.rb".freeze, "test/integration/sles_11_test.rb".freeze, "test/integration/ubuntu10_04_test.rb".freeze, "test/integration/ubuntu12_04_bootstrap_test.rb".freeze, "test/integration/ubuntu12_04_test.rb".freeze, "test/integration_helper.rb".freeze, "test/knife-solo/config_test.rb".freeze, "test/minitest/parallel.rb".freeze, "test/node_config_command_test.rb".freeze, "test/solo_bootstrap_test.rb".freeze, "test/solo_clean_test.rb".freeze, "test/solo_cook_test.rb".freeze, "test/solo_init_test.rb".freeze, "test/solo_prepare_test.rb".freeze, "test/ssh_command_test.rb".freeze, "test/support/cache_using_cookbook/metadata.rb".freeze, "test/support/cache_using_cookbook/recipes/default.rb".freeze, "test/support/config.yml.example".freeze, "test/support/data_bag_key".freeze, "test/support/ec2_runner.rb".freeze, "test/support/integration_test.rb".freeze, "test/support/issue_files/gentoo2011".freeze, "test/support/issue_files/sles11-sp1".freeze, "test/support/issue_files/ubuntu".freeze, "test/support/kitchen_helper.rb".freeze, "test/support/loggable.rb".freeze, "test/support/secret_cookbook/metadata.rb".freeze, "test/support/secret_cookbook/recipes/default.rb".freeze, "test/support/ssh_config".freeze, "test/support/test_case.rb".freeze, "test/support/validation_helper.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://matschaffer.github.com/knife-solo/".freeze s.post_install_message = "Thanks for installing knife-solo!\n\nIf you run into any issues please let us know at:\n https://github.com/matschaffer/knife-solo/issues\n\nIf you are upgrading knife-solo please uninstall any old versions by\nrunning `gem clean knife-solo` to avoid any errors.\n\nSee http://bit.ly/CHEF-3255 for more information on the knife bug\nthat causes this.".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A collection of knife plugins for dealing with chef solo".freeze s.test_files = ["test/bootstraps_test.rb".freeze, "test/deprecated_command_test.rb".freeze, "test/gitignore_test.rb".freeze, "test/integration/amazon_linux_2012_09_bootstrap_test.rb".freeze, "test/integration/cases/apache2_bootstrap.rb".freeze, "test/integration/cases/apache2_cook.rb".freeze, "test/integration/cases/cache_path_usage.rb".freeze, "test/integration/cases/empty_cook.rb".freeze, "test/integration/cases/encrypted_data_bag.rb".freeze, "test/integration/centos5_6_test.rb".freeze, "test/integration/debian6_bootstrap_test.rb".freeze, "test/integration/debian7_bootstrap_test.rb".freeze, "test/integration/gentoo2011_test.rb".freeze, "test/integration/omnios_r151004_test.rb".freeze, "test/integration/scientific_linux_63_test.rb".freeze, "test/integration/sles_11_test.rb".freeze, "test/integration/ubuntu10_04_test.rb".freeze, "test/integration/ubuntu12_04_bootstrap_test.rb".freeze, "test/integration/ubuntu12_04_test.rb".freeze, "test/integration_helper.rb".freeze, "test/knife-solo/config_test.rb".freeze, "test/minitest/parallel.rb".freeze, "test/node_config_command_test.rb".freeze, "test/solo_bootstrap_test.rb".freeze, "test/solo_clean_test.rb".freeze, "test/solo_cook_test.rb".freeze, "test/solo_init_test.rb".freeze, "test/solo_prepare_test.rb".freeze, "test/ssh_command_test.rb".freeze, "test/support/cache_using_cookbook/metadata.rb".freeze, "test/support/cache_using_cookbook/recipes/default.rb".freeze, "test/support/config.yml.example".freeze, "test/support/data_bag_key".freeze, "test/support/ec2_runner.rb".freeze, "test/support/integration_test.rb".freeze, "test/support/issue_files/gentoo2011".freeze, "test/support/issue_files/sles11-sp1".freeze, "test/support/issue_files/ubuntu".freeze, "test/support/kitchen_helper.rb".freeze, "test/support/loggable.rb".freeze, "test/support/secret_cookbook/metadata.rb".freeze, "test/support/secret_cookbook/recipes/default.rb".freeze, "test/support/ssh_config".freeze, "test/support/test_case.rb".freeze, "test/support/validation_helper.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 10.12".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.2.2".freeze, "< 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.20".freeze]) end