All Versions
25
Latest Version
Avg Release Cycle
132 days
Latest Release
1277 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.1.4 Changes
May 31, 2013π ruby/functions.sh
- π§ Pass the paths to homebrew packages to
./configure
using the--with-opt-dir
option.
rubinius/functions.sh
- π§ Pass the paths to homebrew packages to
./configure
using the--with-opt-dir
option.
- π§ Pass the paths to homebrew packages to
-
v0.1.3 Changes
May 30, 2013- π Fixed typo in auto-detection of homebrew (Jack Nagel).
functions.sh
- π
cd
into the extracted Ruby directory at the end of theextract_ruby
function. This allows the JRuby build script to overrideextract_ruby
and entirely skip the extract, configure and compile steps.
-
v0.1.2 Changes
May 30, 2013- β Added a
setup.sh
script which installsruby-install
, then installs Ruby, JRuby and Rubinius.
functions.sh
- π Fixed the
curl
command within thedownload
function (Greg KarΓ©kinian).
- β Added a
-
v0.1.1 Changes
May 28, 2013- π Fixed multiple bugs where code was still using the old
$PACKAGE_MANAGER
variable instead of checking for specific package managers.
rubinius/functions.sh
- β Added
pacman
dependencies for building Rubinius on Arch Linux.
- π Fixed multiple bugs where code was still using the old
-
v0.1.0 Changes
May 28, 2013- π Initial release:
- Supports installing arbitrary versions.
- Supports installing into
/opt/rubies/
for root and~/.rubies/
for users by default. - Supports installing into arbitrary directories.
- Supports applying arbitrary patches.
- Supports specifying arbitrary
./configure
options. - Supports downloading archives using
wget
orcurl
. - Supports verifying downloaded archives using
md5sum
ormd5
. - Supports installing build dependencies via the package manager:
- apt
- yum
- [pacman]
- brew
π§ [pacman]: https://wiki.archlinux.org/index.php/Pacman
π [Ruby]: http://www.ruby-lang.org/ π [JRuby]: http://jruby.org/
π [MRuby]: https://github.com/mruby/mruby#readme π [TruffleRuby]: https://github.com/oracle/truffleruby#readme
π [ruby-versions]: https://github.com/postmodern/ruby-versions#readme
- π Initial release: