ScoopInstaller_Main/jruby.json
2017-12-07 20:00:16 +00:00

36 lines
1.1 KiB
JSON

{
"homepage": "http://jruby.org/",
"version": "9.1.15.0",
"url": "https://s3.amazonaws.com/jruby.org/downloads/9.1.15.0/jruby-bin-9.1.15.0.zip",
"hash": "d827cf07df9da5e4f71b43c4d36dbb4f8439bb42d605e5d217fdcbac58d0f552",
"extract_dir": "jruby-9.1.15.0",
"persist": "gems",
"env_add_path": [
"bin",
"gems\\bin"
],
"env_set": {
"JRUBY_HOME": "$dir",
"GEM_HOME": "$dir\\gems",
"GEM_PATH": "$dir\\gems"
},
"suggest": {
"OpenJDK": [
"openjdk"
]
},
"notes": "Install a JDK and set JAVA_HOME if you don't already have. JRuby won't work without it.
Also note that this installation overrides GEM_HOME and GEM_PATH from any previous Ruby or JRuby installation.",
"checkver": {
"url": "http://jruby.org/download",
"re": "Current Release:\\s+JRuby\\s+([\\d.]+)"
},
"autoupdate": {
"url": "https://s3.amazonaws.com/jruby.org/downloads/$version/jruby-bin-$version.zip",
"extract_dir": "jruby-$version",
"hash": {
"url": "$url.sha256"
}
}
}