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