forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ruby27.json
32 lines (32 loc) · 1.21 KB
/
ruby27.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
{
"version": "2.7.6-1",
"homepage": "https://rubyinstaller.org",
"description": "Ruby, a dynamic programming language with a focus on simplicity and productivity. (version 2.7)",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.6-1/rubyinstaller-2.7.6-1-x64.7z",
"hash": "7c74064a4c410a866e37dc04bf35945dc1c7c313f32a4bf773e145662bbc285a",
"extract_dir": "rubyinstaller-2.7.6-1-x64"
},
"32bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.6-1/rubyinstaller-2.7.6-1-x86.7z",
"hash": "a92d23c30b9ac5b8019e57a859ef6acb111b36bc50c2b5d66b78229ab131ebc5",
"extract_dir": "rubyinstaller-2.7.6-1-x86"
}
},
"persist": "gems",
"env_add_path": [
"bin",
"gems\\bin"
],
"env_set": {
"GEM_HOME": "$dir\\gems",
"GEM_PATH": "$dir\\gems"
},
"suggest": {
"MSYS2": "msys2"
},
"post_install": "gem install rake",
"notes": "Install MSYS2 via 'scoop install msys2' and then run 'ridk install' to install the toolchain!"
}