Note to self.
- Run
bin/setup
to install dependencies - Run
bundle exec rake test
to run the tests - Run
bin/console
for an interactive prompt (optional, for debugging)
- Update version number in
version.rb
- (preferably in master branch) Run
bundle exec rake release
. This will:- Create a git tag with the version number
- Push the
.gem
file to rubygems.org