ruby-install v0.5.0 Release Notes

Release Date: 2014-10-19 // over 9 years ago
    • ➕ Added the --prefix alias for --install-dir.
    • ➕ Added the --system alias for --install-dir /usr/local.
    • ➕ Added the --sha1 option.
    • ➕ Added the --sha256 option.
    • ➕ Added the --sha512 option.
    • ➕ Added the --cleanup option for deleting the downloaded archive after a successful installation.
    • ➕ Added the --no-extract option.
    • 💎 Switched to using [ruby-versions] for version and checksum information.
      • Adds support for verifying SHA1, SHA256 and SHA512 checksums.
      • All releases of ruby-install will automatically include the latest versions and checksums from [ruby-versions].
      • All Pull Requests for new Ruby versions MUST be sent to [ruby-versions]!

    rbx

    • ✂ Remove duplicate gem install bundler command.
    • ➕ Added llvm-static as a yum dependency.