If you want to push a new version of this gem, do this:
- Ideally, every Pull Request should already have included an addition to the
CHANGELOG.md
file summarizing the changes and crediting the author(s). It doesn't hurt to review this to see if anything needs adding. - Commit any changes you make.
- Go into version.rb and bump the version number as appopriate.
- Go into
CHANGELOG.md
and change the "Unlreleased" heading to match the new version number. - Commit these changes with a message like, "Minor version bump," or similar.
- Run
rake release
. - High five someone nearby.