Sha256: cc832f1b8f2bbb847cd37ef4fae613981da8cf98a1e26424563d07a17d9c6acf

Contents?: true

Size: 386 Bytes

Versions: 7

Compression:

Stored size: 386 Bytes

Contents

$downloadLink = "https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.7.0/jruby-dist-9.2.7.0-bin.zip"
$zipPath = "c:\jruby-dist-9.2.7.0-bin.zip"

Write-Host "Installing $($env:RUBY_VERSION)" -ForegroundColor cyan
appveyor DownloadFile "$($downloadLink)" -FileName "$($zipPath)"
7z x "$($zipPath)" -oc:\ -y # Unzip to c:\
Write-Host "JRuby installed.`n" -ForegroundColor green

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
chatops-rpc-0.0.2 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/webdrivers-4.1.3/support/install_jruby.ps1
chatops-rpc-0.0.1 fixtures/chatops-controller-example/vendor/bundle/ruby/2.5.0/gems/webdrivers-4.1.3/support/install_jruby.ps1
webdrivers-4.1.3 support/install_jruby.ps1
webdrivers-4.1.2 support/install_jruby.ps1
webdrivers-4.1.1 support/install_jruby.ps1
webdrivers-4.1.0 support/install_jruby.ps1
webdrivers-4.0.1 support/install_jruby.ps1