bengler / checkpoint

Centralized identity store and authentication broker for web applications. It supports a number of authentication mechanisms and is provided via a http-interface.
MIT License
31 stars 2 forks source link

ignore results of bundling with --binstubs #27

Closed prognostikos closed 11 years ago

prognostikos commented 11 years ago

Not sure if you'll want this for the main repository, but I use --binstubs with bundler and I have ./bin in my path.

That way I don't need to prefix everything with bundle exec.

kytrinyx commented 11 years ago

Nice, thanks!