# Build mega_lotto-0.0.1.gem into the pkg directory rake install # Build and install mega_lotto-0.0.1.gem into system gems rake release # Create tag v0.0.1 and build and push mega_lotto-0.0.1.gem to Rubygem
Pushed git commits and tags. Pushed mega_lotto 0.0.2 to rubygems.org. Next Release # lib/mega_lotto/version.rb module MegaLotto VERSION = “0.0.2" # was “0.0.1” end