summaryrefslogtreecommitdiffstats
path: root/meta-openstack-swift-deploy
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-20 15:16:50 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-24 00:27:13 -0400
commita73e2390a5d48ac74655098d3bba6afd8aeea14f (patch)
tree78378bec173e28a801bd2dab6ef60371d7cf7d2f /meta-openstack-swift-deploy
parentc56b588e08e946e5d012651bc0b23d398ec4a925 (diff)
downloadmeta-cloud-services-a73e2390a5d48ac74655098d3bba6afd8aeea14f.tar.gz
Ruby/chef solo: Add recipes-devtools/ruby/bundler_git.bb
Bundler makes sure Ruby applications run the same code on every machine. It does this by managing the gems that the application depends on. Given a list of gems, it can automatically download and install those gems, as well as any other gems needed by the gems that are listed. Before installing gems, it checks the versions of every gem to make sure that they are compatible, and can all be loaded at the same time. After the gems have been installed, Bundler can help you update some or all of them when new versions become available. Finally, it records the exact versions that have been installed, so that others can install the exact same gems. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack-swift-deploy')
0 files changed, 0 insertions, 0 deletions