Sha256: 7d7d64d36c0f7eb82e8adeaf1371c3a39b23ebe92d0310749f9c01d7780a6a67
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 KB
Contents
# # Copyright (C) 2009,2010 Red Hat, Inc. # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The # ASF licenses this file to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance with the # License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. $:.unshift File.join(File.dirname(__FILE__), 'lib') require 'drivers' require 'deltacloud/base_driver' require 'deltacloud/hardware_profile' require 'deltacloud/state_machine' require 'deltacloud/models/base_model' require 'deltacloud/models/realm' require 'deltacloud/models/image' require 'deltacloud/models/instance' require 'deltacloud/models/key' require 'deltacloud/models/instance_profile' require 'deltacloud/models/storage_snapshot' require 'deltacloud/models/storage_volume' require 'deltacloud/models/bucket' require 'deltacloud/models/blob' require 'deltacloud/models/load_balancer' require 'deltacloud/validation' require 'deltacloud/helpers'
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
steamcannon-deltacloud-core-0.1.2.1 | deltacloud.rb |
deltacloud-core-0.1.2 | deltacloud.rb |