Sha256: 9455bce8d112310bab86f8260ce789af3ab5107346fd0e578e8e82ba28272d0d

Contents?: true

Size: 217 Bytes

Versions: 5

Compression:

Stored size: 217 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
application_form-0.5.4 Makefile
application_form-0.5.3 Makefile
application_form-0.5.2 Makefile
application_form-0.5.1 Makefile
application_form-0.5.0 Makefile