Fork me on GitHub

Install

gem install rubygems-bundler

About

This gem is intended to fill in the integration gap between Bundler and Rubygems, it also backports shebang customization from rubygems 1.9 to older versions - down to 1.3.7.

With this gem rubygems generated wrappers will allow to use bundler when asked for.

Using this gem solves problem of calling 'bundle exec ...' with your every command.

Please note that this gem can make your gem executables load in versions specified in Gemfile!

The problem with Gemfile is that you can have few of them, so expect that gem version for executable will be taken from ~/Gemfile when your project is in ~/projects/my_project and does not contain Gemfile

Last note is that bundler handling can be used only when bundler is installed, but you will be warned when it is

Development

You can clone the project with Git by running:

$ git clone git://github.com/mpapis/rubygems-bundler

Authors

Michal Papis (mpapis@gmail.com)

Joshua Hull (joshbuddy@gmail.com)