Released ruby-install 0.9.1, which adds support for installing TruffleRuby 23.0.0 and other various bug fixes.
https://github.com/postmodern/ruby-install/releases/tag/v0.9.1
#rubyinstall #truffleruby #ruby
#rubyinstall #truffleruby #ruby
Appears that ruby-install and chruby were effected by GitHub's recent `git archive` upgrade which broke the PGP signatures. I am now uploading the original `.tar.gz` and `.tar.gz.asc` files to GitHub Releases, so they will [hopefully] never change.
https://github.blog/2023-02-21-update-on-the-future-stability-of-source-code-archives-and-hashes/
#rubyinstall #chruby #ruby
Of course, it will take a while for homebrew to pick up the new git tag and update their ruby-install formula to 0.9.0. Homebrew users will have to be patient. #ruby #homebrew #rubyinstall
ruby-install 0.9.0 has been released! Contains usability improvements, some new configurable environment variables, and a new --debug option.
https://github.com/postmodern/ruby-install/blob/master/ChangeLog.md#090--2023-01-30
https://github.com/postmodern/ruby-install#readme
#ruby #rubyinstall
How would you prefer to see debugging messages from `ruby-install`?
#rubyinstall
Would people want a `ruby-install` environment variable for selecting whether to use `curl` or `wget`? Or do people not care which util downloads the files?
#rubyinstall
Should `ruby-install` have an explicit `--feature` or `--enable` option for enabling additional Ruby features, or should it implicitly detect when said features are enabled via the additional configuration options (ex: `ruby-install ruby -- --with-jemalloc`).
https://github.com/postmodern/ruby-install/issues/349#issuecomment-1396369868
#ruby #rubyinstall
Updated the ruby-versions repository for ruby 3.2.0, marking it as the current stable ruby version. ruby-install users can now safely install ruby 3.2.0:
$ ruby-install --latest ruby-3.2.0
Let's goooooo!
https://github.com/postmodern/ruby-intall#readme
#ruby #rubyinstall
Added ruby-3.2.0-rc1 to the ruby-versions repository. You can now safely install ruby-3.2.0-rc1 with ruby-install:
$ ruby-install --latest ruby-3.2.0-rc1
The ruby-versions repository has been updated for Ruby 2.7.7, 3.0.5, and 3.1.3. ruby-install users can now safely upgrade to those new versions:
$ ruby-install --latest ruby-2.7.7
$ ruby-install --latest ruby-3.0.5
$ ruby-install --latest ruby-3.1.3
https://github.com/postmodern/ruby-intall#readme
#ruby #rubyinstall
Added ruby-3.2.0-preview3 to the ruby-versions repository so ruby-install users should be able to safely install it and test the new features:
$ ruby-install --latest ruby-3.2.0-preview3
https://www.ruby-lang.org/en/news/2022/11/11/ruby-3-2-0-preview3-released/