Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rvm1_delete_unmanaged_rubies option (and deprecate rvm1_delete_ruby) #222

Closed
wants to merge 3 commits into from

Commits on Aug 5, 2020

  1. Add rvm1_delete_unmanaged_rubies option

    This new opt-in variable is intended to supersede the former
    rvm1_delete_ruby option (hence its deprecation).
    gildegoma committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6c565ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b6f739 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Fix rvm1_delete_unmanaged_rubies implementation

    - Expect that rvm1_delete_unmanaged_rubies value is a valid YAML
      boolean. Adapt README example in this way. Drop '|bool' filter.
    - Fix broken --check mode (by registering rvm1_list_installed_rubies
      variable in check mode as well).
    - Use '.stdout_lines' helper rather than '.stdout.splitlines()'
    gildegoma committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    fada459 View commit details
    Browse the repository at this point in the history