Rake Tasks $ rake -T rake build # Build mkrug-0.0.1.gem into the pkg directory rake install # Build and install mkrug-0.0.1.gem into system gems rake release # Create tag v0.0.1 and build and push mkrug-0.0.1.gem to Rubygems
Development Tips ● bundle console ● before the build, commit all the changes ● Gemfile and gemspec ● Use in an existing app while in development – gem 'mkrug', path: '~/projects/mkrug' – gem 'mkrug', git: 'git://github.com/dalibor/mkrug.git'