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-3.7.0 support/busser_install_command.ps1
test-kitchen-3.6.0 support/busser_install_command.ps1
test-kitchen-3.5.1 support/busser_install_command.ps1
test-kitchen-3.5.0 support/busser_install_command.ps1
test-kitchen-3.4.0 support/busser_install_command.ps1
test-kitchen-3.3.2 support/busser_install_command.ps1
test-kitchen-3.3.1 support/busser_install_command.ps1
test-kitchen-3.3.0 support/busser_install_command.ps1
test-kitchen-3.2.2 support/busser_install_command.ps1
test-kitchen-3.2.1 support/busser_install_command.ps1
test-kitchen-3.2.0 support/busser_install_command.ps1
test-kitchen-3.1.1 support/busser_install_command.ps1
test-kitchen-3.1.0 support/busser_install_command.ps1
test-kitchen-rsync-3.0.0.pre.3 support/busser_install_command.ps1
test-kitchen-rsync-3.0.0.pre.2 support/busser_install_command.ps1
test-kitchen-rsync-3.0.0.pre.1 support/busser_install_command.ps1
test-kitchen-3.0.0 support/busser_install_command.ps1
test-kitchen-2.12.0 support/busser_install_command.ps1
test-kitchen-2.11.2 support/busser_install_command.ps1
test-kitchen-2.11.1 support/busser_install_command.ps1