This gem is a module for the fog gem that allows you to manage resources in the Sakura no Cloud.
Add this line to your application's Gemfile:
gem 'fog-sakuracloud'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fog-sakuracloud
See Getting started
- Fork it ( https://github.com/fog/fog-sakuracloud/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 a new Pull Request