Sha256: a0f93213cbf50b1d389723b23a8cd9794ad1b78b725c12d4d2ebe0da53142bf5

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

#!/usr/bin/env bash

VERSION="${1}"

[ -z "${VERSION}" ] && echo missing VERSION && exit 1

echo updating gem version to "${VERSION}" &&\
sed -i 's/fluent-plugin-cwm-http (0.0.0)/fluent-plugin-cwm-http ('"${VERSION}"')/' Gemfile.lock &&\
sed -i "s/= '0.0.0'/= '${VERSION}'/" fluent-plugin-cwm-http.gemspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-cwm-http-0.3.2 bin/update_version.sh
fluent-plugin-cwm-http-0.3.1 bin/update_version.sh