summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve `bundle install` outputv0.9.0.pre4Carl Lerche2010-02-025-22/+45
* Adding output for `bundle pack`Carl Lerche2010-02-021-0/+2
* Add more output for `bundle lock` and add `bundle show`Carl Lerche2010-02-022-1/+16
* will_paginate does a git ls-files in the gemspec, so let's just Dir.chdir int...Carl Lerche2010-02-021-1/+3
* Add Environment#gems which aliases specsCarl Lerche2010-02-022-1/+2
* Rename vendor/lock.yml to Gemfile.lockCarl Lerche2010-02-013-6/+6
* Bumping versionCarlhuda2010-02-011-1/+1
* Rescue all Bundler exceptions and exit with appropriate error codeCarlhuda2010-02-013-30/+31
* If system gems exist for a pinned git or path, use git or the path, NOT syste...Carlhuda2010-02-013-2/+6
* Remove a git conflict.Carl Lerche2010-02-011-4/+0
* Add a spec for a runtime path bugCarl Lerche2010-02-012-2/+21
* Fix a common problem where an outdated gem pushed to gemcutter was beating pi...Carlhuda2010-02-014-20/+60
* Update the READMECarl Lerche2010-02-014-9/+154
* Add the ability to set bundle env settings in a .bundleconfig fileCarl Lerche2010-02-013-3/+26
* First pass at being able to set the bundle install path.Carl Lerche2010-02-014-46/+95
* Bump up the versionv0.9.0.pre3Carl Lerche2010-01-312-2/+2
* A first pass of bundle execCarl Lerche2010-01-3110-5/+43
* Bump the version upCarl Lerche2010-01-311-1/+1
* Pick the correct platform when installing gemsCarl Lerche2010-01-314-3/+26
* Handle ruby warningsCarl Lerche2010-01-313-1/+4
* Fix some bugsCarl Lerche2010-01-304-5/+16
* Make up a gemspec if one is missing?Carl Lerche2010-01-306-21/+69
* Make sure that gems that are pinned to git are used when requestedCarl Lerche2010-01-294-6/+35
* Minor refactorCarl Lerche2010-01-294-12/+11
* Add support for :ref when using inline git reposCarl Lerche2010-01-293-9/+26
* Add first round of source pinning supportCarl Lerche2010-01-2910-24/+56
* Don't blow up if there are development dependencies.Carlhuda2010-01-294-3/+24
* Always update the gemspecCarlhuda2010-01-292-13/+9
* Add support for Bundler.setup(*groups)Carlhuda2010-01-284-4/+46
* Implementing groups and install --withoutCarlhuda2010-01-288-17/+67
* Fix a bug with ordering of sourcesCarlhuda2010-01-281-7/+7
* Start work on groupsCarlhuda2010-01-285-8/+46
* Add a failing spec for gem installationCarl Lerche2010-01-283-1/+16
* Tweak more outputCarlhuda2010-01-263-4/+22
* First pass at outputCarlhuda2010-01-266-3/+89
* An initial pass for smarter bundler install (don't hit remote sources when no...Carl Lerche2010-01-262-6/+53
* Improve bundle check outputCarl Lerche2010-01-263-3/+49
* Renamed bbl to bundleCarl Lerche2010-01-268-25/+25
* Rename gemfile back to bundlerCarl Lerche2010-01-2652-87/+59
* Added quick READMECarlhuda2010-01-251-0/+7
* Make gemfile pack work with git reposCarlhuda2010-01-258-24/+69
* First pass at gemfile packCarlhuda2010-01-2512-30/+117
* Rename Bubble to GemfileCarlhuda2010-01-2558-115/+95
* gemfile lock works with GitCarlhuda2010-01-254-4/+5
* Add a spec for using git source at a specific refCarlhuda2010-01-253-35/+77
* When git sources are branches, the checkout should float on head.Carlhuda2010-01-253-10/+13
* Add a spec for locking git sourcesCarl Lerche2010-01-254-9/+70
* Fix the lock stuffCarl Lerche2010-01-223-7/+21
* Start working on the environment.rb lock fileCarl Lerche2010-01-224-24/+55
* Some ruby 1.9 workCarl Lerche2010-01-224-10/+30