Skip to content

Releases: rosstimson/chef-ruby_install

v1.0.4

09 May 12:49
Compare
Choose a tag to compare

v1.0.4 (2014-05-09)

  • Upgraded ruby-install to 0.4.3
  • Updates to Rubies and OSs

v1.0.2

24 Mar 19:09
Compare
Choose a tag to compare

v1.0.2 (2014-03-24)

  • Update default ruby_install version to 0.4.1 (@brainopia)
  • Fix broken redirect on latest Chef (@brainopia)
  • Prevent reinstall on :install action (@brainopia)
  • Slight refactor to fix RuboCop warnings

v1.0.0

15 Feb 21:08
Compare
Choose a tag to compare

v1.0.0 (2014-02-15)

  • Upgrade to ruby-install 0.4.0
  • Use new --rubies-dir option to specify location of installed rubies,
    this gives more expected behaviour and works well with partial version
    strings. Fixes GH #3.