This project is hosted on RubyGems. You can see it here.
Releasing the project requires these steps:
- Set the version number in the file
lib/cerner/oauth1a/version.rb
- Run
bin/rspec
and verify that no tests fail - Run
bin/rake build
and verify that the gem packages without a failure - Use a GitHub project release to release the project and tag (be sure it follows semver)
- Run
gem push pkg/cerner-oauth1a-x.x.x.gem
to release the gem to RubyGems - Update
master
to a new minor version