Cloudenv

Ruby client for Cloudenv

Usage

Add the cloudenv gem to your application's Gemfile

gem 'cloudenv'

Install the gem

$ bundle install

Configure the Cloudenv module with your API key

$ bin/rails generate cloudenv YOUR_API_KEY

Create the Cloudenv app

$ bin/rake cloudenv:apps:create

Contributing

  1. Fork it ( http://github.com/cloudenv/cloudenv-ruby/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