Sha256: c5299fa46028be8530deefe4184da6b0a2c2939db95fdc32507ee0e3e9fc0eec

Contents?: true

Size: 1.45 KB

Versions: 4

Compression:

Stored size: 1.45 KB

Contents

### `fog-softlayer` - SoftLayer module for fog (The Ruby cloud services library).
[![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.

This release includes support for the following services:
* Compute
* Storage
* DNS

Additional services coming soon:
* Image
* Network
* Tags

#### 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

Please see the following references for instructions using the main `fog` gem
and its modules:

* https://github.com/fog/fog
* http://fog.io/
* http://rubydoc.info/gems/fog/

#### Contributing

`fog` modules are kept within the main repo.

1. Fork it ( http://github.com/softlayer/fog-softlayer/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fog-softlayer-0.3.1 README.md
fog-softlayer-0.2.1 README.md
fog-softlayer-0.1.1 README.md
fog-softlayer-0.1.0 README.md