All Versions
11
Latest Version
Avg Release Cycle
56 days
Latest Release
1342 days ago

Changelog History
Page 1

  • v4.0.2 Changes

    July 25, 2019

    ➕ Added

    • 💎 Ruby version 2.6.3 and 2.7.0-preview1 support
  • v4.0.1 Changes

    January 31, 2019

    ➕ Added

    • 💎 Ruby version 2.6.1 support
  • v4.0.0 Changes

    January 01, 2019

    ➕ Added

    • 💎 ms env will now display all installed global versions of Ruby, with the current version in use highlighted

    🗄 Deprecated

    • 🚚 ms env will replace ms -i - this option has been removed
    • 💎 -r no longer works; Ruby version is added after either the install or env keyword
    • 🚚 -g has been removed as well. To install global run ms install <VERSION_NUMBER>

    🛠 Fixed

    • 💎 -n works now and will successfully install Ruby without OpenSSL
  • v3.1.0 Changes

    December 07, 2018

    [3.1.0] 2018-12-07

    ➕ Added

    • 👌 Support for Ruby version 2.6.0-rc1

    🛠 Fixes

    • 🛠 Fixed issue with tar reader not detecting directory within tar archive
  • v3.0.0

    December 03, 2018
  • v2.1.0 Changes

    July 08, 2018

    ➕ Added

    • ✅ TODO: When a new global Ruby version is installed, the latest Mineshaft gem will be installed as well
    • -i flag added; shows all installed global Rubies
    • ✅ Tests added for Mineshaft::Date, Mineshaft::Installer, Mineshaft::ActivateTemplate
  • v2.0.0 Changes

    July 06, 2018

    🔄 Changed

    • To run the tool, you must now use ms instead of mineshaft in your terminal window

    ➕ Added

    • Can now use the use keyword to switch between global environments
  • v1.3.1 Changes

    July 04, 2018

    🛠 Fixes

    • Regression fix - non-global environments can now be created again without error
  • v1.3.0 Changes

    July 03, 2018

    ➕ Added

    • 💎 All previous Ruby versions are now available to install
    • ➕ Added list keyword, which lists the latest ten Ruby versions available for install
    • ➕ Added reload keyword, which allows binaries from current global Ruby version to be reloaded into the bin directory
  • v1.2.0 Changes

    July 02, 2018

    ➕ Added

    • 💎 Globally installed versions of Ruby:
      • Correctly update the PATH variable by adding a line to .bash_profile
      • Installed in ~/.mineshaft
      • Symlinks are created from the global install to ~/.mineshaft/bin
    • ➕ Added 2.6.0-preview1 and 2.6.0-preview2 install options
    • ➕ Added CHANGELOG.md

    🔄 Changed

    • Global installs are now denoted by a -g flag instead of using the global keyword.
    • 📚 OpenSSL is now assumed to be installed in /usr/local/opt/openssl; the documentation is updated to recommend users to have OpenSSL installed prior to using Mineshaft