Sha256: f0e5c1102d9196c94d50b0901a1427ef02dc2c0242140dc1bd3594b22c80e455

Contents?: true

Size: 378 Bytes

Versions: 2

Compression:

Stored size: 378 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

2 entries across 2 versions & 1 rubygems

Version Path
screen-recorder-1.3.1 support/install_jruby.ps1
screen-recorder-1.3.0 support/install_jruby.ps1