cookbook 'rubyenv', '= 0.1.2'
rubyenv (4) Versions 0.1.2 Follow1
Install one or more ruby versions with rbenv
cookbook 'rubyenv', '= 0.1.2', :supermarket
knife supermarket install rubyenv
knife supermarket download rubyenv
Description
Installs/Configures rubyenv
Requirements
Platform:
- Ubuntu
Cookbooks:
- rbenv
Attributes
node["rubyenv"]["rubies"] ['1.9.3-p551' => false,'2.1.5' => false,'2.2.3' => true]
Recipes
- rubyenv::default
Example (attributes.json)
{
"run_list": [
"recipe[rubyenv::default]"
],
"rubyenv": {
"rubies": {
"1.9.3-p511": false,
"2.1.5": false,
"2.2.3": true
}
}
}
The true/false flag signifies whether or not this should be the global ruby version.
License and Maintainer
Maintainer:: Dennis Vink (dennis.vink@sentia.com)
License:: MIT (see LICENSE)
Dependent cookbooks
rbenv >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
0.1.0
Initial release of rubyenv
Foodcritic Metric
0.1.2 passed this metric
0.1.2 passed this metric