Sha256: 280cafb4747de9000d642e24c59deb6a543841a8130653beb8a3628ea0f23c6d

Contents?: true

Size: 408 Bytes

Versions: 1

Compression:

Stored size: 408 Bytes

Contents

SHELL=/bin/bash
.ONESHELL:
.EXPORT_ALL_VARIABLES:

build:
	@if [ "${VER}" = "" ]; then echo "VER not set"; exit 1; else echo "VER=${VER}"; fi
	sed -i 's/  gem.version.*/  gem.version       = "${VER}"/g' fluent-plugin-out-kivera.gemspec
	gem build fluent-plugin-out-kivera

push:
	@if [ "${VER}" = "" ]; then echo "VER not set"; exit 1; else echo "VER=${VER}"; fi
	gem push fluent-plugin-out-kivera-${VER}.gem

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-out-kivera-1.0.3 Makefile