2009-11-12 23:41:48 +01:00
|
|
|
Bundler is a tool that manages gem dependencies for your ruby application. It
|
|
|
|
takes a gem manifest file and is able to fetch, download, and install the gems
|
|
|
|
and all child dependencies specified in this manifest. It can manage any update
|
|
|
|
to the gem manifest file and update the bundled gems accordingly. It also
|
|
|
|
letsyou run any ruby code in context of the bundled gem environment.
|
|
|
|
|
2010-10-20 03:35:47 +02:00
|
|
|
WWW: http://gembundler.com
|