aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update bundled Thor, adding long_desc for tasksAndre Arko2010-05-239-34/+86
* Remove Bundler::SpecificationCarl Lerche2010-05-143-24/+19
* Don't unlock all gems when running bundle update --source fooCarl Lerche2010-05-102-4/+7
* Forgot to save these changes inCarl Lerche2010-05-104-12/+66
* Scope specs in the lock file by sourceCarl Lerche2010-05-108-106/+104
* Have bundler generate executable stubs into ~/.bundler/bin that will automati...Carl Lerche2010-05-094-1/+52
* Track relative path URLs relatively in the lockfileCarl Lerche2010-05-051-1/+9
* Don't build the full gem to only get bin stubs for path sourcesCarl Lerche2010-05-051-1/+18
* Add a warning message when caching paths outside of the bundleCarl Lerche2010-05-051-0/+6
* 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-054-11/+26
* 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-052-39/+16
* Move install output into the respective sourcesCarl Lerche2010-05-052-7/+2
* No more Definition#remote_specsCarl Lerche2010-05-052-8/+8
* Remove more old lock codeCarl Lerche2010-05-053-9/+5
* Turn bundle lock and bundle unlock into no-opsCarl Lerche2010-04-261-19/+3
* Remove Source#lock as it is no longer neededCarl Lerche2010-04-262-12/+1
* 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
* Make bundler work under Rubygems 1.3.5.Brian Donovan2010-04-231-0/+1
* Fetch submodules for git sourcesAndre Arko2010-04-231-0/+2
* Sometimes gemspecs have absolute paths in them that are too longAndre Arko2010-04-231-1/+13
* Loading Bundler in a bundle should leave gem's #load_paths aloneAndre Arko2010-04-231-1/+7
* Pruning should handle directories and non-gem files in vendor/cacheAndre Arko2010-04-231-1/+1
* When Bundler is being bundled, bundle the current version of bundlerAndre Arko2010-04-231-2/+9
* Gems with a platform of "ruby" still need to be prunedAndre Arko2010-04-231-1/+1
* Don't call exit! if Bundler.setup has an exceptionAndre Arko2010-04-231-16/+10
* Don't raise when unable to write env.rbAndre Arko2010-04-231-7/+11
* cache command should not prune gems for other platformsAndre Arko2010-04-231-0/+1
* actually fix the cache pruning codeAndre Arko2010-04-231-3/+6