Skip to content

Gem release

Pietro edited this page Jan 3, 2019 · 2 revisions

To release a new version of this gem, please do the following:

  • Change version number in version.rb
  • Commit all your local changes (no need to push)
  • run rake release (this will push to github, create a tag, build the pkg, and push it to Rubygems)

Done!

Clone this wiki locally