Merge from vendor branch TNF:
authortaca <taca>
Sun, 12 Sep 2010 01:51:10 +0000 (01:51 +0000)
committertaca <taca>
Sun, 12 Sep 2010 01:51:10 +0000 (01:51 +0000)
commit7066d29ce888e75e9d9ea8ff4c98d45b4fe23e48
tree27dd5a5ca2e89b3f5d50df008309c9e354c04e0a
parent2dcc65db496105d855e320e70521d7de8e74fe65
parent9efb363fcff8041ee58290c5aca18433d3b60f10
Merge from vendor branch TNF:
Importing misc/ruby-bundler 1.0.0.

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 bundle's gems accordingly. It also lets you run any ruby
code in context of the bundle's gem environment.