Skip to content

RubyInstaller-3.4.1-2 - 2025-01-18

Latest
Compare
Choose a tag to compare
@larskanis larskanis released this 18 Jan 14:49
· 4 commits to master since this release

Added

  • Add a native ARM64 version. #362
  • Add junction (directory link) at <ruby>/ssl, which allows to easily find the OpenSSL certificates directory. #399
    The certificates directory varies between ruby versions and the junction unifies the location.
    It is described in <ruby>/ssl/README-SSL.md.

Changed

  • Change side-by-side DLL loading to store dependencies in each extension.so file. #60
  • Change the OpenSSL certificates directory to <ruby>/lib/ruby/<ruby-version>/etc/ssl.
  • Remove installed gems and MSYS2 by the uninstaller per default. #408
    So far the uninstaller only removed the ruby install files, but kept installed gems and MSYS2.
    The old behaviour is available when running the uninstaller with option /allfiles=no.
    See in the wiki.
    This is to prepare RubyInstaller for the Microsoft Store.