summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump version1.0.0.rc.1wycats2010-07-261-1/+1
* Merge remote branch 'tenderlove/psych'wycats2010-07-251-1/+1
|\
| * psych will raise a SyntaxError when parsing bad YAMLAaron Patterson2010-07-251-1/+1
* | Fix a git bug where collaborative projects could result in a lockfile having ...wycats2010-07-251-3/+5
|/
* Path#name is overriden later so you need only to def attr_writer hereSantiago Pastorino2010-07-251-1/+2
* Bump version1.0.0.beta.10wycats2010-07-251-1/+1
* set is not required hereSantiago Pastorino2010-07-251-2/+0
* Make output prettier and check in C extension testwycats2010-07-242-7/+11
* Improve bundle config and also add build optionswycats2010-07-243-18/+68
* Update bundled thorwycats2010-07-241-2/+4
* Don't set $GEM_HOME unless necessaryCarl Lerche2010-07-241-1/+1
* Don't ask for root password when running bundler install if not needed. Close...Santiago Pastorino2010-07-241-1/+1
* Fixes a bug where cached gems for other platforms were being removed when run...Carl Lerche2010-07-241-4/+12
* Don't write the lockfile if nothing changed.Carl Lerche2010-07-242-6/+14
* Unlock git sources if :submodules => true is added to the sourceCarl Lerche2010-07-241-2/+3
* Remove the #to_generic monkey patch to Gem::PlatformCarl Lerche2010-07-245-61/+78
* mri platform addedSantiago Pastorino2010-07-232-1/+16
* Bump version1.0.0.beta.9Carlhuda2010-07-211-1/+1
* Unlock Path sources when their dependencies changeCarlhuda2010-07-211-1/+20
* Shim Gem.refresh (fixes a bug involving unicorn)Carlhuda2010-07-211-0/+1
* Fix a bug where `bundle exec bundle *` and shelling out to bundle from inside...Carlhuda2010-07-214-17/+31
* Fixes bug involving switching from path to git sourceCarlhuda2010-07-211-1/+1
* bump version1.0.0.beta.8wycats2010-07-201-1/+1
* Don't shadow local variablesCarl Lerche2010-07-201-1/+1
* 1.9.2 fixwycats2010-07-201-2/+3
* Bump version.1.0.0.beta.7wycats2010-07-201-1/+1
* Fix a bug where bundle installs spews errors when it is run multiple times in...Carl Lerche2010-07-201-2/+2
* Bump the version1.0.0.beta.6Carlhuda2010-07-201-2/+2
* Don't swallow require failuresCarlhuda2010-07-201-4/+12
* Appropriately handle duplicate declarations of the same gem. In incompatible ...Carlhuda2010-07-202-0/+18
* Support multiple version dependenciesCarlhuda2010-07-202-3/+4
* Fix a bug with ordering of sources between the lockfile and the gemfileCarlhuda2010-07-201-1/+3
* Don't run any git commands when in runtime mode (aka Bundler.setup)Carlhuda2010-07-203-13/+27
* Actually remember which the version that a gem is w/ no gemspec in a pinned p...Carlhuda2010-07-204-10/+8
* Remove the call to lock from Runtime#initializeCarlhuda2010-07-192-1/+7
* Fix bug where bundle update foo wasn't working in many git casesCarlhuda2010-07-191-1/+1
* Add bundle config for global config settingswycats2010-07-192-17/+81
* Hide methods using :hide => truewycats2010-07-161-8/+1
* Update vendored Thor.José Valim2010-07-165-50/+64
* Actually test #gemspec and deprecate #add_bundler_dependencieswycats2010-07-152-1/+8
* Make sure that bundle show bundler shows the correct pathCarl Lerche2010-07-151-0/+3
* Don't remote fetch the git repository if the commit is available locallyCarl Lerche2010-07-151-0/+7
* Don't claim to be deleting gems from vendor/cache when nothing actually happensCarl Lerche2010-07-151-6/+15
* Don't delete cached gems for dependencies that are pinned to certain platformsCarl Lerche2010-07-141-3/+4
* Don't delete Gemfile.lock at the start of a bundle updateCarl Lerche2010-07-132-4/+6
* Allows the location of binstubs to be specifiedCarl Lerche2010-07-131-2/+2
* Update the vendored thor libraryCarl Lerche2010-07-1310-98/+240
* Bump bundler version1.0.0.beta.5Carlhuda2010-07-121-1/+1
* Make updating sources a noop in bundle install if all of the gems are already...Carlhuda2010-07-123-5/+16
* Remove sudo -E, which never actually worked for what we wanted, and doesn't e...Carlhuda2010-07-121-1/+1