{
    "version": "3.0.7-1",
    "description": "Ruby, a dynamic programming language with a focus on simplicity and productivity. (version 3.0)",
    "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-3.0.7-1/rubyinstaller-3.0.7-1-x64.7z",
            "hash": "726680af2c1ab16a4f98930d317a6e7c3b192c46753527b40e3312002672eb4a",
            "extract_dir": "rubyinstaller-3.0.7-1-x64"
        },
        "32bit": {
            "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.7-1/rubyinstaller-3.0.7-1-x86.7z",
            "hash": "9462681dadc6259544d64e87ba6a78c2f1ce94b2c45505c78df870fe2f2194fe",
            "extract_dir": "rubyinstaller-3.0.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",
    "checkver": {
        "url": "https://raw.githubusercontent.com/oneclick/rubyinstaller.org-website/master/_data/downloads.yaml",
        "regex": "Ruby (3\\.0[\\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"
            }
        },
        "hash": {
            "url": "https://raw.githubusercontent.com/oneclick/rubyinstaller.org-website/master/_data/downloads.yaml",
            "regex": "(?sm)$basename[^.].*?$sha256"
        }
    }
}
