We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lib/wraith/version.rb
Commit and push the new version to Git.
Tag the release, i.e.
git tag -a v3.1.0 -m "description" git push --tags
Go to GitHub and fill out the release details properly.
Push the latest gem:
gem build wraith.gemspec gem push wraith-3.1.0.gem