aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge locked sources with Gemfile sourcesCarl Lerche2010-06-011-0/+33
* Have the resolver filter by platform instead of the sourcesCarl Lerche2010-06-011-2/+0
* First pass at getting bundler to play well when $GEM_HOME is owned by rootCarl Lerche2010-05-241-4/+24
* Can just use spec.full_name instead of an array containing the same informationCarl Lerche2010-05-241-2/+2
* Remove Bundler::SpecificationCarl Lerche2010-05-141-2/+1
* Forgot to save these changes inCarl Lerche2010-05-101-3/+25
* Scope specs in the lock file by sourceCarl Lerche2010-05-101-11/+22
* Have bundler generate executable stubs into ~/.bundler/bin that will automati...Carl Lerche2010-05-091-1/+4
* 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-051-7/+3
* Move spec caching heaving lifing into SourceCarl Lerche2010-05-051-11/+24
* Tweak the bundle outputCarl Lerche2010-05-051-6/+3
* Move install output into the respective sourcesCarl Lerche2010-05-051-2/+2
* Remove Source#lock as it is no longer neededCarl Lerche2010-04-261-6/+1
* Woops, didn't actually remove the classCarl Lerche2010-04-231-40/+0
* Remove unneeded SystemGems classCarl Lerche2010-04-231-23/+0
* Push all of the rubygems related stuff into the Rubygems source classCarl Lerche2010-04-231-0/+11
* Push installed gems into the Rubygems source for remote specsCarl Lerche2010-04-231-0/+13
* Push cached gems for install time into the Rubygems sourceCarl Lerche2010-04-231-9/+25
* Crazy "refactor" of the Rubygems source, trying to get it ready to handle cac...Carl Lerche2010-04-231-15/+27
* 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
* Fetch full arch from RemoteSpecifications before installingAndre Arko2010-04-231-0/+1
* Ignore cached gems with the wrong platformAndre Arko2010-04-231-0/+1
* Don't try to remove a built gem unless it existsAndre Arko2010-04-231-6/+2
* Creates checkout parent directory before cloning.Doug Barth2010-04-231-0/+1
* Remove generated .gem files after installing a gem from a :pathAndre Arko2010-04-231-0/+2
* Fix method redefinition warningAndre Arko2010-04-231-1/+1
* Make it work on 1.8.6, againAndre Arko2010-04-231-1/+1
* There is no more need to separate SystemGems and BundlerGemsCarl Lerche2010-04-231-25/+1
* Fix git with the new lockfile formatCarlhuda2010-04-221-6/+10
* Merge remote branch 'origin/master' into flexicleCarlhuda2010-04-221-29/+45
|\
| * Refactor the Rubygems source such that instead of having one instance per rem...Carl Lerche2010-04-221-16/+40
* | WIPCarlhuda2010-04-201-0/+8
* | Write tests for the format of the new lockfileCarlhuda2010-04-201-7/+1
* | First pass at generating the new LockfileCarlhuda2010-04-201-7/+42
|/
* Load YAML gemspecsJoshua Hull2010-04-141-1/+15
* Fetch git sources with --forceAndre Arko2010-04-111-2/+2
* Handle Rubygems sources that have no prerelease specs with a warningAndre Arko2010-04-111-1/+7
* Update to not need special code for :branch (thanks JK)wycats2010-04-021-2/+1
* Fix bug where you could not float on branches (Closes #211)Carlhuda2010-04-011-3/+4
* Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-2/+26
* Ensure git sources are checked out before using themJoshua Hull2010-03-301-1/+6
* Include executables in virtual gemspecsAndre Arko2010-03-241-11/+16
* Quote paths with double quotes for WindowsAndre Arko2010-03-231-3/+3
* Remove unneeded virtual attribute on SpecificationAndre Arko2010-03-181-1/+0
* Quote all git paths, add a specAndre Arko2010-03-171-4/+4
* Virtual specs now printed directly into environment.rbAndre Arko2010-03-171-0/+1