Sha256: 04578e29bdac46774740a4cca1ab28542c9b31291c056360f4909abdd99c561c

Contents?: true

Size: 466 Bytes

Versions: 12

Compression:

Stored size: 466 Bytes

Contents

# 0. make test
# 1. commit changes
# 2. bump
# 3. make release

.PHONY: test doc release

test:
	bundle exec rubocop
	bundle exec rake

doc:
	bundle exec yardoc

push: test doc
	git add doc coverage README.md
	git commit -m 'Documentation update' doc coverage README.md
	git checkout gh-pages
	git checkout master -- doc coverage
	git commit -m 'Documentation update'
	git checkout master
	git push origin gh-pages

release: test doc push
	bundle exec rake release

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
blackbox-4.0.4 Makefile
blackbox-4.0.3 Makefile
blackbox-4.0.2 Makefile
blackbox-4.0.1 Makefile
akero-1.1.1 Makefile
blackbox-4.0.0 Makefile
blackbox-3.3.0 Makefile
blackbox-3.2.0 Makefile
akero-1.1.0 Makefile
blackbox-3.1.4 Makefile
blackbox-3.1.2 Makefile
blackbox-3.1.1 Makefile