README.md in danger-kover-0.0.2 vs README.md in danger-kover-0.0.3

- old
+ new

@@ -52,5 +52,19 @@ 1. Clone this repo 2. Run `bundle install` to setup dependencies. 3. Run `bundle exec rake spec` to run the tests. 4. Use `bundle exec guard` to automatically have tests run as you make changes. 5. Make your changes. + +## Publishing + +How to build a gem (make sure to update the version): + +``` +gem build danger-kover.gemspec +``` + +How to publish a gem: + +``` +gem push danger-kover-VERSION.gem +```