Skip to content

Latest commit

 

History

History
118 lines (91 loc) · 9.33 KB

HISTORY.md

File metadata and controls

118 lines (91 loc) · 9.33 KB

Changelog

Full Changelog

Closed issues:

  • Plugin Repo onlyif test is broken #112
  • rbenv plugins always cause puppet changes #109
  • Global ruby version not set correctly after sourcing .rbenvrc #104
  • Tag released version #103
  • Periodically update ruby-build when new rubies are released #88
  • LICENSE? #84
  • Rbenv::Compile and Rbenv::Gem run every time #80
  • Vagrant Provisioning Problems #69
  • Patch for ruby 1.9.3-p392 #67
  • Make it possible to pass --keep #64
  • ruby-build not available in Ubuntu 12.04 #62
  • Bundler doesn't get installed automatically. #60
  • rbenv::gem not installing the requested gem #59
  • Puppet Forge version is incorrect #56

Merged pull requests:

  • Update plugins only if there is a newer version #108 (rudolfs)
  • Add libffi package, needed by Ruby 2.2 #107 (francocatena)
  • replace su with Puppet::Util::Execution.execute #106 (igalic)
  • removed trailing space #96 (pmenglund)
  • Add dependency packages for Archlinux #92 (francocatena)
  • Fix line ending issues with templates. #82 (TrevorS)
  • Style fixes #81 (nferch)
  • Add a source parameter to rbenv::gem #78 (lglenn)
  • Add /bin to Exec paths #77 (lglenn)
  • Add logoutput => 'on_failure' to exec calls in compile stage. #75 (intjonathan)
  • rbenv::install doesn't work behind firewall #74 (ghost)
  • Add an Exec for updating rbenv plugins #73 (ktham)
  • Handle old Lenny distribution #71 (rds13)
  • Add Linux to the osfamily dependencies, for the Amazon Linux AMI. #68 (geekle)
  • Specify bundler version #66 (lmars)
  • Support --keep in ruby-build. Fixes #64 #65 (p0deje)

v1.2.0 (2013-02-17)

Full Changelog

Implemented enhancements:

  • User group. #7
  • Multiple installations #4
  • Shared installation #3

Closed issues:

  • failed installing bundler #53
  • puppet master breaks #50
  • Create $rbenv_root/cache if tarball caching gets merged in #47
  • Missing dependency when compiling with global => true #43
  • Invalid parameter ruby at manifests/gem.pp #41
  • Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type rbenvgem #35
  • Build is failing when using provider require statement #27
  • Update Puppet Forge #26
  • How are we supposed to pass default=>true to rbenv::compile? #20
  • Rbenv::Gem for bundler is ran before ruby is compiled #19
  • Git clone appears to fail #14
  • "Cannot reassign variable home_dir" #13
  • "rehash-rbenv $user" is always executed #12
  • Environment variable PATH not preserved #11

Merged pull requests:

  • Pass in env vars for compilation as array #58 (fgrehm)
  • Pass --disable-install-doc configure option by default, allow others #57 (intjonathan)
  • Set ruby as global after compiling ruby #54 (fgrehm)
  • Rbenv cache dir owner #51 (rds13)
  • Creates cache folder for rbenv installations #49 (fgrehm)
  • Update readme references to latest ruby release #48 (fgrehm)
  • Add missing comma to rbenv-install example #45 (fgrehm)
  • Fixes bundler gem install in environments with no pre-existing ruby interpreter #34 (th3hunt)
  • Two fixes to help when installing to non-standard paths #33 (jasongill)
  • Update readme examples with a 1.9.3 patchlevel that exists :) #32 (fgrehm)
  • Add ensure parameter to rbenvgem title in gem resource #30 (intjonathan)
  • Fix module autoloading (#27) #29 (vjt)
  • Plugins support #25 (fgrehm)
  • Support for custom build definition #24 (fgrehm)
  • Fix lint checks #23 (fgrehm)
  • Fix random interpolation issues #22 (fgrehm)
  • Require rbenvgem provider with full path from rbenvgem type #21 (fgrehm)
  • fix test suite #18 (mislav)
  • fix git clone of ruby-build #17 (mislav)
  • fix home directory default for rbenv::compile #16 (mislav)
  • Fixed git clone going wrong in install #15 (chiel)
  • Add Option to set home directory and to set the group #9 (LStuker)
  • Fix typo in README #6 (emyl)

v0.2.0 (2012-05-28)

Full Changelog

Closed issues:

  • Add basic tests #2

Merged pull requests:

  • CentOS compatibility and allow installs for multiple users #5 (benders)

v0.1.0 (2012-04-07)

Full Changelog

Closed issues:

  • Convert this to a module #1

* This Changelog was automatically generated by github_changelog_generator