Official Website with examples, documentation, and links to the RDoc technical documentation.
Note: Although the git repository is called 'rundeck-ruby', the gem is called 'rundeck' on Rubygems.org. There is another gem called 'rundeck-ruby' on Rubygems.org and it is not affiliated with this project.
A Ruby wrapper around the Rundeck API.
This library will strive to achieve reliable coverage of the Rundeck API. Please submit an issue if you find a bug and feel free to submit a pull request to contribute fixes or new features.
Initial versions of this gem to not achieve 100% coverage of the Rundeck API. Each release will include more and more endpoint support until there is 100% coverage.
The layout and the code in this library is inspired by https://github.com/NARKOZ/gitlab. NARKOZ does a fantastic job of keeping code simple and achieving API feature parity.
See http://dblessing.github.io/rundeck-ruby for documentation
- Fork it
- 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
Released under the BSD 2-clause license. See LICENSE.txt for details.