Publishing

On Rubygems.org

On new release don't forget to rebuild the library documentation:

bundle exec yard doc
git tag -a vx.x.x
git push --follow-tags
gem push dcdetector-x.x.x.gem

See https://guides.rubygems.org/publishing/.