Sha256: 052fe570afbd2a2130a94cbdc5c057c3101aef6df6f0e57fab2794aec9963823
Contents?: true
Size: 378 Bytes
Versions: 1
Compression:
Stored size: 378 Bytes
Contents
$downloadLink = "https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.9.0/jruby-dist-9.2.9.0-bin.zip" $zipPath = "c:\jruby-dist-9.2.9.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
screen-recorder-1.4.0 | support/install_jruby.ps1 |