aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/index.rb
Commit message (Expand)AuthorAgeFilesLines
* slightly less obtuse than carlAndre Arko2012-03-031-2/+3
* Fix bug involving source ordering and pinningYehuda Katz2012-03-021-1/+9
* back to a single failing spec, #1609 is broken againAndre Arko2012-01-131-1/+1
* sources added later must win in a conflictAndre Arko2012-01-121-1/+1
* Use a nested hash to cache index searchesAndre Arko2011-10-201-1/+2
* cache needs to take base into accountAndre Arko2011-10-011-1/+1
* Merge branch '1-0-stable'Terence Lee2011-08-121-2/+5
|\
| * Merge pull request #1294 from efficientcloud/bundlerAndre Arko2011-08-091-2/+5
| |\
| | * Make remote_specs 300% faster.Christian Hofstaedtler2011-07-081-2/+5
* | | Merge branch '1-0-stable'Terence Lee2011-08-061-4/+9
|\| |
| * | Performance fix for MRI 1.9Christian Hofstaedtler2011-07-061-4/+9
| |/
* | prevent d/ling all specs from rubygems.orgAndre Arko and Terence Lee2011-08-041-0/+6
* | only pass the dependency names to source for the fetcherTerence Lee2011-08-041-1/+2
* | refetch api gem repos if there are unmet dependenciesTerence Lee2011-08-041-1/+1
* | fix unmet deps from path and git sourcesTerence Lee2011-08-031-2/+4
* | find and use unmet deps from path and git sourcesAndre Arko and Terence Lee2011-08-031-0/+7
* | make Index#inspect something that won't print for hoursAndre Arko2011-07-231-0/+4
* | put endpoint dependency info into a bundler specTerence Lee2011-05-261-1/+1
* | need to use uniq! in add_sourceTerence Lee2011-05-191-1/+2
* | make #search_by_dependency private, leaving just Index#searchAndre Arko2011-05-181-31/+31
* | don't double-add sources to indexesAndre Arko2011-05-181-3/+6
* | i hear you like arrays...Terence Lee2011-05-181-1/+1
* | add child sources to IndexAndre Arko2011-05-181-6/+15
* | merge Index#search_by_dependency and #search_for_all_platformsAndre Arko2011-05-171-23/+17
* | Merge branch '1-0-stable'Andre Arko2011-04-111-2/+1
|\|
| * Comments and minor cleanupAndre Arko2011-03-301-2/+1
* | add sources to IndexAndre Arko2011-03-021-1/+3
* | source_types method so Index stops abusing #sourcesAndre Arko2011-03-021-1/+5
* | factor out a specs_by_name method, moving away from @specsAndre Arko2011-03-021-7/+11
* | dynamic typing is great but it doesn't mean anything will workAndre Arko2011-03-021-1/+3
|/
* fixing some useless assignment warningsAaron Patterson2011-01-181-1/+1
* Performance improvementsYehuda Katz2010-11-151-3/+20
* Refactor performance improvement to use upcoming RubyGems API by @tmm1Andre Arko2010-11-141-7/+2
* Performance improvements for resolvingYehuda Katz2010-11-131-2/+7
* Unlock specs that don't exist in the path source anymoreCarl Lerche2010-06-231-0/+8
* Add a runtime platform specCarl Lerche2010-06-221-2/+2
* Fix materializing the lazy specificationsCarl Lerche2010-06-061-1/+1
* Hacked together some crap that doesn't really workCarl Lerche2010-06-031-1/+14
* wipCarl Lerche2010-06-011-2/+4
* Have the resolver filter by platform instead of the sourcesCarl Lerche2010-06-011-1/+1
* Remove unneeded GemCache class.Carl Lerche2010-04-231-22/+0
* Remove unneeded SystemGems classCarl Lerche2010-04-231-4/+0
* Get rid of Index.installed_gems since there only is Index.system_gems nowCarl Lerche2010-04-231-6/+0
* There is no more need to separate SystemGems and BundlerGemsCarl Lerche2010-04-231-5/+0
* Resolver "gem not found" message now indicates local or remoteAndre Arko2010-04-021-0/+6
* Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-301-0/+11
* Refactor the index stuffCarl Lerche2010-03-101-23/+1
* Refactor indexesCarl Lerche2010-03-101-1/+38
* Install gems from the cache when present.Carlhuda2010-03-091-8/+1
* Make bundler work with RG 1.3.5, 1.3.6 and trunk and create a spec task to ru...Carlhuda2010-02-221-1/+1