-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
The repo at spinel-coop/rv-ruby-dev now offers daily builds of the latest Ruby from ruby/ruby on a daily basis. We can add specific support for ruby-dev as a version of ruby, with a different URL to fetch the latest version. We should probably also track and display the date tag that is installed, so users can know if they need to install again.
Acceptance criteria:
-
rv ruby install devworks, and installs the correct tarball from the latest release tospinel-coop/rv-ruby-dev- said ruby is installed to
$RUBIES/ruby-dev/instead of$RUBIES/ruby-1.2.3/ -
rv ruby uninstall devworks and removes$RUBIES/ruby-dev/
- said ruby is installed to
-
rv ruby listshowsruby-devas an option if it is not installed -
rv ruby listshows "dev" in the name of the installed version-
rv ruby listshows the date/tag that rv downloaded the ruby build from -
rv ruby listshows the git commit that ruby-dev was built from, as printed byruby --version
-
-
rv ruby pin devworks and writesruby-devinto the.ruby-versionfile -
rv ruby run dev -- --versionruns ruby-dev and prints the full version -
rv ruby pin dev && rv ruby run -- --versionruns ruby-dev and prints the full version -
rv ruby pin dev && rv run ruby --versionruns ruby-dev and prints the full version - do not choose
ruby-devas the default version if it is installed and no version is pinned
Open for discussion: should these work?
-
rv ruby listshows the exact ruby version, e.g.ruby-4.1.0devinstead of justruby-dev -
rv ruby run 4.1 -- --versionruns ruby-dev and prints the full version - windows support via daily builds from rubyinstaller Windows - add ruby-dev support #557
Reactions are currently unavailable