This gem is a module for the fog
gem that allows you to manage resources in
the Brightbox Cloud.
It is included by the main fog
metagem but can used as an independent library
in other applications.
This includes support for the following services:
- Compute
- Images
- Load Balancers
- SQL Cloud instances
Currently all services are grouped within compute
but will be moved to their
own sections when standardisation of fog progresses.
Add this line to your application's Gemfile:
gem "fog-brightbox"
And then execute:
$ bundle
Or install it yourself as:
$ gem install fog-brightbox
Please see the following references for instructions using the main fog
gem
and its modules:
As required by the main fog-core
library, support for Ruby 1.9 was dropped in
v1.0.0
of this gem.
- Fork it ( https://github.com/fog/fog-brightbox/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request