Sha256: 59731aab83e76392b9eca3a883001d5e2e725fe59580755999b91cdedcfd560a

Contents?: true

Size: 211 Bytes

Versions: 11

Compression:

Stored size: 211 Bytes

Contents

default: test
test:
	docker-compose run --rm test

build:
	docker-compose run --rm test gem build redlock.gemspec

publish:
	docker-compose run --rm test gem push `ls -lt *gem | head -n 1 | awk '{ print $$9 }'`

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
redlock-2.0.6 Makefile
redlock-2.0.5 Makefile
redlock-2.0.4 Makefile
redlock-2.0.3 Makefile
redlock-2.0.2 Makefile
redlock-2.0.1 Makefile
redlock-2.0.0 Makefile
redlock-1.2.1 Makefile
redlock-1.2.0 Makefile
redlock-1.1.0 Makefile
redlock-1.0.1 Makefile