This is a very simple proof-of-concept of a plugin-as-a-gem plugin for the Dradis Framework.
Add this line to your application's Gemfile
:
gem 'dradis_simple'
And then execute:
$ bundle
Or install it yourself as:
$ gem install dradis_simple
Truth is, there is not much to do. Load the plugin in your Gemfile
and you will be able to see it inside the Upload Manager.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Review our Contributor's Agreement. Sending us a pull request means you have read and accept to this agreement
- Create new Pull Request