All Versions
11
Latest Version
Avg Release Cycle
56 days
Latest Release
1874 days ago
Changelog History
Page 1
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 replacems -i
- this option has been removed - ๐
-r
no longer works; Ruby version is added after either theinstall
orenv
keyword - ๐
-g
has been removed as well. To install global runms 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 ofmineshaft
in your terminal window
โ Added
- Can now use the
use
keyword to switch between global environments
- To run the tool, you must now use
-
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 thebin
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 theglobal
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
- ๐ Globally installed versions of Ruby: