Skip to content

0.7.2

Compare
Choose a tag to compare
@CloCkWeRX CloCkWeRX released this 27 Jul 07:12
· 581 commits to main since this release

Bug Fixes

  • Pull request #26: Don't
    call libexec commands directly. (@mhoran)

Improvements

  • Add integration tests for a system Ruby version. (@fnichol)

0.7.1 (unreleased)

Bug Fixes

  • Pull request #36:
    Use the ruby name as the definition to install
    (@gsandie)
  • Pull request #55:
    Fix some CHEF-3694 warnings when using with ruby_build
    (@trinitronx)

New features

  • Pull request #26:
    Allow setting environment vars per ruby install
    (@jasherai)
  • Pull request #37:
    Allows use include_recipe("ruby_build") instead of having to put it in the run_list
    (@tjwallace)
  • Pull request #42:
    Load rbenv environment after install
    (@msaffitz)
  • Pull request #62:
    Add Gentoo as supported platform
    (@gentooboontoo)

Improvements

  • Pull request #46:
    Add a definition_file attribute to the rbenv_ruby resource to prevent
    continually trying to build a custom ruby when passed a build file name instead of a built-in definition
    (@jf647)
  • Pull request #60:
    Support definition_file in rubies definition
    (@cyu)
  • Pull request #75:
    Update testing support and add unit tests for existing resources
    (@fnichol)
  • Pull request #70:
    Support ruby 2.1.0
    (@WhyEee)