Sha256: 9c0a4825c1afe1fe959f2b10fddbb76017d9e169b77b14a9f0aa7cbe36d85da8

Contents?: true

Size: 987 Bytes

Versions: 6

Compression:

Stored size: 987 Bytes

Contents

### `fog-softlayer` - SoftLayer module for fog.
[![Gem Version](https://badge.fury.io/rb/fog-softlayer.png)](http://badge.fury.io/rb/fog-softlayer)
[![Build Status](https://api.travis-ci.org/softlayer/fog-softlayer.svg)](https://travis-ci.org/softlayer/fog-softlayer)
[![Dependency Status](https://gemnasium.com/softlayer/fog-softlayer.svg)](https://gemnasium.com/softlayer/fog-softlayer)

This gem is a module for the `fog` gem that allows you to manage resources in
the SoftLayer Cloud.

It is included by the main `fog` metagem but can used as an independent library
in other applications.

Currently supported services:
* Compute
* Storage
* DNS
* Network

Additional services coming soon:
* CDN
* Load Balancer
* Message Queue

#### Installation

Add this line to your application's Gemfile:

    gem "fog-softlayer"

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install fog-softlayer

#### Usage

See `examples/`

#### Contributing

See `CONTRIBUTING.md`

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fog-softlayer-0.3.6 README.md
fog-softlayer-0.3.6.pre.f82ffe9 README.md
fog-softlayer-0.3.5 README.md
fog-softlayer-0.3.4.pre README.md
fog-softlayer-0.3.3.pre README.md
fog-softlayer-0.3.2 README.md