bundler 1.6.2
Name | bundler |
---|---|
Version | 1.6.2 (06e3647c117da210ffd15a174624497830addd7b) |
Summary | Makes sure Ruby applications run the same code on every machine. |
Description | 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. |
Section | base |
License | MIT |
Homepage | |
Recipe file | recipes-devtools/ruby/bundler_git.bb |
Layer | meta-openstack (thud branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
git://github.com/bundler/bundler.git |
Patches
None
Other branches
This recipe in other branches of meta-openstack:
Branch | Recipe |
---|---|
master | bundler 1.6.2 |
scarthgap (Yocto Project 5.0) | bundler 1.6.2 |
nanbield (Yocto Project 4.3) | bundler 1.6.2 |
mickledore (Yocto Project 4.2) | bundler 1.6.2 |
kirkstone (Yocto Project 4.0) | bundler 1.6.2 |
honister (Yocto Project 3.4) | bundler |
hardknott (Yocto Project 3.3) | bundler 1.6.2 |
gatesgarth (Yocto Project 3.2) | bundler 1.6.2 |
dunfell (Yocto Project 3.1) | bundler 1.6.2 |
zeus (Yocto Project 3.0) | bundler 1.6.2 |
warrior (Yocto Project 2.7) | bundler 1.6.2 |
thud (Yocto Project 2.6) | bundler 1.6.2 (this recipe) |
sumo (Yocto Project 2.5) | bundler |
rocko (Yocto Project 2.4) | bundler |
pyro (Yocto Project 2.3) | bundler |
morty (Yocto Project 2.2) | bundler 1.6.2 |