Skip to content

Commit

Permalink
Update metadata.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Dec 21, 2011
1 parent 025030a commit 6b30a6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion metadata.rb
Expand Up @@ -2,5 +2,11 @@
maintainer_email "fnichol@nichol.ca"
license "Apache 2.0"
description "Manages rbenv and its installed rubies. Several LWRPs are also defined."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
long_description "Please refer to README.md (it's long)."
version "0.6.0"

# if using the rbenv_ruby LWRP, ruby-build must be installed
recommends "ruby_build"

# if using jruby, java is required on system
recommends "java"

0 comments on commit 6b30a6e

Please sign in to comment.