Proof of concept implementation that listens on a gerrit stream and updated jira comments accordingly.
Installation
gem install gerrit2jiracomment
Usage
`bundle exec exe/gerrit2jiracomment` for development or just gerrit2jiracomment encode your settings with gpg -e -r user@email.com settings.yaml
Development
To deploy a new gem version increment version.rb, run bundle install, make a commit and push this to origin. Travis will do the deployment to rubygems.org, if the build is allright.
To deploy automatically to rubygems, one needs to add the api key of rubygems by running
travis encrypt --add deploy.api_key
Contributing
Deployment
- increment the version in version.rb
- make a pull request for your commit,
- see that it builds,
- merge it to master,
- push a tag on it
- travis will deploy to rubygems.org
- install gem from there