Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@jdowning jdowning released this 26 Aug 21:48
· 78 commits to main since this release

Puppet 4 compatible! 🎉

  • add rbenv::env parameter to inject environment variables in execs (useful for HTTP_PROXY) #51
    ** NOTE: This changes the way rbenv::build::env is set. All env related parameters must be set by the parent class in rbenv::env and will be inherited in defines rbenv::build, rbenv::gem, and rbenv::plugin.
  • specify bunlder version with rbenv::build::bundler_version #43
  • fix skip_docs logic #44
  • use ensure_packages from stdlib to enforce dependencies are met #45
  • remove git module dependency and use ensure_package instead #46
  • fix git-clone-rbenv bug with proper cwd #47
  • add patch to dependent packages #49
  • update TravisCI matrix to include Puppet 4 and future parser
  • update Vagrant file to work with Puppet 4
  • fix specs to work with future parser