install: bin/setup console: bin/console test: bundle exec rake test lint: bundle exec rubocop -A release: bundle exec rake release build: bundle exec rake build push: git push origin master .PHONY: test