--- !ruby/object:Gem::Specification name: steamcannon-deltacloud-core version: !ruby/object:Gem::Version hash: 71 prerelease: false segments: - 0 - 1 - 1 - 2 version: 0.1.1.2 platform: ruby authors: - Red Hat, Inc. autorequire: bindir: bin cert_chain: [] date: 2010-11-30 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 49 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 none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 37 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 none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 51 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 none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 23 segments: - 1 - 0 - 0 version: 1.0.0 - - <= - !ruby/object:Gem::Version hash: 19 segments: - 1 - 1 - 0 version: 1.1.0 type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: rack-accept prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 9 segments: - 0 - 4 - 3 version: 0.4.3 type: :runtime version_requirements: *id005 - !ruby/object:Gem::Dependency name: json prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 1 segments: - 1 - 1 - 9 version: 1.1.9 type: :runtime version_requirements: *id006 - !ruby/object:Gem::Dependency name: compass prerelease: false requirement: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 29 segments: - 0 - 8 - 17 version: 0.8.17 type: :development version_requirements: *id007 - !ruby/object:Gem::Dependency name: nokogiri prerelease: false requirement: &id008 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 5 segments: - 1 - 4 - 1 version: 1.4.1 - - < - !ruby/object:Gem::Version hash: 15 segments: - 1 - 4 - 4 version: 1.4.4 type: :development version_requirements: *id008 - !ruby/object:Gem::Dependency name: rack-test prerelease: false requirement: &id009 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 13 segments: - 0 - 5 - 3 version: 0.5.3 type: :development version_requirements: *id009 - !ruby/object:Gem::Dependency name: cucumber prerelease: false requirement: &id010 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 1 segments: - 0 - 6 - 3 version: 0.6.3 type: :development version_requirements: *id010 - !ruby/object:Gem::Dependency name: rcov prerelease: false requirement: &id011 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 43 segments: - 0 - 9 - 8 version: 0.9.8 type: :development version_requirements: *id011 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/backend_capability.rb - lib/deltacloud/drivers/rackspace/rackspace_client.rb - lib/deltacloud/drivers/rackspace/rackspace_driver.rb - lib/deltacloud/drivers/gogrid/test.rb - lib/deltacloud/drivers/gogrid/gogrid_client.rb - lib/deltacloud/drivers/gogrid/gogrid_driver.rb - lib/deltacloud/drivers/opennebula/occi_client.rb - lib/deltacloud/drivers/opennebula/cloud_client.rb - lib/deltacloud/drivers/opennebula/opennebula_driver.rb - lib/deltacloud/drivers/terremark/terremark_driver.rb - lib/deltacloud/drivers/rhevm/rhevm_driver.rb - lib/deltacloud/drivers/mock/mock_driver.rb - lib/deltacloud/drivers/azure/azure_driver.rb - lib/deltacloud/drivers/rimuhosting/rimuhosting_driver.rb - lib/deltacloud/drivers/rimuhosting/rimuhosting_client.rb - lib/deltacloud/drivers/ec2/ec2_mock_driver.rb - lib/deltacloud/drivers/ec2/ec2_driver.rb - lib/deltacloud/method_serializer.rb - lib/deltacloud/validation.rb - lib/deltacloud/hardware_profile.rb - lib/deltacloud/base_driver/features.rb - lib/deltacloud/base_driver/base_driver.rb - lib/deltacloud/base_driver/mock_driver.rb - lib/deltacloud/models/bucket.rb - lib/deltacloud/models/image.rb - lib/deltacloud/models/instance.rb - lib/deltacloud/models/base_model.rb - lib/deltacloud/models/storage_snapshot.rb - lib/deltacloud/models/load_balancer.rb - lib/deltacloud/models/instance_profile.rb - lib/deltacloud/models/key.rb - lib/deltacloud/models/realm.rb - lib/deltacloud/models/blob.rb - lib/deltacloud/models/storage_volume.rb - lib/deltacloud/state_machine.rb - lib/deltacloud/base_driver.rb - lib/deltacloud/helpers.rb - lib/deltacloud/helpers/conversion_helper.rb - lib/deltacloud/helpers/hardware_profiles_helper.rb - lib/deltacloud/helpers/blob_stream.rb - lib/deltacloud/helpers/application_helper.rb - lib/sinatra/lazy_auth.rb - lib/sinatra/respond_to.rb - lib/sinatra/url_for.rb - lib/sinatra/static_assets.rb - lib/sinatra/accept_media_types.rb - lib/sinatra/rabbit.rb - lib/deltacloud/drivers/mock/data/storage_volumes/vol3.yml - lib/deltacloud/drivers/mock/data/storage_volumes/vol1.yml - lib/deltacloud/drivers/mock/data/storage_volumes/vol2.yml - lib/deltacloud/drivers/mock/data/buckets/bucket2.yml - lib/deltacloud/drivers/mock/data/buckets/blobs/blob4.yml - lib/deltacloud/drivers/mock/data/buckets/blobs/blob5.yml - lib/deltacloud/drivers/mock/data/buckets/blobs/blob1.yml - lib/deltacloud/drivers/mock/data/buckets/blobs/blob2.yml - lib/deltacloud/drivers/mock/data/buckets/blobs/blob3.yml - lib/deltacloud/drivers/mock/data/buckets/bucket1.yml - lib/deltacloud/drivers/mock/data/images/img2.yml - lib/deltacloud/drivers/mock/data/images/img3.yml - lib/deltacloud/drivers/mock/data/images/img1.yml - lib/deltacloud/drivers/mock/data/instances/inst2.yml - lib/deltacloud/drivers/mock/data/instances/inst1.yml - lib/deltacloud/drivers/mock/data/instances/inst0.yml - lib/deltacloud/drivers/mock/data/storage_snapshots/snap3.yml - lib/deltacloud/drivers/mock/data/storage_snapshots/snap1.yml - lib/deltacloud/drivers/mock/data/storage_snapshots/snap2.yml - views/root/index.html.haml - views/errors/auth_exception.html.haml - views/errors/backend_error.xml.haml - views/errors/validation_failure.html.haml - views/errors/not_found.html.haml - views/errors/not_allowed.html.haml - views/errors/not_found.xml.haml - views/errors/backend_error.html.haml - views/errors/validation_failure.xml.haml - views/errors/not_allowed.xml.haml - views/errors/auth_exception.xml.haml - views/errors/backend_capability_failure.xml.haml - views/errors/backend_capability_failure.html.haml - views/blobs/new.html.haml - views/blobs/show.xml.haml - views/blobs/show.html.haml - views/load_balancers/new.html.haml - views/load_balancers/index.html.haml - views/load_balancers/index.xml.haml - views/load_balancers/show.xml.haml - views/load_balancers/show.html.haml - views/storage_volumes/attach.html.haml - views/storage_volumes/new.html.haml - views/storage_volumes/index.html.haml - views/storage_volumes/index.xml.haml - views/storage_volumes/show.xml.haml - views/storage_volumes/show.html.haml - views/instance_states/show.xml.haml - views/instance_states/show.html.haml - views/hardware_profiles/index.html.haml - views/hardware_profiles/index.xml.haml - views/hardware_profiles/show.xml.haml - views/hardware_profiles/show.html.haml - views/buckets/new.html.haml - views/buckets/index.html.haml - views/buckets/index.xml.haml - views/buckets/show.xml.haml - views/buckets/show.html.haml - views/layout.html.haml - views/images/index.html.haml - views/images/index.xml.haml - views/images/show.xml.haml - views/images/show.html.haml - views/accounts/index.html.haml - views/accounts/show.html.haml - views/api/show.xml.haml - views/api/show.html.haml - views/docs/collection.xml.haml - views/docs/collection.html.haml - views/docs/index.html.haml - views/docs/operation.xml.haml - views/docs/operation.html.haml - views/docs/index.xml.haml - views/keys/new.html.haml - views/keys/index.html.haml - views/keys/index.xml.haml - views/keys/show.xml.haml - views/keys/show.html.haml - views/realms/index.html.haml - views/realms/index.xml.haml - views/realms/show.xml.haml - views/realms/show.html.haml - views/instances/new.html.haml - views/instances/index.html.haml - views/instances/index.xml.haml - views/instances/show.xml.haml - views/instances/show.html.haml - views/storage_snapshots/new.html.haml - views/storage_snapshots/index.html.haml - views/storage_snapshots/index.xml.haml - views/storage_snapshots/show.xml.haml - views/storage_snapshots/show.html.haml - views/instance_states/show.png.erb - public/favicon.ico - public/images/rails.png - public/images/logo-wide.png - public/images/topbar-bg.png - public/images/grid.png - public/javascripts/jquery-1.4.2.min.js - public/javascripts/application.js - public/stylesheets/compiled/print.css - public/stylesheets/compiled/ie.css - public/stylesheets/compiled/application.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 none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 53 segments: - 1 - 8 - 1 version: 1.8.1 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: Deltacloud REST API test_files: []