--- !ruby/object:Gem::Specification name: profitbricks version: !ruby/object:Gem::Version version: 0.0.3 prerelease: platform: ruby authors: - Dominik Sander autorequire: bindir: bin cert_chain: [] date: 2012-03-06 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: savon requirement: &23858400 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *23858400 - !ruby/object:Gem::Dependency name: rdoc requirement: &23857300 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.10' type: :development prerelease: false version_requirements: *23857300 - !ruby/object:Gem::Dependency name: hoe requirement: &23856800 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.14' type: :development prerelease: false version_requirements: *23856800 description: ! 'A Ruby client for the ProfitBricks API. BE AWARE: This software is in a very early state of development, the methods and responses will very likely change over time.' email: - git@dsander.de executables: - profitbricks extensions: [] extra_rdoc_files: - Manifest.txt files: - .autotest - .rspec - CHANGELOG.md - Gemfile - Gemfile.lock - Manifest.txt - README.md - Rakefile - bin/profitbricks - examples/create_datacenter.rb - lib/profitbricks.rb - lib/profitbricks/config.rb - lib/profitbricks/data_center.rb - lib/profitbricks/extensions.rb - lib/profitbricks/image.rb - lib/profitbricks/ip_block.rb - lib/profitbricks/model.rb - lib/profitbricks/nic.rb - lib/profitbricks/profitbricks.rb - lib/profitbricks/server.rb - lib/profitbricks/storage.rb - profitbricks.gemspec - spec/fixtures/add_public_ip_to_nic/success.json - spec/fixtures/add_public_ip_to_nic/success.xml - spec/fixtures/clear_data_center/success.json - spec/fixtures/clear_data_center/success.xml - spec/fixtures/connect_storage_to_server/success.json - spec/fixtures/connect_storage_to_server/success.xml - spec/fixtures/create_data_center/success.json - spec/fixtures/create_data_center/success.xml - spec/fixtures/create_nic/success.json - spec/fixtures/create_nic/success.xml - spec/fixtures/create_server/minimal.json - spec/fixtures/create_server/minimal.xml - spec/fixtures/create_storage/success.json - spec/fixtures/create_storage/success.xml - spec/fixtures/delete_data_center/success.json - spec/fixtures/delete_data_center/success.xml - spec/fixtures/delete_nic/success.json - spec/fixtures/delete_nic/success.xml - spec/fixtures/delete_server/success.json - spec/fixtures/delete_server/success.xml - spec/fixtures/delete_storage/failture.json - spec/fixtures/delete_storage/failture.xml - spec/fixtures/delete_storage/success.json - spec/fixtures/delete_storage/success.xml - spec/fixtures/disconnect_storage_from_server/failture.json - spec/fixtures/disconnect_storage_from_server/failture.xml - spec/fixtures/disconnect_storage_from_server/success.json - spec/fixtures/disconnect_storage_from_server/success.xml - spec/fixtures/get_all_data_centers/empty.json - spec/fixtures/get_all_data_centers/empty.xml - spec/fixtures/get_all_data_centers/test_datacenter.json - spec/fixtures/get_all_data_centers/test_datacenter.xml - spec/fixtures/get_all_images/success.json - spec/fixtures/get_all_images/success.xml - spec/fixtures/get_all_public_ip_blocks/success.json - spec/fixtures/get_all_public_ip_blocks/success.xml - spec/fixtures/get_data_center/create.json - spec/fixtures/get_data_center/create.xml - spec/fixtures/get_data_center/two_servers_with_storage.json - spec/fixtures/get_data_center/two_servers_with_storage.xml - spec/fixtures/get_data_center_state/in_process.json - spec/fixtures/get_data_center_state/in_process.xml - spec/fixtures/get_data_center_state/success.json - spec/fixtures/get_data_center_state/success.xml - spec/fixtures/get_image/success.json - spec/fixtures/get_image/success.xml - spec/fixtures/get_nic/success.json - spec/fixtures/get_nic/success.xml - spec/fixtures/get_nic/two_ips.json - spec/fixtures/get_nic/two_ips.xml - spec/fixtures/get_server/after_create.json - spec/fixtures/get_server/after_create.xml - spec/fixtures/get_server/connected_storage.json - spec/fixtures/get_server/connected_storage.xml - spec/fixtures/get_storage/success.json - spec/fixtures/get_storage/success.xml - spec/fixtures/reboot_server/success.json - spec/fixtures/reboot_server/success.xml - spec/fixtures/release_public_ip_block/success.json - spec/fixtures/release_public_ip_block/success.xml - spec/fixtures/remove_public_ip_from_nic/success.json - spec/fixtures/remove_public_ip_from_nic/success.xml - spec/fixtures/reserve_public_ip_block/success.json - spec/fixtures/reserve_public_ip_block/success.xml - spec/fixtures/set_image_os_type/success.json - spec/fixtures/set_image_os_type/success.xml - spec/fixtures/set_internet_access/success.json - spec/fixtures/set_internet_access/success.xml - spec/fixtures/update_data_center/success.json - spec/fixtures/update_data_center/success.xml - spec/fixtures/update_nic/success.json - spec/fixtures/update_nic/success.xml - spec/fixtures/update_server/basic.json - spec/fixtures/update_server/basic.xml - spec/fixtures/update_storage/success.json - spec/fixtures/update_storage/success.xml - spec/profitbricks/data_center_spec.rb - spec/profitbricks/image_spec.rb - spec/profitbricks/ip_block_spec.rb - spec/profitbricks/model_spec.rb - spec/profitbricks/nic_spec.rb - spec/profitbricks/server_spec.rb - spec/profitbricks/storage_spec.rb - spec/spec_helper.rb - .gemtest homepage: http://github.com/dsander/profitbricks licenses: [] post_install_message: rdoc_options: - --main - README.md require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: profitbricks rubygems_version: 1.8.11 signing_key: specification_version: 3 summary: A Ruby client for the ProfitBricks API test_files: []