Sha256: 8974ea3c10de16e4e3c88f8e1cd501f21c9d4453229fd5c5da28dc5b40ce6408

Contents?: true

Size: 413 Bytes

Versions: 6

Compression:

Stored size: 413 Bytes

Contents

$gem list busser -i 2>&1 >/dev/null
if test $? -ne 0; then
  echo "-----> Installing Busser ($version)"
  $gem install $gem_install_args
else
  echo "-----> Busser installation detected ($version)"
fi

if test ! -f "$BUSSER_ROOT/bin/busser"; then
  gem_bindir=`$ruby -rrubygems -e "puts Gem.bindir"`
  $gem_bindir/busser setup
fi

echo "       Installing Busser plugins: $plugins"
$busser plugin install $plugins

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
test-kitchen-1.4.2 support/busser_install_command.sh
test-kitchen-1.4.1 support/busser_install_command.sh
test-kitchen-1.4.0 support/busser_install_command.sh
test-kitchen-1.4.0.rc.1 support/busser_install_command.sh
test-kitchen-1.4.0.beta.2 support/busser_install_command.sh
test-kitchen-1.4.0.beta.1 support/busser_install_command.sh