{ "homepage": "https://rubyinstaller.org", "version": "2.4.3-1", "architecture": { "64bit": { "url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.3-1/rubyinstaller-2.4.3-1-x64.7z", "hash": "cf5688c3e8220106c7f8c91fa780b28c08ae6d05201738b92ee013c9258d32a8", "extract_dir": "rubyinstaller-2.4.3-1-x64" }, "32bit": { "url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.3-1/rubyinstaller-2.4.3-1-x86.7z", "hash": "caf235f0cfae2529d96735274e733c76dc732dfcefdb434de6a8d0c3b3ae1880", "extract_dir": "rubyinstaller-2.4.3-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" } } } }