Sha256: 2798e6850b40aef1e82e11d37c179cd3e1831e0281b46d0457b6cde4b389d774
Contents?: true
Size: 1.07 KB
Versions: 5
Compression:
Stored size: 1.07 KB
Contents
# SoftLayer Cloud module for fog (The Ruby cloud services library) 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 Additional services coming soon: * Storage * DNS * Image * Network ## 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/fog/fog/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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fog-softlayer-0.0.5 | README.md |
fog-softlayer-0.0.4 | README.md |
fog-softlayer-0.0.3 | README.md |
fog-softlayer-0.0.2 | README.md |
fog-softlayer-0.0.1 | README.md |