README.md
# tomo-plugin-honeybadger
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/uxxman/tomo-plugin-honeybadger/CI)](https://github.com/uxxman/tomo-plugin-honeybadger/actions?query=workflow%3ACI)
[![Code Climate coverage](https://img.shields.io/codeclimate/coverage/uxxman/tomo-plugin-honeybadger)](https://codeclimate.com/github/uxxman/tomo-plugin-honeybadger)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/uxxman/tomo-plugin-honeybadger)](https://codeclimate.com/github/uxxman/tomo-plugin-honeybadger)
[![Gem](https://img.shields.io/gem/v/tomo-plugin-honeybadger)](https://rubygems.org/gems/tomo-plugin-honeybadger)
This is a [tomo](https://github.com/mattbrictson/tomo) plugin that provides tasks for honeybadger gem.
## Installation
Run:
```
$ gem install tomo-plugin-honeybadger
```
Or add it to your Gemfile:
```ruby
gem "tomo-plugin-honeybadger"
```
Then add the following to `.tomo/config.rb`:
```ruby
plugin "honeybadger"
```
## Tasks
### honeybadger:deploy
Update honeybadger for the latest deployment.
## Support
If you want to report a bug, or have ideas, feedback or questions about the gem, [let me know via GitHub issues](https://github.com/uxxman/tomo-plugin-honeybadger/issues/new) and I will do my best to provide a helpful answer. Happy hacking!
## License
The gem is available as open source under the terms of the [MIT License](LICENSE.txt).
## Code of conduct
Everyone interacting in this project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).
## Contribution guide
Pull requests are welcome!