summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version1.0.0.rc.1wycats2010-07-261-1/+1
* Update CHANGELOGwycats2010-07-261-0/+4
* Update TODO for --productionwycats2010-07-261-0/+5
* 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-252-4/+34
|/
* 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
* Update changelog for 1.0.0.beta.10wycats2010-07-251-0/+15
* set is not required hereSantiago Pastorino2010-07-251-2/+0
* Make output prettier and check in C extension testwycats2010-07-243-7/+59
* Improve bundle config and also add build optionswycats2010-07-244-20/+70
* 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-242-6/+23
* Don't write the lockfile if nothing changed.Carl Lerche2010-07-243-6/+22
* Unlock git sources if :submodules => true is added to the sourceCarl Lerche2010-07-242-2/+65
* Remove the #to_generic monkey patch to Gem::PlatformCarl Lerche2010-07-249-82/+105
* Close open pipes in testsCarl Lerche2010-07-242-4/+8
* mri platform addedSantiago Pastorino2010-07-233-2/+24
* Bump version1.0.0.beta.9Carlhuda2010-07-211-1/+1
* Add a spec that explicitly tests crazinessCarl Lerche2010-07-211-0/+27
* Update Changelog for beta9 and backfill the past few days of funCarlhuda2010-07-211-1/+41
* Unlock Path sources when their dependencies changeCarlhuda2010-07-212-1/+41
* Shim Gem.refresh (fixes a bug involving unicorn)Carlhuda2010-07-212-0/+16
* 1.8 and 1.9 should output the same thingCarlhuda2010-07-211-1/+1
* Fix a bug where `bundle exec bundle *` and shelling out to bundle from inside...Carlhuda2010-07-217-22/+64
* Fixes bug involving switching from path to git sourceCarlhuda2010-07-212-1/+25
* 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-203-3/+15
* Bump the version1.0.0.beta.6Carlhuda2010-07-201-2/+2
* Don't swallow require failuresCarlhuda2010-07-202-4/+27
* Appropriately handle duplicate declarations of the same gem. In incompatible ...Carlhuda2010-07-204-0/+133
* Support multiple version dependenciesCarlhuda2010-07-204-3/+45
* Fix a bug with ordering of sources between the lockfile and the gemfileCarlhuda2010-07-202-1/+27
* Don't run any git commands when in runtime mode (aka Bundler.setup)Carlhuda2010-07-207-17/+86
* Actually remember which the version that a gem is w/ no gemspec in a pinned p...Carlhuda2010-07-206-14/+13
* Remove the call to lock from Runtime#initializeCarlhuda2010-07-196-2/+73
* Fix bug where bundle update foo wasn't working in many git casesCarlhuda2010-07-193-3/+18
* Add bundle config for global config settingswycats2010-07-193-42/+115
* 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-153-1/+66
* Make sure that bundle show bundler shows the correct pathCarl Lerche2010-07-152-1/+9
* Don't remote fetch the git repository if the commit is available locallyCarl Lerche2010-07-152-0/+19
* Don't claim to be deleting gems from vendor/cache when nothing actually happensCarl Lerche2010-07-153-9/+28