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