postmodern · @postmodern
1289 followers · 1796 posts · Server ruby.social

Released ruby-install 0.9.1, which adds support for installing TruffleRuby 23.0.0 and other various bug fixes.
github.com/postmodern/ruby-ins

#rubyinstall #truffleruby #ruby

Last updated 2 years ago

postmodern · @postmodern
1232 followers · 1532 posts · Server ruby.social

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.
github.blog/2023-02-21-update-

#rubyinstall #chruby #ruby

Last updated 2 years ago

postmodern · @postmodern
1092 followers · 1006 posts · Server ruby.social

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

Last updated 3 years ago

postmodern · @postmodern
1092 followers · 1005 posts · Server ruby.social

ruby-install 0.9.0 has been released! Contains usability improvements, some new configurable environment variables, and a new --debug option.
github.com/postmodern/ruby-ins
github.com/postmodern/ruby-ins

#ruby #rubyinstall

Last updated 3 years ago

postmodern · @postmodern
1069 followers · 981 posts · Server ruby.social

How would you prefer to see debugging messages from `ruby-install`?

#rubyinstall

Last updated 3 years ago

postmodern · @postmodern
1068 followers · 977 posts · Server ruby.social

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

Last updated 3 years ago

postmodern · @postmodern
1052 followers · 936 posts · Server ruby.social

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`).
github.com/postmodern/ruby-ins

#ruby #rubyinstall

Last updated 3 years ago

postmodern · @postmodern
972 followers · 794 posts · Server ruby.social

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!
github.com/postmodern/ruby-int

#ruby #rubyinstall

Last updated 3 years ago

postmodern · @postmodern
807 followers · 651 posts · Server ruby.social

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

#ruby #rubyinstall

Last updated 3 years ago

postmodern · @postmodern
709 followers · 557 posts · Server ruby.social

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

github.com/postmodern/ruby-int

#ruby #rubyinstall

Last updated 3 years ago

postmodern · @postmodern
565 followers · 452 posts · Server ruby.social

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

ruby-lang.org/en/news/2022/11/

#ruby #rubyinstall

Last updated 3 years ago