summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.9.0v0.9.0Yehuda Katz2010-02-031-1/+1
* Merge remote branch 'jose/master'Yehuda Katz2010-02-0316-1580/+30
|\
| * Updated vendored Thor and remove not used files.José Valim2010-02-0316-1581/+31
* | Remove ellipsesJeremy Kemper2010-02-032-15/+15
* | Remove backquotesJeremy Kemper2010-02-033-11/+11
* | Remove DonesJeremy Kemper2010-02-032-7/+2
* | Don't be super slow on 1.9Carl Lerche2010-02-032-5/+10
* | Bump up the versionCarl Lerche2010-02-032-3/+3
* | OMG, prioritizing bundler sources is the bane of my existencev0.9.0.pre5Carlhuda2010-02-032-10/+14
* | Fix a bug with source pinning and dependenciesCarlhuda2010-02-032-2/+24
* | Updated the bundle install outputCarlhuda2010-02-033-24/+45
* | Tweak GEM_HOME and GEM_PATHCarlhuda2010-02-032-3/+3
* | Fix the specs (should probably run them before committing)Carlhuda2010-02-033-23/+11
* | Install bundles to ~/.bundle by defaultCarlhuda2010-02-032-7/+16
* | Rename vendor/environment.rb to .bundle/environment.rbCarlhuda2010-02-033-7/+7
* | Fix locking so that pinned dependencies remain pinnedCarlhuda2010-02-035-5/+34
|/
* Fixes a number of issues, including superfluous fetches when packed or lockedCarlhuda2010-02-0211-37/+73
* Add the ability to specify a location with bundle installCarl Lerche2010-02-026-18/+50
* Add a test to support relative BUNDLE_PATH settings.Carl Lerche2010-02-022-1/+13
* Add bundle unlockCarl Lerche2010-02-022-1/+18
* Prevent liesCarl Lerche2010-02-021-1/+1
* Bump the versionCarl Lerche2010-02-022-2/+2
* 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