forked from ScoopInstaller/Scoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathruby.json
35 lines (35 loc) · 1.24 KB
/
ruby.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
{
"homepage": "http://rubyinstaller.org",
"version": "2.2.1",
"architecture": {
"64bit": {
"url": [
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.2.1-x64-mingw32.7z?direct#/dl.7z",
"http://cdn.rubyinstaller.org/archives/devkits/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe#/dl2.7z"
],
"hash": [
"afc01c6e5fa15bfd32b85ab42f0466fbb5b7c74b08e9ed71f5ad2e852c979ecc",
"2ada04c7234199126c0f34f6ea7163a8f8dccb1e15814af175a189f6ac48b8ac"
],
"extract_dir": "ruby-2.2.1-x64-mingw32"
},
"32bit": {
"url": [
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-2.2.1-i386-mingw32.7z?direct#/dl.7z",
"http://cdn.rubyinstaller.org/archives/devkits/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe#/dl2.7z"
],
"hash": [
"53c3d758f8be083abc00ce8c9f6150c007a93934e8b26647915ba2edef84a8e5",
"61a06b5da06dd94343e591163ac0d43c544e9cd4df770f01275645b268b44dc7"
],
"extract_dir": "ruby-2.2.1-i386-mingw32"
}
},
"extract_to": [ "", "devkit" ],
"env_add_path": "bin",
"post_install": "pushd $dir\\devkit;echo \"---`n- $dir\" | out-file config.yml -enc default; ruby dk.rb install;popd;",
"checkver": {
"url": "http://rubyinstaller.org/downloads/",
"re": "<li class=\"exe\"><a.*?>Ruby ([0-9\\.p-]+)</a></li>"
}
}