Sha256: 7123bc6552efb565735c7e40f99ffc595ffcacf3b90bb731dead47a264e4d998

Contents?: true

Size: 1.27 KB

Versions: 21

Compression:

Stored size: 1.27 KB

Contents

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

## Installation

Add this line to your application's Gemfile:

    gem "fog-brightbox"

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install fog-brightbox

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

### Ruby version support

As required by the main `fog-core` library, support for Ruby 1.9 was dropped in
`v1.0.0` of this gem.

## Contributing

1. Fork it ( https://github.com/fog/fog-brightbox/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

21 entries across 21 versions & 1 rubygems

Version Path
fog-brightbox-1.11.0 README.md
fog-brightbox-1.10.0 README.md
fog-brightbox-1.9.1 README.md
fog-brightbox-1.9.0 README.md
fog-brightbox-1.8.2 README.md
fog-brightbox-1.8.1 README.md
fog-brightbox-1.8.0 README.md
fog-brightbox-1.7.3 README.md
fog-brightbox-1.7.2 README.md
fog-brightbox-1.7.1 README.md
fog-brightbox-1.7.0 README.md
fog-brightbox-1.6.0 README.md
fog-brightbox-1.5.0 README.md
fog-brightbox-1.5.0.rc1 README.md
fog-brightbox-1.4.2 README.md
fog-brightbox-1.4.1 README.md
fog-brightbox-1.4.0 README.md
fog-brightbox-1.3.0 README.md
fog-brightbox-1.2.0 README.md
fog-brightbox-1.1.0 README.md