Sha256: 770c5dcb04660f237650a42e7960d1108efcd530c1cab73179250a7400251b19

Contents?: true

Size: 184 Bytes

Versions: 2

Compression:

Stored size: 184 Bytes

Contents

build_gem:
	gem build hauler.gemspec

publish_gem: build_gem
	ls -t *.gem | head | xargs gem push && rm *.gem

publish_npm:
	npm run build
	cd dist/
	npm publish
	cd ..

.PHONY: all;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hauler-0.3.3 Makefile
hauler-0.3.2 Makefile