Sha256: b3a0e3ea34fb0ffc2e8dd597ed83df10ff07bf031286f85d6fbb313e47faccff

Contents?: true

Size: 311 Bytes

Versions: 8

Compression:

Stored size: 311 Bytes

Contents

#!/bin/sh

# ToDo: Remove as 'rake install' task will build and install the latest gem?

gem uninstall hiera-eyaml --executables
RAKE_OUT=`rake build`
echo ${RAKE_OUT}
VERSION=`echo ${RAKE_OUT} | awk '{print $2}'`
echo Installing version: ${VERSION} ...
gem install pkg/hiera-eyaml-${VERSION}.gem
eyaml version

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hiera-eyaml-3.4.0 tools/regem.sh
hiera-eyaml-3.3.0 tools/regem.sh
hiera-eyaml-3.2.2 tools/regem.sh
hiera-eyaml-3.2.1 tools/regem.sh
hiera-eyaml-3.2.0 tools/regem.sh
hiera-eyaml-3.1.1 tools/regem.sh
hiera-eyaml-3.1.0 tools/regem.sh
hiera-eyaml-3.0.0 tools/regem.sh