2010-02-13

New Bundler has changed a bit

There are quite a bit changes between bundler 0.8 and 0.9 and it took a bit time to figure out what has changed.

First, there seems a new way of running it, now run "bundle" instead "gem bundle".

Second, if you need to unpack gems to vendor, just add path:

bundle install vendor/gems

I started to unpack them to application root, so I can access bin files more easily:

bundle install .

Anyhow, the new bundler 0.9 has a bit more lighter work-flow than 0.8.