{
    "version": "2.7.7-1",
    "description": "Ruby, a dynamic programming language with a focus on simplicity and productivity. (version 2.7)",
    "homepage": "https://rubyinstaller.org",
    "license": "BSD-3-Clause",
    "notes": "Install MSYS2 via 'scoop install msys2' and then run 'ridk install' to install the toolchain!",
    "suggest": {
        "MSYS2": "msys2"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.7-1/rubyinstaller-2.7.7-1-x64.7z",
            "hash": "c2e6034015048b0d1ee4dd63929417e10ff4217295730b77af3559862effe68a",
            "extract_dir": "rubyinstaller-2.7.7-1-x64"
        },
        "32bit": {
            "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.7-1/rubyinstaller-2.7.7-1-x86.7z",
            "hash": "e9d8f2e23cb776405910ca576cf6a4580b2399e3b8f8ab14c70c4f77c9a8a8ec",
            "extract_dir": "rubyinstaller-2.7.7-1-x86"
        }
    },
    "post_install": "gem install rake",
    "env_add_path": [
        "bin",
        "gems\\bin"
    ],
    "env_set": {
        "GEM_HOME": "$dir\\gems",
        "GEM_PATH": "$dir\\gems"
    },
    "persist": "gems"
}
