Installing gems before running tests:
$ bundle exec appraisal installRunning tests:
$ bundle exec appraisal rake testPublishing is done using the gem command line tool. You must have permissions to publish a new version. Users with permissions can be seen at https://rubygems.org/gems/procore-sift.
When a bump is desired, the gemspec should have the version number bumped and merged into master.
Step 1: Build the new version
gem build sift.gemspecSuccessfully built RubyGem
Name: procore-sift
Version: 1.0.0
File: procore-sift-1.0.0.gem
Step 2: Push the updated build
gem push procore-sift-1.0.0.gemPushing gem to https://rubygems.org...
Successfully registered gem: procore-sift (1.0.0)