Sha256: e134b52dd06c54abe8c7b08aa4cd5edae8dd537534ecfbce5549b71c2c0a35cf

Contents?: true

Size: 393 Bytes

Versions: 10

Compression:

Stored size: 393 Bytes

Contents

.PHONY: default
default: setup

.PHONY: setup
setup:
	bin/setup

.PHONY: console
console:
	bin/console

.PHONY: spec
spec:
	bundle exec rspec

.PHONY: test
test: spec

.PHONY: report_coverage
report_coverage:
	bundle exec codeclimate-test-reporter

.PHONY: guard
guard:
	bundle exec guard

.PHONY: install
install:
	bundle exec rake install

.PHONY: release
release:
	bundle exec rake release

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
prezzo-0.5.1 Makefile
prezzo-0.5.0 Makefile
prezzo-0.4.1 Makefile
prezzo-0.4.0 Makefile
prezzo-1.0.0.pre.rc Makefile
prezzo-0.3.1 Makefile
prezzo-0.3.0 Makefile
prezzo-0.2.2 Makefile
prezzo-0.2.1 Makefile
prezzo-0.2.0 Makefile