aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/index.rb
Commit message (Expand)AuthorAgeFilesLines
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-6/+3
* Auto merge of #4026 - bundler:seg-resolve-ruby-version, r=indirectHomu2015-10-181-0/+1
|\
| * [Resolver] Resolve for a given ruby versionSamuel Giddins2015-10-011-0/+1
* | [Index] Handle when comparing against an index with no gemspecSamuel Giddins2015-10-161-1/+1
|/
* Allocate the "ruby" and "\0" Strings once.Joe Rafaniello2015-09-171-1/+4
* Fix Style/EmptyLiteralVictor Koronen2015-08-141-2/+2
* Fix Style/OpMethodVictor Koronen2015-08-141-2/+2
* Fix Style/AliasErick Sasse2015-07-231-1/+1
* Fix pending offensesErick Sasse2015-07-191-4/+4
* Fix Style/SingleSpaceBeforeFirstArgErick Sasse2015-07-191-1/+1
* Fix Style/SpaceAfterCommaErick Sasse2015-07-191-4/+4
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-3/+3
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-6/+6
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-2/+2
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-2/+2
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* Merge tag 'v1.9.4'Andre Arko2015-04-131-4/+0
* Fixed a scenario where dependencies fail to resolve when they shouldn't when ...Keith Shook2015-01-271-3/+7
* Add parens to not make Ruby throw a warning on ambiguous * usagePiotr Szotkowski2014-09-061-1/+1
* Merge tag 'v1.7.1'Tim Moore2014-08-241-10/+23
|\
| * Sort index search results across all sources.Tim Moore2014-08-171-2/+2
| * refactor unmet_dependency_namesAndre Arko2014-08-161-6/+5
| * Detect ambiguous gems.Tim Moore2014-07-301-2/+16
* | use hyphens instead of colons in the version/platform keys.Dan McClory2014-05-111-4/+4
* | use a hash of hashes instead of an hash of arrays.Dan McClory2014-05-111-20/+14
|/
* Avoid threequals operator where possibleAntonio Scandurra2014-03-211-1/+1
* no need to insert a dep in seen list if its already there, no need to double ...Sam2013-09-091-2/+5
* improve Fetcher and Index inspectsAndre Arko2013-02-111-1/+1
* bundler is always unmet, soooo yeahAndre Arko2013-02-101-1/+1
* 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