aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add lock/unlock deprecation noticesAndre Arko2010-05-231-2/+2
* Add extended help for bundle commands via thor's long_descJoshua Hull2010-05-231-12/+57
* Update bundled Thor, adding long_desc for tasksAndre Arko2010-05-239-34/+86
* Update the todoCarl Lerche2010-05-141-0/+1
* Remove Bundler::SpecificationCarl Lerche2010-05-143-24/+19
* Don't unlock all gems when running bundle update --source fooCarl Lerche2010-05-103-4/+25
* Forgot to save these changes inCarl Lerche2010-05-107-19/+79
* Update the lockfile format specs to the new formatCarl Lerche2010-05-101-134/+150
* Scope specs in the lock file by sourceCarl Lerche2010-05-1010-107/+111
* Update the TODOCarl Lerche2010-05-101-1/+2
* Add a quick TODO document so that we can remember what things need to be done.Carl Lerche2010-05-092-1/+8
* Have bundler generate executable stubs into ~/.bundler/bin that will automati...Carl Lerche2010-05-097-3/+130
* Move a bundle update spec for git into update/source_spec.rbCarl Lerche2010-05-082-4/+33
* Don't need EXAMPLE_LOCKFILE anymoreCarl Lerche2010-05-061-75/+0
* Track relative path URLs relatively in the lockfileCarl Lerche2010-05-052-1/+49
* Don't build the full gem to only get bin stubs for path sourcesCarl Lerche2010-05-052-1/+31
* Add a warning message when caching paths outside of the bundleCarl Lerche2010-05-052-0/+33
* Move <root>/vendor/cache to a Bundler class methodCarl Lerche2010-05-052-8/+8
* Move spec caching heaving lifing into SourceCarl Lerche2010-05-052-18/+25
* Tweak the bundle outputCarl Lerche2010-05-051-6/+3
* Have install be the default action for bundleCarl Lerche2010-05-051-0/+2
* Alright, a rough first draft of bundle updateCarl Lerche2010-05-055-11/+61
* No need to splat args uselesslyCarl Lerche2010-05-051-2/+2
* Remove a dead methodCarl Lerche2010-05-051-6/+2
* Rewrite the autorequire code since we do not need to handle generated lock filesCarl Lerche2010-05-053-41/+18
* Move install output into the respective sourcesCarl Lerche2010-05-052-7/+2
* No more Definition#remote_specsCarl Lerche2010-05-052-8/+8
* Don't always rm tmp! I like my base gemsCarl Lerche2010-05-051-1/+1
* Remove more old lock codeCarl Lerche2010-05-055-10/+7
* Turn bundle lock and bundle unlock into no-opsCarl Lerche2010-04-264-23/+6
* Remove deprecated lock specsCarl Lerche2010-04-264-115/+0
* Remove Source#lock as it is no longer neededCarl Lerche2010-04-263-12/+2
* Remove more unused methodsCarl Lerche2010-04-262-10/+3
* Push resolving specs into the definition classCarl Lerche2010-04-263-46/+55
* Move the index builder onto the definition classCarl Lerche2010-04-263-11/+19
* Removing a dead fileCarl Lerche2010-04-261-9/+0
* Bundle.load and Bundle.runtime are the same thing again.Carl Lerche2010-04-242-11/+7
* Remove more dead codeCarl Lerche2010-04-231-22/+0
* The environment.rb template is not needed anymore.Carl Lerche2010-04-231-89/+0
* Woops, didn't actually remove the classCarl Lerche2010-04-231-40/+0
* Remove unneeded GemCache class.Carl Lerche2010-04-232-23/+1
* Remove unneeded SystemGems classCarl Lerche2010-04-233-28/+1
* Push all of the rubygems related stuff into the Rubygems source classCarl Lerche2010-04-234-6/+19
* Oh yeah, so many lines goneCarl Lerche2010-04-231-11/+1
* Push installed gems into the Rubygems source for remote specsCarl Lerche2010-04-232-2/+13
* Push cached gems for install time into the Rubygems sourceCarl Lerche2010-04-237-31/+43
* Crazy "refactor" of the Rubygems source, trying to get it ready to handle cac...Carl Lerche2010-04-231-15/+27
* Combine two methods for clarityCarl Lerche2010-04-231-11/+5
* Get rid of Index.installed_gems since there only is Index.system_gems nowCarl Lerche2010-04-233-8/+2
* Merge changelog up to 0.9.24Andre Arko2010-04-231-0/+45