{
    "version": "2.5.9-1",
    "description": "Ruby, a dynamic programming language with a focus on simplicity and productivity. (version 2.5)",
    "homepage": "https://rubyinstaller.org",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.5.9-1/rubyinstaller-2.5.9-1-x64.7z",
            "hash": "ed0c4970c87eb0e77e4cdba5cac8a7bd197233dbcdbb182b7cbcfabc25cdfb4a",
            "extract_dir": "rubyinstaller-2.5.9-1-x64"
        },
        "32bit": {
            "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.5.9-1/rubyinstaller-2.5.9-1-x86.7z",
            "hash": "421372160b30c4354bb27529a726fcbf61e8aa4efc62cdf9e1d9438b3d166826",
            "extract_dir": "rubyinstaller-2.5.9-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!"
}
