summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove old .bundle/environment.rb while lockingAndre Arko2010-07-063-3/+32
* Hopefully this commit will actually make the bundle executable available when...Carlhuda2010-07-022-17/+20
* Tweak bundler's spec creation for the local sourceCarlhuda2010-07-021-4/+7
* Improve bundling bundler logicCarlhuda2010-07-027-12/+46
* If bundler is in the lockfile, you should be able to #gem to itCarlhuda2010-07-022-0/+11
* `bundle open *gem*` should try to use $BUNDLER_EDITOR if it's set.Matthew Rudy Jacobs2010-07-012-10/+20
* Add spec for gemspec require_path order in $LOAD_PATHAndre Arko2010-07-011-0/+18
* Preserve require_paths order from gemspecDan Weinand2010-07-011-3/+2
* Add more sanity to the cases where bundler runs commands with sudoCarlhuda2010-07-015-11/+54
* This message might be betterwycats2010-07-011-1/+1
* Add a custom prompt to the sudo command so clueless users are not caught off ...wycats2010-07-011-1/+1
* By default, do not expand submoduleswycats2010-07-015-15/+44
* Ruby 1.9 does not track activated gems, so we cannot provide a helpful warnin...wycats2010-06-291-21/+25
* Environment variables are frozenwycats2010-06-291-1/+1
* Fix hardcoded Carlhuda pairing machine tests :Pwycats2010-06-292-5/+5
* Fix the last fix for missing bundler gemsAndre Arko2010-06-291-6/+2
* omg we actually have a homepage nowAndre Arko2010-06-291-1/+1
* Catch inexplicably missing bundler gemsAndre Arko2010-06-291-4/+8
* Nicer error on non-existent child dep gemAndre Arko2010-06-291-6/+3
* Refactor resolver error messages, less code and more consistencyCarlhuda2010-06-294-28/+52
* Fix specs, no-color option, and resolver error indentationCarlhuda2010-06-294-14/+12
* Likewise cleaner errors for Gemfile conflicts and child dep conflictsCarlhuda2010-06-292-25/+64
* Suggest `bundle update` when there is a conflict between Gemfile and lockCarlhuda2010-06-292-4/+78
* New and much more readable error messages for conflictsCarlhuda2010-06-292-15/+31
* Add --no-color class option to Bundler::CLICarlhuda2010-06-292-2/+6
* Removing an outdated spec1.0.0.beta.2Carlhuda2010-06-251-26/+0
* Raise an activation error if a rubygem is already activated that conflicts wi...Carlhuda2010-06-252-0/+35
* Do not add bundler to the lockfileCarlhuda2010-06-257-1/+33
* Remove unused GemfileChanged errorAndre Arko2010-06-241-1/+0
* make opts optionalJoshua Hull2010-06-231-3/+3
* I'm terrible at spelling. :developmentJoshua Hull2010-06-232-2/+2
* added development group to specJoshua Hull2010-06-231-1/+1
* added gemspec command to dsl to allow importing of gemspecsJoshua Hull2010-06-232-0/+103
* Bump up the versionCarl Lerche2010-06-231-1/+1
* Unlock specs that don't exist in the path source anymoreCarl Lerche2010-06-233-0/+42
* Add bundle install --local to enable installing from vendor/cacheCarl Lerche2010-06-237-19/+34
* Git it all workingCarl Lerche2010-06-225-8/+42
* Add a runtime platform specCarl Lerche2010-06-223-7/+34
* Revert "Persist all platforms for a matching spec to the lockfile"Carl Lerche2010-06-227-63/+38
* Pendify specs that are related gem cachesCarl Lerche2010-06-224-5/+8
* Actually simulate different platforms in specsCarl Lerche2010-06-228-33/+50
* Fixes to 'viz' documentationKevin Moore2010-06-211-3/+8
* Update resolver to bail if a nested gem depends on an unavailable gemwycats2010-06-181-7/+19
* Remove flex_install_gemfileAndre Arko2010-06-183-31/+29
* Add *.rbc to .gitignoreCarl Lerche2010-06-171-1/+2
* Remove the ivar that tracked which gems were installed already in the rubygem...Carl Lerche2010-06-171-7/+4
* avoid warning: instance variable @setup not initializedSam Elliott2010-06-141-1/+1
* avoid warning: method redefined; discarding old nameSam Elliott2010-06-141-1/+1
* Update readme for 1.0 betaAndre Arko2010-06-141-1/+1
* Remove a flaky testCarl Lerche2010-06-091-11/+15