summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-031-2/+6
* Updated the bundle install outputCarlhuda2010-02-033-24/+45
* Tweak GEM_HOME and GEM_PATHCarlhuda2010-02-031-2/+2
* Install bundles to ~/.bundle by defaultCarlhuda2010-02-031-6/+15
* Rename vendor/environment.rb to .bundle/environment.rbCarlhuda2010-02-031-4/+4
* Fix locking so that pinned dependencies remain pinnedCarlhuda2010-02-032-4/+12
* Fixes a number of issues, including superfluous fetches when packed or lockedCarlhuda2010-02-026-32/+57
* Add the ability to specify a location with bundle installCarl Lerche2010-02-023-15/+39
* Add a test to support relative BUNDLE_PATH settings.Carl Lerche2010-02-021-1/+1
* Add bundle unlockCarl Lerche2010-02-022-1/+18
* Prevent liesCarl Lerche2010-02-021-1/+1
* Bump the versionCarl Lerche2010-02-021-1/+1
* Improve `bundle install` outputv0.9.0.pre4Carl Lerche2010-02-024-20/+43
* 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-021-0/+2
* Rename vendor/lock.yml to Gemfile.lockCarl Lerche2010-02-012-3/+3
* Bumping versionCarlhuda2010-02-011-1/+1
* Rescue all Bundler exceptions and exit with appropriate error codeCarlhuda2010-02-012-29/+25
* If system gems exist for a pinned git or path, use git or the path, NOT syste...Carlhuda2010-02-011-2/+2
* Fix a common problem where an outdated gem pushed to gemcutter was beating pi...Carlhuda2010-02-011-14/+11
* Add the ability to set bundle env settings in a .bundleconfig fileCarl Lerche2010-02-011-2/+17
* First pass at being able to set the bundle install path.Carl Lerche2010-02-011-43/+58
* Bump up the versionv0.9.0.pre3Carl Lerche2010-01-311-1/+1
* A first pass of bundle execCarl Lerche2010-01-312-0/+16
* Bump the version upCarl Lerche2010-01-311-1/+1
* Pick the correct platform when installing gemsCarl Lerche2010-01-311-0/+1
* Handle ruby warningsCarl Lerche2010-01-312-0/+3
* Fix some bugsCarl Lerche2010-01-303-4/+15
* Make up a gemspec if one is missing?Carl Lerche2010-01-303-20/+58
* Make sure that gems that are pinned to git are used when requestedCarl Lerche2010-01-292-5/+20
* Minor refactorCarl Lerche2010-01-292-7/+10
* Add support for :ref when using inline git reposCarl Lerche2010-01-291-7/+7
* Add first round of source pinning supportCarl Lerche2010-01-299-24/+43
* Don't blow up if there are development dependencies.Carlhuda2010-01-291-1/+1
* Add support for Bundler.setup(*groups)Carlhuda2010-01-282-2/+4
* Implementing groups and install --withoutCarlhuda2010-01-286-13/+48
* Fix a bug with ordering of sourcesCarlhuda2010-01-281-7/+7
* Start work on groupsCarlhuda2010-01-282-5/+19
* Tweak more outputCarlhuda2010-01-263-4/+22
* First pass at outputCarlhuda2010-01-265-3/+80
* An initial pass for smarter bundler install (don't hit remote sources when no...Carl Lerche2010-01-261-6/+34
* Improve bundle check outputCarl Lerche2010-01-261-3/+10
* Rename gemfile back to bundlerCarl Lerche2010-01-2642-32/+32
* Make gemfile pack work with git reposCarlhuda2010-01-253-2/+5
* First pass at gemfile packCarlhuda2010-01-257-21/+82
* Rename Bubble to GemfileCarlhuda2010-01-2542-32/+32
* gemfile lock works with GitCarlhuda2010-01-252-3/+3