Sha256: 11c2191e12009048dbeab10aefa72bee63e6355123d56f2ecd5ac76ebe7f470f
Contents?: true
Size: 1.32 KB
Versions: 6
Compression:
Stored size: 1.32 KB
Contents
# ProfitBricks ProfitBricks SDK for Ruby ## Installation Add this line to your application's Gemfile: gem 'profitbricks-sdk-ruby' And then execute: $ bundle Or install it yourself as: $ gem install profitbricks-sdk-ruby ## Documentation and Support * A guide and reference documentation can be found in the repo docs/ directory. * [ProfitBricks SDK for Ruby](https://devops.profitbricks.com/libraries/profitbricks-sdk-ruby/) guide. * [ProfitBricks REST API](https://devops.profitbricks.com/api/rest/) documentation. * Ask a question or discuss at [ProfitBricks DevOps Central](https://devops.profitbricks.com/community). * Report an [issue here](https://github.com/profitbricks/profitbricks-sdk-ruby/issues). ## Testing Please note that the unit tests will create and destroy live resources under the account specified and you will be responsible for any charges incurred. Proceed with caution. Add the ProfitBricks API credentials to the `spec/spec_helper.rb` file and run the following command. $ rspec spec ## Contributing 1. Fork it ( https://github.com/[my-github-username]/profitbricks-sdk-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 a new Pull Request
Version data entries
6 entries across 6 versions & 1 rubygems