cookbook 'brightbox-ruby', '= 1.0.0'
brightbox-ruby (7) Versions 1.0.0 Follow2
Handles managing Rubies from brightbox
cookbook 'brightbox-ruby', '= 1.0.0', :supermarket
knife supermarket install brightbox-ruby
knife supermarket download brightbox-ruby
Description
This cookbook provides support for installing the BrightBox builds of Ruby.
For more documentation on these builds, please see the official brightbox documentation.
Please Note: If you're upgrading from an older version, the default action is to upgrade packages. To change this, you need to override node['brightbox-ruby']['default_action']
.
Requirements
Platform:
- Ubuntu
Cookbooks:
- apt
Attributes
-
node['brightbox-ruby']['default_action']
- Default action for Ruby install. Available options::upgrade
,:install
. Defaults to:upgrade
. -
node['brightbox-ruby']['version']
- The version of Ruby to install. Defaults to2.1
. -
node['brightbox-ruby']['install_dev_package']
- Install the dev package, which provides headers for gem native extensions. Available options:true
,false
. Defaults totrue
. -
node['brightbox-ruby']['gems']
- Gems to be installed by default. Defaults to["bundler", "rake", "rubygems-bundler"]
.
Recipes
- brightbox-ruby::default - Adds the brightbox repository, installs the Ruby package, sets it as the default then installs a sane server gemrc and adds bundler, rake and rubygems-bundler gems to bootstrap your environment.
Contributing
We encourage all community contributions. Keeping this in mind, please follow these general guidelines when contributing:
- Fork the project
- Create a topic branch for what you’re working on (git checkout -b awesome_feature)
- Commit away, push that up (git push your_remote awesome_feature)
- Create a new GitHub Issue with the commit, asking for review. Alternatively, send a pull request with details of what you added.
- Once it’s accepted, if you want access to the core repository feel free to ask! Otherwise, you can continue to hack away in your own fork.
Other than that, our guidelines very closely match the GemCutter guidelines here.
(Thanks to GemCutter for the contribution guide)
License and Maintainer
Maintainer:: Filter Squad (darcy@filtersquad.com)
License:: Apache 2.0
Dependent cookbooks
apt >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.