Sha256: 614293c9374bd24f4b2eb921d1422e2696536e512a10e3956335d5942b26e339

Contents?: true

Size: 516 Bytes

Versions: 97

Compression:

Stored size: 516 Bytes

Contents

if ((& "$ruby" "$gem" list busser -i) -ne "true") {
  Write-Host "-----> Installing Busser ($version)`n"
  & "$ruby" "$gem" install $gem_install_args.Split() 2>&1
} else {
  Write-Host "-----> Busser installation detected ($version)`n"
}

if (-Not (Test-Path "$busser")) {
  $gem_bindir = & "$ruby" -rrubygems -e "puts Gem.bindir.dup.gsub('/', '\\')"
  & "$ruby" "$gem_bindir\busser" setup --type bat 2>&1
}

Write-Host "       Installing Busser plugins: $plugins`n"
& "$busser" plugin install $plugins.Split() 2>&1

Version data entries

97 entries across 97 versions & 2 rubygems

Version Path
test-kitchen-1.20.0 support/busser_install_command.ps1
test-kitchen-1.19.2 support/busser_install_command.ps1
test-kitchen-1.19.1 support/busser_install_command.ps1
test-kitchen-1.19.0 support/busser_install_command.ps1
test-kitchen-1.18.0 support/busser_install_command.ps1
test-kitchen-1.17.0 support/busser_install_command.ps1
test-kitchen-1.16.0 support/busser_install_command.ps1
test-kitchen-1.15.0 support/busser_install_command.ps1
test-kitchen-1.14.2 support/busser_install_command.ps1
test-kitchen-1.14.1 support/busser_install_command.ps1
test-kitchen-1.14.0 support/busser_install_command.ps1
test-kitchen-1.13.2 support/busser_install_command.ps1
test-kitchen-1.13.1 support/busser_install_command.ps1
test-kitchen-1.13.0 support/busser_install_command.ps1
test-kitchen-1.12.0 support/busser_install_command.ps1
test-kitchen-1.11.1 support/busser_install_command.ps1
test-kitchen-1.11.0 support/busser_install_command.ps1
test-kitchen-1.10.2 support/busser_install_command.ps1
test-kitchen-1.10.2.dev support/busser_install_command.ps1
test-kitchen-1.10.0 support/busser_install_command.ps1