Sha256: 3252f1aff5c952db510d9ef4937a97340ff80bc6e3fca5d110ba05fed91beca2

Contents?: true

Size: 355 Bytes

Versions: 3

Compression:

Stored size: 355 Bytes

Contents

test:
	./spec/exec

gh-pages:
	set -o errexit

	git checkout gh-pages # fail&bail if there are uncommitted changes
	rm -rf *
	git clone git://github.com/sjltaylor/blobject.git
	mv blobject/doc/* ./
	rm -rf blobject
	git add -A .
	git commit -m 'updated docs with "make docs"'
	git push origin gh-pages:gh-pages
	git checkout master


.PHONY: test gh-pages

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blobject-0.5.0 makefile
blobject-0.4.1 makefile
blobject-0.4.0 makefile