Skip to content

Instantly share code, notes, and snippets.

@janpio
Last active February 15, 2019 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janpio/40e014d0ae31215b4bab2b5bbe5a69e8 to your computer and use it in GitHub Desktop.
Save janpio/40e014d0ae31215b4bab2b5bbe5a69e8 to your computer and use it in GitHub Desktop.
{
"homepage": "https://rubyinstaller.org",
"version": "2.4.5-1",
"architecture": {
"64bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.5-1/rubyinstaller-2.4.5-1-x64.7z",
"hash": "0fad5cefc7b5f063f7d1b8acd3c520d870135d3422aa5946e601e08dad3ca3d9",
"extract_dir": "rubyinstaller-2.4.5-1-x64"
},
"32bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.5-1/rubyinstaller-2.4.5-1-x86.7z",
"hash": "a9e63a742d0f70e462c06154781c37c53abbe22143e50adcca75ae0820baf3d5",
"extract_dir": "rubyinstaller-2.4.5-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!",
"checkver": {
"github": "https://github.com/oneclick/rubyinstaller2",
"re": "/releases/tag/(?:v|rubyinstaller-)?([\\d.]+(?:-[\\d])?)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-$version/rubyinstaller-$version-x64.7z",
"extract_dir": "rubyinstaller-$version-x64"
},
"32bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-$version/rubyinstaller-$version-x86.7z",
"extract_dir": "rubyinstaller-$version-x86"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment