Skip to content

Commit

Permalink
Merge pull request #124 from tas50/master
Browse files Browse the repository at this point in the history
Release 0.8.1
  • Loading branch information
tas50 committed Aug 28, 2015
2 parents 39a936d + 3151310 commit 7641701
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## 0.8.1 (August 28, 2015)
* Add rbenv_action attribute to rbenv_ruby LWRP so to allow using rvm-download rbenv plugin to download ruby vs. installing ruby
* Fix the ability to install gems to a specific version of ruby
* Remove Chef version checks around use_inline_resources since we require Chef 12
* Use default_action method in the LWRPs
* Fix various rubocop warnings

## 0.8.0 (July 27, 2015)
* Drop Chef versions prior to 12
* Drop support for Chef versions prior to 12
* Add Arch linux support
* Add Linux mint support

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Manages rbenv and its installed rubies. Several LWRPs are also defined.'
long_description "Please refer to README.md (it's long)."
version '0.8.0'
version '0.8.1'

recommends 'ruby_build' # if using the rbenv_ruby LWRP, ruby-build must be installed
recommends 'java', '> 1.4.0' # if using jruby, java is required on system
Expand Down

0 comments on commit 7641701

Please sign in to comment.