Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
hiera-eyaml / tools / regem.sh
Size: Mime:
#!/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