--- !ruby/object:Gem::Specification name: bbrowning-deltacloud-core version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 0 - 6 version: 0.0.6 platform: java authors: - Red Hat, Inc. autorequire: bindir: bin cert_chain: [] date: 2010-09-19 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 8 - 7 version: 0.8.7 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: haml prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 2 - 2 - 17 version: 2.2.17 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: sinatra prerelease: false requirement: &id003 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 9 - 4 version: 0.9.4 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: rack prerelease: false requirement: &id004 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 0 - 0 version: 1.0.0 type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id005 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 4 - 3 version: 1.4.3 type: :runtime version_requirements: *id005 - !ruby/object:Gem::Dependency name: compass prerelease: false requirement: &id006 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 8 - 17 version: 0.8.17 type: :development version_requirements: *id006 - !ruby/object:Gem::Dependency name: nokogiri prerelease: false requirement: &id007 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 4 - 1 version: 1.4.1 type: :development version_requirements: *id007 - !ruby/object:Gem::Dependency name: rack-test prerelease: false requirement: &id008 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 5 - 3 version: 0.5.3 type: :development version_requirements: *id008 - !ruby/object:Gem::Dependency name: cucumber prerelease: false requirement: &id009 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 6 - 3 version: 0.6.3 type: :development version_requirements: *id009 - !ruby/object:Gem::Dependency name: rcov prerelease: false requirement: &id010 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 9 - 8 version: 0.9.8 type: :development version_requirements: *id010 description: " The Deltacloud API is built as a service-based REST API.\n You do not directly link a Deltacloud library into your program to use it.\n Instead, a client speaks the Deltacloud API over HTTP to a server\n which implements the REST interface.\n" email: deltacloud-users@lists.fedorahosted.org executables: - deltacloudd extensions: [] extra_rdoc_files: - COPYING files: - Rakefile - config.ru - deltacloud.rb - server.rb - support/fedora/deltacloudd - support/fedora/rubygem-deltacloud-core.spec - lib/drivers.rb - lib/deltacloud/base_driver.rb - lib/deltacloud/hardware_profile.rb - lib/deltacloud/helpers.rb - lib/deltacloud/method_serializer.rb - lib/deltacloud/state_machine.rb - lib/deltacloud/validation.rb - lib/deltacloud/base_driver/base_driver.rb - lib/deltacloud/base_driver/features.rb - lib/deltacloud/base_driver/mock_driver.rb - lib/deltacloud/drivers/ec2/ec2_driver.rb - lib/deltacloud/drivers/ec2/ec2_mock_driver.rb - lib/deltacloud/drivers/gogrid/gogrid_client.rb - lib/deltacloud/drivers/gogrid/gogrid_driver.rb - lib/deltacloud/drivers/gogrid/test.rb - lib/deltacloud/drivers/mock/mock_driver.rb - lib/deltacloud/drivers/opennebula/cloud_client.rb - lib/deltacloud/drivers/opennebula/occi_client.rb - lib/deltacloud/drivers/opennebula/opennebula_driver.rb - lib/deltacloud/drivers/rackspace/rackspace_client.rb - lib/deltacloud/drivers/rackspace/rackspace_driver.rb - lib/deltacloud/drivers/rhevm/rhevm_driver.rb - lib/deltacloud/drivers/rimuhosting/rimuhosting_client.rb - lib/deltacloud/drivers/rimuhosting/rimuhosting_driver.rb - lib/deltacloud/drivers/terremark/terremark_driver.rb - lib/deltacloud/drivers/virtualbox/virtualbox_driver.rb - lib/deltacloud/helpers/application_helper.rb - lib/deltacloud/helpers/conversion_helper.rb - lib/deltacloud/helpers/hardware_profiles_helper.rb - lib/deltacloud/models/base_model.rb - lib/deltacloud/models/image.rb - lib/deltacloud/models/instance.rb - lib/deltacloud/models/instance_profile.rb - lib/deltacloud/models/key.rb - lib/deltacloud/models/realm.rb - lib/deltacloud/models/storage_snapshot.rb - lib/deltacloud/models/storage_volume.rb - lib/sinatra/accept_media_types.rb - lib/sinatra/lazy_auth.rb - lib/sinatra/rabbit.rb - lib/sinatra/respond_to.rb - lib/sinatra/static_assets.rb - lib/sinatra/url_for.rb - lib/deltacloud/drivers/mock/data/images/img1.yml - lib/deltacloud/drivers/mock/data/images/img2.yml - lib/deltacloud/drivers/mock/data/images/img3.yml - lib/deltacloud/drivers/mock/data/instances/inst0.yml - lib/deltacloud/drivers/mock/data/instances/inst1.yml - lib/deltacloud/drivers/mock/data/instances/inst2.yml - lib/deltacloud/drivers/mock/data/storage_snapshots/snap1.yml - lib/deltacloud/drivers/mock/data/storage_snapshots/snap2.yml - lib/deltacloud/drivers/mock/data/storage_snapshots/snap3.yml - lib/deltacloud/drivers/mock/data/storage_volumes/vol1.yml - lib/deltacloud/drivers/mock/data/storage_volumes/vol2.yml - lib/deltacloud/drivers/mock/data/storage_volumes/vol3.yml - views/layout.html.haml - views/accounts/index.html.haml - views/accounts/show.html.haml - views/api/show.html.haml - views/api/show.xml.haml - views/docs/collection.html.haml - views/docs/collection.xml.haml - views/docs/index.html.haml - views/docs/index.xml.haml - views/docs/operation.html.haml - views/docs/operation.xml.haml - views/errors/auth_exception.html.haml - views/errors/auth_exception.xml.haml - views/errors/backend_error.html.haml - views/errors/backend_error.xml.haml - views/errors/not_found.html.haml - views/errors/not_found.xml.haml - views/errors/validation_failure.html.haml - views/errors/validation_failure.xml.haml - views/hardware_profiles/index.html.haml - views/hardware_profiles/index.xml.haml - views/hardware_profiles/show.html.haml - views/hardware_profiles/show.xml.haml - views/images/index.html.haml - views/images/index.xml.haml - views/images/show.html.haml - views/images/show.xml.haml - views/instance_states/show.html.haml - views/instance_states/show.xml.haml - views/instances/index.html.haml - views/instances/index.xml.haml - views/instances/new.html.haml - views/instances/show.html.haml - views/instances/show.xml.haml - views/keys/index.html.haml - views/keys/index.xml.haml - views/keys/new.html.haml - views/keys/show.html.haml - views/keys/show.xml.haml - views/realms/index.html.haml - views/realms/index.xml.haml - views/realms/show.html.haml - views/realms/show.xml.haml - views/root/index.html.haml - views/storage_snapshots/index.html.haml - views/storage_snapshots/index.xml.haml - views/storage_snapshots/show.html.haml - views/storage_snapshots/show.xml.haml - views/storage_volumes/index.html.haml - views/storage_volumes/index.xml.haml - views/storage_volumes/show.html.haml - views/storage_volumes/show.xml.haml - views/instance_states/show.gv.erb - public/favicon.ico - public/images/grid.png - public/images/logo-wide.png - public/images/rails.png - public/images/topbar-bg.png - public/javascripts/application.js - public/javascripts/jquery-1.4.2.min.js - public/stylesheets/compiled/application.css - public/stylesheets/compiled/ie.css - public/stylesheets/compiled/print.css - public/stylesheets/compiled/screen.css - bin/deltacloudd - COPYING has_rdoc: true homepage: http://www.deltacloud.org licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 8 - 1 version: 1.8.1 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Deltacloud REST API test_files: - tests/api_test.rb - tests/hardware_profiles_test.rb - tests/images_test.rb - tests/instance_states_test.rb - tests/instances_test.rb - tests/realms_test.rb - tests/url_for_test.rb