Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add first round of source pinning support | Carl Lerche | 2010-01-29 | 9 | -24/+43 |
| | |||||
* | Don't blow up if there are development dependencies. | Carlhuda | 2010-01-29 | 1 | -1/+1 |
| | |||||
* | Add support for Bundler.setup(*groups) | Carlhuda | 2010-01-28 | 2 | -2/+4 |
| | |||||
* | Implementing groups and install --without | Carlhuda | 2010-01-28 | 6 | -13/+48 |
| | |||||
* | Fix a bug with ordering of sources | Carlhuda | 2010-01-28 | 1 | -7/+7 |
| | |||||
* | Start work on groups | Carlhuda | 2010-01-28 | 2 | -5/+19 |
| | |||||
* | Tweak more output | Carlhuda | 2010-01-26 | 3 | -4/+22 |
| | |||||
* | First pass at output | Carlhuda | 2010-01-26 | 5 | -3/+80 |
| | |||||
* | An initial pass for smarter bundler install (don't hit remote sources when ↵ | Carl Lerche | 2010-01-26 | 1 | -6/+34 |
| | | | | not needed) | ||||
* | Improve bundle check output | Carl Lerche | 2010-01-26 | 1 | -3/+10 |
| | |||||
* | Rename gemfile back to bundler | Carl Lerche | 2010-01-26 | 42 | -32/+32 |
| | |||||
* | Make gemfile pack work with git repos | Carlhuda | 2010-01-25 | 3 | -2/+5 |
| | |||||
* | First pass at gemfile pack | Carlhuda | 2010-01-25 | 7 | -21/+82 |
| | |||||
* | Rename Bubble to Gemfile | Carlhuda | 2010-01-25 | 42 | -32/+32 |
| | |||||
* | gemfile lock works with Git | Carlhuda | 2010-01-25 | 2 | -3/+3 |
| | |||||
* | When git sources are branches, the checkout should float on head. | Carlhuda | 2010-01-25 | 1 | -1/+2 |
| | |||||
* | Fix the lock stuff | Carl Lerche | 2010-01-22 | 2 | -1/+5 |
| | |||||
* | Start working on the environment.rb lock file | Carl Lerche | 2010-01-22 | 4 | -24/+55 |
| | |||||
* | Some ruby 1.9 work | Carl Lerche | 2010-01-22 | 1 | -7/+24 |
| | |||||
* | Move the bubble directory into the system gem directory | Carl Lerche | 2010-01-22 | 2 | -5/+1 |
| | |||||
* | Only be able to load gems specified in the Gemfile | Carl Lerche | 2010-01-21 | 1 | -0/+8 |
| | |||||
* | Don't download gems that are already available | Carl Lerche | 2010-01-21 | 2 | -13/+30 |
| | |||||
* | Be able to install gems from multiple sources | Carl Lerche | 2010-01-21 | 1 | -3/+9 |
| | |||||
* | Do not automatically set the gem sources | Carl Lerche | 2010-01-19 | 2 | -2/+3 |
| | |||||
* | Get the installer work with the lock | Carlhuda | 2010-01-19 | 3 | -52/+50 |
| | |||||
* | Refactor and add failing test | Carlhuda | 2010-01-18 | 1 | -26/+34 |
| | |||||
* | First pass at bbl lock | Carlhuda | 2010-01-18 | 6 | -24/+121 |
| | |||||
* | Add bbl check | Carl Lerche | 2010-01-13 | 4 | -4/+37 |
| | |||||
* | Add bbl init | Carl Lerche | 2010-01-13 | 2 | -0/+13 |
| | |||||
* | Add more stuff for git | Carl Lerche | 2010-01-13 | 3 | -10/+91 |
| | |||||
* | Got more specs passing | Carlhuda | 2010-01-12 | 5 | -12/+17 |
| | |||||
* | More work towards awesomeness | Carlhuda | 2010-01-12 | 11 | -58/+218 |
| | |||||
* | Get a simple bbl install working | Carlhuda | 2010-01-11 | 8 | -5/+177 |
| | |||||
* | Merge branch 'master' of git://github.com/wycats/thor | Carlhuda | 2010-01-11 | 1 | -0/+1 |
|\ | |||||
| * | Add TODO | Yehuda Katz | 2010-01-11 | 1 | -0/+1 |
| | | |||||
| * | Bye bye RR. Hello Rspec mocks. | José Valim | 2010-01-02 | 1 | -5/+1 |
| | | |||||
| * | More work on changing from rr to spec mock framework | José Valim | 2010-01-02 | 4 | -33/+35 |
| | | |||||
| * | Migration to rspec mock framework. | José Valim | 2010-01-02 | 5 | -84/+67 |
| | | |||||
| * | More specs running on 1.9 | José Valim | 2010-01-02 | 2 | -6/+10 |
| | | |||||
| * | Ensure file reading and writing is performed in binary mode. | Luis Lavena | 2010-01-02 | 7 | -9/+19 |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
| * | Add terminal_width and format tables nicelly. | José Valim | 2010-01-01 | 4 | -17/+58 |
| | | |||||
| * | Get rid of print_list | José Valim | 2010-01-01 | 2 | -25/+1 |
| | | |||||
| * | Fix specs. | José Valim | 2010-01-01 | 3 | -31/+31 |
| | | |||||
| * | Refactoring on how tasks are shown. | José Valim | 2010-01-01 | 7 | -86/+79 |
| | | |||||
| * | Release Thor 0.12.1 | José Valim | 2009-12-01 | 1 | -1/+1 |
| | | |||||
| * | Directory blocks yields the content, instead of the filename. | José Valim | 2009-12-01 | 2 | -8/+10 |
| | | |||||
| * | Default now works in file collision menu. | José Valim | 2009-12-01 | 1 | -1/+1 |
| | | |||||
| * | Released Thor 0.12.0. | José Valim | 2009-11-09 | 1 | -1/+1 |
| | | |||||
| * | Yield the filename on directories. | José Valim | 2009-11-06 | 3 | -5/+11 |
| | | |||||
| * | Do not force status to be white. | José Valim | 2009-11-06 | 1 | -1/+1 |
| | |