Ruby library to develop new probes for Probe Dock.
- Ruby 2+
Add it to your Gemfile:
gem 'probedock-ruby', '~> 0.2.1'
Run bundle install
.
- Fork
- Create a topic branch -
git checkout -b my_feature
- Push to your branch -
git push origin my_feature
- Create a pull request from your branch
Please add a changelog entry with your name for new features and bug fixes.
Probe Dock RSpec is licensed under the MIT License.