Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

67 lines (41 loc) · 2.99 KB

0.7.2 (unreleased)

Bug fixes

  • Pull request #22: Expand list of sane rubies to include "ree" and "kiji". (@juzzin)
  • Pull request #26: RVM is installed in compilation phase when gem_package recipe is included. (@temujin9, @fnichol)
  • Update rvm/vagrant/system_chef_solo default attribute value to match newest Vagrant lucid32 basebox. (@fnichol)
  • Pull request #27: Explicitly handle the unmanaged 'system' ruby. (@temujin9).

New features

  • Issue #23: Let gem_package resource target multiple RVM rubies. (@fnichol)

Improvments

  • Pull request #26: RVM unix group is created in compilation phase if GID is provided. (@temujin9)
  • Revamp CHANGELOG in the style of guard. (@fnichol)
  • Pull request #27: Improve gem_package logging message to include full list of selected rubies. (@temujin9)

0.7.1 (May 15, 2011)

Bug fixes

  • Issue #20: Update metadata.rb to not include README.md (too long). (@fnichol)

New features

  • Add Rakefile for opscode platform deploy builds. (@fnichol)

Improvments

  • Update metadata.rb properties. (@fnichol)

0.7.0 (May 14, 2011)

Bug fixes

  • Issue #20: Update rvm/install_rubies attr to "true"/"false". (@fnichol)
  • Issue #14: Allow no default RVM ruby (i.e. use system ruby). (@fnichol)
  • Issue #12: Update RVM install to use SSL URL. (@fnichol)
  • Now /etc/rvmrc has export for rvm/rvmrc key/value pairs. (@fnichol)

New features

  • Issue #13: Speed up install by disabling RDOC generation. (@fnichol)
  • New experimental recipe gem_package which patches gem_package resource. (@fnichol)
  • Add rvm_global_gem resource. (@fnichol)

Improvments

  • Issue #3: Revamp and update README.md. (@fnichol)
  • Issue #3: Add CHANGELOG.md. (@fnichol)
  • Issue #19: Attr rvm/upgrade accepts "none", false and nil as same value. (@fnichol)
  • Update rvm/skip_docs_on_install attr to rvm/rvm_gem_options. (@fnichol)
  • Refactor of rvm_gem provider to leverage Chef::Provider::Package::Rubygems. (@fnichol)

Previous releases

The changelog began with version 0.6.0 so any changes prior to that can be seen by checking the tagged releases and reading git commit messages.