Directory : /opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/hiera-eyaml-3.2.2/tools/ |
Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/hiera-eyaml-3.2.2/tools/regem.sh |
#!/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