We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921074a commit f2b5329Copy full SHA for f2b5329
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## 0.7.1 (unreleased)
2
3
+
4
+## 0.7.2 (December 31, 2012)
5
6
### Bug Fixes
7
8
* Pull request [#26](https://github.com/fnichol/chef-rbenv/pull/26): Don't
metadata.rb
@@ -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.7.1"
+version "0.7.2"
9
recommends "ruby_build" # if using the rbenv_ruby LWRP, ruby-build must be installed
10
recommends "java", "> 1.4.0" # if using jruby, java is required on system
0 commit comments