Skip to content

Commit

Permalink
update readme to say to use rubygems-bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCheek committed Jun 14, 2011
1 parent 150701e commit e2064e1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Readme.md
Expand Up @@ -3,14 +3,11 @@ Give me a Burake

_Making it less obnoxious to use Bundler's rake and other binstubs_

UPDATE:
-------

If you're using RVM, then `rvm get head`, and this script will be unnecessary. It does the same thing
(hijacks rake and then redirects it to ./bin/rake) but works for several common commands, not just rake.
And it does it by looking for a Gemfile, so no need to maintain a list of projects.
[Check it out](https://rvm.beginrescueend.com/integration/bundler/).
UPDATE (14 Jun 2011):
---------------------

[rubygems-bundler](https://github.com/mpapis/rubygems-bundler) Does this as well, but is better
manages, and more comprehensive. I'm now using it instead of the code below.


What does it do?
Expand Down

0 comments on commit e2064e1

Please sign in to comment.