mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"homepage": "http://rubyinstaller.org",
|
|
"version": "2.3.3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"https://dl.bintray.com/oneclick/rubyinstaller/ruby-2.3.3-x64-mingw32.7z?direct#/dl.7z",
|
|
"https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe#/dl2.7z"
|
|
],
|
|
"hash": [
|
|
"92b97ac3eb380f3f1b7b655a328668cf02b2846ad3c20135bd51f45f4c1cbfc8",
|
|
"2ada04c7234199126c0f34f6ea7163a8f8dccb1e15814af175a189f6ac48b8ac"
|
|
],
|
|
"extract_dir": "ruby-2.3.3-x64-mingw32"
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://dl.bintray.com/oneclick/rubyinstaller/ruby-2.3.3-i386-mingw32.7z?direct#/dl.7z",
|
|
"https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe#/dl2.7z"
|
|
],
|
|
"hash": [
|
|
"5022ef928f0296abede90f1cf4346250d69f6298c648cad6279938f64eca29fa",
|
|
"61a06b5da06dd94343e591163ac0d43c544e9cd4df770f01275645b268b44dc7"
|
|
],
|
|
"extract_dir": "ruby-2.3.3-i386-mingw32"
|
|
}
|
|
},
|
|
"extract_to": [ "", "devkit" ],
|
|
"persist": "gems",
|
|
"env_add_path": [ "bin", "gems\\bin" ],
|
|
"env_set": {
|
|
"GEM_HOME": "$dir\\gems",
|
|
"GEM_PATH": "$dir\\gems"
|
|
},
|
|
"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>"
|
|
}
|
|
}
|