Release 2.0.0
Puppet 4 compatible! 🎉
- add
rbenv::env
parameter to inject environment variables in execs (useful for HTTP_PROXY) #51
** NOTE: This changes the wayrbenv::build::env
is set. All env related parameters must be set by the parent class inrbenv::env
and will be inherited in definesrbenv::build
,rbenv::gem
, andrbenv::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