Sha256: 02d1c3daaff6bea719d58c42ff4a4a327c655e6f6f8f3a37b92c13e17fff057b

Contents?: true

Size: 102 Bytes

Versions: 2

Compression:

Stored size: 102 Bytes

Contents

.PHONY: install test

install:
	gem install bundler:1.14.6; bundle install

test:
	rubocop
	rake test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smtpapi-0.1.10 Makefile
smtpapi-0.1.9 Makefile