aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/spec_set.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactoring of @lucasmazza fix w/ specs.chrismo2016-11-151-0/+4
* [SpecSet] Fix #for when installing with --deploymentSamuel Giddins2016-08-251-10/+13
* Refactor best-platform matchingSamuel Giddins2016-08-251-9/+7
* Resolve for specific platformsSamuel Giddins2016-08-251-0/+14
* Ensure locked_specs provided in unlock all case.chrismo2016-07-081-1/+1
* [SpecSet] Don't mutate the skip listSamuel Giddins2016-06-241-1/+1
* Fix exception message in spec_set.rbYuki Asano2016-03-291-2/+2
* [SpecSet] Add basic specsSamuel Giddins2016-03-161-3/+1
* Add alias `Bundler::SpecSet#size` for `Bundler::SpecSet#length`James Wen2016-03-141-0/+2
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Fix Style/ParallelAssignmentErick Sasse2015-08-021-1/+3
* Fix pending offensesErick Sasse2015-07-191-1/+1
* Fix Style/SpaceAfterCommaErick Sasse2015-07-191-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-5/+5
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-6/+6
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-3/+3
* Improve error message for circular dependency caseLorenzo Manacorda2015-06-171-1/+1
* clarify circular languageAndre Arko2013-07-281-6/+6
* Extract the mutually dependent gems from error messageHemant Kumar2013-07-261-1/+9
* Extract error message from TSort::Cyclic and printHemant Kumar2013-07-261-3/+4
* Changed cyclic dependency error messageHemant Kumar2013-07-261-2/+3
* Raise user friendly errors in case of Cyclic DependencyHemant Kumar2013-07-261-1/+6
* multiline ternary? grossAndre Arko2013-02-241-2/+4
* pass all the spec names we have to fetcher api endpointTerence Lee2011-08-091-1/+2
* Merge branch '1-0-stable'Terence Lee2011-08-061-8/+9
|\
| * Rubygems 1.8.5 expects SpecSet to act like an array.Christopher Meiklejohn2011-07-011-8/+9
* | only pass the dependency names to source for the fetcherTerence Lee2011-08-041-1/+1
* | --deployment should use the endpointTerence Lee2011-06-101-0/+1
|/
* Don't shadow local variablesCarl Lerche2010-07-201-1/+1
* Don't add duplicate gemspecs to the lock fileCarl Lerche2010-07-061-2/+7
* Improve bundling bundler logicCarlhuda2010-07-021-0/+12
* Git it all workingCarl Lerche2010-06-221-0/+4
* Revert "Persist all platforms for a matching spec to the lockfile"Carl Lerche2010-06-221-12/+0
* Rescue from spec materialization errorsCarl Lerche2010-06-071-1/+1
* Get the check specs to passCarl Lerche2010-06-071-3/+9
* Fix materializing the lazy specificationsCarl Lerche2010-06-061-5/+8
* Instead of maintaining Source#index and Source#remote_index, just have Source...Carl Lerche2010-06-061-2/+2
* Persist all platforms for a matching spec to the lockfileCarl Lerche2010-06-061-0/+12
* Set things up to start working on the platform DSLCarl Lerche2010-06-061-7/+1
* Make SpecSet#for smart about platformsCarl Lerche2010-06-051-32/+28
* Fix bugsCarl Lerche2010-06-041-8/+19
* Refactor SpecSet#forCarl Lerche2010-06-041-21/+26
* Improve writing the lockfileCarl Lerche2010-06-041-6/+15
* Have SpecSet manage multiple specs per name / versionCarl Lerche2010-06-041-7/+12
* Remove a little bit of crazy from DefinitionCarl Lerche2010-06-021-0/+7
* Use the Lockfile's specs as LazySpecifications instead of converting them to ...Carl Lerche2010-06-021-3/+15
* Alright, a rough first draft of bundle updateCarl Lerche2010-05-051-5/+5
* No need to splat args uselesslyCarl Lerche2010-05-051-2/+2
* Fix a bug where dependencies were not getting pulled in if the dependency typ...Carl Lerche2010-03-191-1/+1
* Refactor spec grouping to use the SpecSetCarl Lerche2010-03-111-7/+38