--- !ruby/object:Gem::Specification name: chef-vpc-toolkit version: !ruby/object:Gem::Version hash: 15 prerelease: false segments: - 2 - 0 - 0 version: 2.0.0 platform: ruby authors: - Dan Prince autorequire: bindir: bin cert_chain: [] date: 2010-10-26 00:00:00 -04:00 default_executable: chef-vpc-toolkit dependencies: - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: builder prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id003 description: The Chef VPC Toolkit is a set of Rake tasks that provide a framework to help automate the creation and configuration of VPC server groups in the cloud. email: dan.prince@rackspace.com executables: - chef-vpc-toolkit extensions: [] extra_rdoc_files: - README.rdoc files: - .gitignore - COPYING - README.rdoc - Rakefile - VERSION - bin/chef-vpc-toolkit - config/chef_installer.yml - config/databags.json.example - config/nodes.json - config/server_group.json - contrib/doc/ChefVPCToolkit.odt - contrib/doc/ChefVPCToolkit.pdf - contrib/etc/chef_vpc_toolkit.conf - contrib/rake/Rakefile - cookbook-repos/local/README - cookbook-repos/local/Rakefile - cookbook-repos/local/certificates/README - cookbook-repos/local/config/client.rb.example - cookbook-repos/local/config/knife.rb.example - cookbook-repos/local/config/rake.rb - cookbook-repos/local/config/server.rb.example - cookbook-repos/local/config/solo.rb.example - cookbook-repos/local/cookbooks/README - cookbook-repos/local/cookbooks/motd/README.rdoc - cookbook-repos/local/cookbooks/motd/attributes/motd.rb - cookbook-repos/local/cookbooks/motd/metadata.rb - cookbook-repos/local/cookbooks/motd/recipes/default.rb - cookbook-repos/local/cookbooks/motd/templates/default/motd.erb - cookbook-repos/local/roles/README - lib/chef-vpc-toolkit.rb - lib/chef-vpc-toolkit/chef-0.9.bash - lib/chef-vpc-toolkit/chef_bootstrap/centos.bash - lib/chef-vpc-toolkit/chef_bootstrap/fedora.bash - lib/chef-vpc-toolkit/chef_bootstrap/rhel.bash - lib/chef-vpc-toolkit/chef_bootstrap/ubuntu.bash - lib/chef-vpc-toolkit/chef_installer.rb - lib/chef-vpc-toolkit/cloud_files.bash - lib/chef-vpc-toolkit/cloud_servers_vpc.rb - lib/chef-vpc-toolkit/http_util.rb - lib/chef-vpc-toolkit/ssh_util.rb - lib/chef-vpc-toolkit/util.rb - lib/chef-vpc-toolkit/version.rb - rake/chef_vpc_toolkit.rake - test/cloud_servers_vpc_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/rackspace/chef-vpc-toolkit licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Rake tasks to automate and configure server groups in the cloud with Chef. test_files: - test/cloud_servers_vpc_test.rb - test/test_helper.rb