Last active
February 15, 2019 22:23
-
-
Save janpio/40e014d0ae31215b4bab2b5bbe5a69e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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