Sha256: b5e01b97d86caee1b4e8c58568ec1bd24993b8b3483c8610cb1d446cd1c1768b

Contents?: true

Size: 277 Bytes

Versions: 4

Compression:

Stored size: 277 Bytes

Contents

gem:
	rm -f fluent-plugin-redaction*.gem
	gem build fluent-plugin-redaction.gemspec

install: gem
	gem install fluent-plugin-redaction*.gem

push: gem
	gem push fluent-plugin-redaction*.gem

tag:
	git tag "v$$(cat VERSION)" $(RELEASE_COMMIT)
	git push origin "v$$(cat VERSION)"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-redaction-0.1.3 Makefile
fluent-plugin-redaction-0.1.2 Makefile
fluent-plugin-redaction-0.1.1 Makefile
fluent-plugin-redaction-0.1.0 Makefile