-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathjruby.json
40 lines (40 loc) · 1.36 KB
/
jruby.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"version": "9.4.12.0",
"description": "The Ruby Programming Language on the JVM.",
"homepage": "https://www.jruby.org/",
"license": {
"identifier": "EPL-1.0|GPL-2.0-only|LGPL-2.1-only",
"url": "https://github.com/jruby/jruby/blob/master/COPYING"
},
"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."
],
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://s3.amazonaws.com/jruby.org/downloads/9.4.12.0/jruby-bin-9.4.12.0.zip",
"hash": "47c328248e160a28064af23499d6f98d1fe8041c864d33f89d3e66ac5a4d0895",
"extract_dir": "jruby-9.4.12.0",
"env_add_path": [
"bin",
"gems\\bin"
],
"env_set": {
"JRUBY_HOME": "$dir",
"GEM_HOME": "$dir\\gems",
"GEM_PATH": "$dir\\gems"
},
"persist": "gems",
"checkver": {
"url": "https://www.jruby.org/download",
"regex": "Current Release:\\s+JRuby\\s+([\\d.]+)"
},
"autoupdate": {
"url": "https://s3.amazonaws.com/jruby.org/downloads/$version/jruby-bin-$version.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "jruby-$version"
}
}