All Versions
25
Latest Version
Avg Release Cycle
132 days
Latest Release
1277 days ago

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.
  • 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 the extract_ruby function. This allows the JRuby build script to override extract_ruby and entirely skip the extract, configure and compile steps.
  • v0.1.2 Changes

    May 30, 2013
    • βž• Added a setup.sh script which installs ruby-install, then installs Ruby, JRuby and Rubinius.
    functions.sh
    • πŸ›  Fixed the curl command within the download function (Greg KarΓ©kinian).
  • 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.
  • 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 or curl.
      • Supports verifying downloaded archives using md5sum or md5.
      • 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