Sha256: 8bc17366555f06ffa236319f973cf61fea0ce25711283f8a35a993a488bff938

Contents?: true

Size: 342 Bytes

Versions: 9

Compression:

Stored size: 342 Bytes

Contents

project=rspec-documentation

.PHONY: test
test:
	bundle exec rspec
	bundle exec rubocop
	bundle exec strong_versions
	exe/rspec-documentation

.PHONY: publish
publish:
	@RSPEC_DOCUMENTATION_URL_ROOT='/$(project)' exe/rspec-documentation
	@rsync --delete -r rspec-documentation/bundle/ docs01.bob.frl:/mnt/docs/$(project)/
	@echo 'Published.'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rspec-documentation-0.0.11 Makefile
rspec-documentation-0.0.10 Makefile
rspec-documentation-0.0.9 Makefile
rspec-documentation-0.0.8 Makefile
rspec-documentation-0.0.7 Makefile
rspec-documentation-0.0.6 Makefile
rspec-documentation-0.0.5 Makefile
rspec-documentation-0.0.4 Makefile
rspec-documentation-0.0.3 Makefile