Sha256: 12eee7cc3888e65e295e5fe5db42b99f916cc48a320f49a8a78736b7972dbc11

Contents?: true

Size: 336 Bytes

Versions: 10

Compression:

Stored size: 336 Bytes

Contents

.PHONY: test
test:
	bundle exec rspec
	bundle exec rubocop
	bundle exec strong_versions

.PHONY: manifest
manifest:
	 git ls-files | GREP_OPTIONS='' grep -v '^spec' > MANIFEST
	 git diff-index --quiet HEAD || (git add MANIFEST && git commit -m "Update manifest" || :)

.PHONY: release
release: manifest
	gem build orchestration.gemspec

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
orchestration-0.5.0 Makefile
orchestration-0.4.21 Makefile
orchestration-0.4.20 Makefile
orchestration-0.4.19 Makefile
orchestration-0.4.18 Makefile
orchestration-0.4.17 Makefile
orchestration-0.4.16 Makefile
orchestration-0.4.15 Makefile
orchestration-0.4.14 Makefile
orchestration-0.4.13 Makefile