All Versions
11
Latest Version
Avg Release Cycle
56 days
Latest Release
1731 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