summaryrefslogtreecommitdiff
path: root/lib/bundler/spec_set.rb
Commit message (Expand)AuthorAgeFilesLines
* Extend Bundler to accommodate Chef use cases (Configure app servers)v1.1.pre.1-chefHedgehog2011-02-161-1/+9
* 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
* Use tsort to order specifications. It makes teh crazy work.Carl Lerche2010-03-091-0/+34