aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Collapse)AuthorAgeFilesLines
* Tweak DefinitionCarl Lerche2010-06-041-14/+16
|
* Improve writing the lockfileCarl Lerche2010-06-044-32/+49
|
* Have the resolver return sane Lazy SpecificationsCarl Lerche2010-06-041-7/+12
|
* Have SpecSet manage multiple specs per name / versionCarl Lerche2010-06-041-7/+12
|
* Slight resolver cleanupCarl Lerche2010-06-031-5/+12
|
* Somwhow, all the tests pass. I don't understand it.Carl Lerche2010-06-032-9/+11
|
* Resolves return LazySpecs with generic platforms instead of the full platformCarl Lerche2010-06-034-17/+34
|
* Hacked together some crap that doesn't really workCarl Lerche2010-06-032-28/+158
|
* Remove outdated TODOCarl Lerche2010-06-021-1/+0
|
* Remove a little bit of crazy from DefinitionCarl Lerche2010-06-025-82/+50
|
* Use the Lockfile's specs as LazySpecifications instead of converting them to ↵Carl Lerche2010-06-025-51/+88
| | | | Gem Dependencies.
* wipCarl Lerche2010-06-017-34/+64
|
* Merge locked sources with Gemfile sourcesCarl Lerche2010-06-012-11/+75
|
* Have the resolver filter by platform instead of the sourcesCarl Lerche2010-06-012-3/+1
|
* Persist Gem::Platform.local to the lockfileCarl Lerche2010-06-012-3/+33
|
* Move lock generation into DefinitionCarl Lerche2010-06-012-29/+28
|
* Fix specs by removing whitespace and 1.8.7-only methodAndre Arko2010-05-242-4/+4
|
* Merge remote branch 'kevmoo/master'Carl Lerche2010-05-244-29/+167
|\
| * check only needs Environment (not Runtime)Kevin Moore2010-05-242-3/+4
| | | | | | | | | | | | | | | | | | | | Benefit 1) check doesn't change local file contents via loading Runtime Benefit 2) Get an actual good output for check returning not-found errors lock_contents can raise an exception. Should not open file until content is generated without error More clear about what is being checked for in out.should Test of 3x check causing error on last run Multiple calls to check should give the same output
| * Removed environment.rb (and minimized other file/dir creation)Kevin Moore2010-05-243-27/+9
| | | | | | | | | | Drastically reduce writing to (or even creating) config_file Removed un-needed dir creation
| * 'bundle viz'Kevin Moore2010-05-242-0/+155
| | | | | | | | | | | | Removed silly 'puts' in cli Fake Gem::Requirement.none? [not in Gem < 1.3.7]
* | First pass at getting bundler to play well when $GEM_HOME is owned by rootCarl Lerche2010-05-242-4/+25
| |
* | Can just use spec.full_name instead of an array containing the same informationCarl Lerche2010-05-241-2/+2
| |
* | Add lock/unlock deprecation noticesAndre Arko2010-05-231-2/+2
| |
* | Add extended help for bundle commands via thor's long_descJoshua Hull2010-05-231-12/+57
| |
* | Update bundled Thor, adding long_desc for tasksAndre Arko2010-05-239-34/+86
|/
* Remove Bundler::SpecificationCarl Lerche2010-05-143-24/+19
|
* Don't unlock all gems when running bundle update --source fooCarl Lerche2010-05-102-4/+7
|
* Forgot to save these changes inCarl Lerche2010-05-104-12/+66
|
* Scope specs in the lock file by sourceCarl Lerche2010-05-107-103/+99
|
* Have bundler generate executable stubs into ~/.bundler/bin that will ↵Carl Lerche2010-05-093-1/+44
| | | | automatically call bundler/setup if in bundle directory
* 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-052-18/+25
|
* Tweak the bundle outputCarl Lerche2010-05-051-6/+3
|
* Have install be the default action for bundleCarl Lerche2010-05-051-0/+2
|
* Alright, a rough first draft of bundle updateCarl Lerche2010-05-054-11/+26
|
* No need to splat args uselesslyCarl Lerche2010-05-051-2/+2
|
* Remove a dead methodCarl Lerche2010-05-051-6/+2
|
* Rewrite the autorequire code since we do not need to handle generated lock filesCarl Lerche2010-05-052-39/+16
|
* Move install output into the respective sourcesCarl Lerche2010-05-052-7/+2
|
* No more Definition#remote_specsCarl Lerche2010-05-052-8/+8
|
* Remove more old lock codeCarl Lerche2010-05-053-9/+5
|
* Turn bundle lock and bundle unlock into no-opsCarl Lerche2010-04-261-19/+3
|
* Remove Source#lock as it is no longer neededCarl Lerche2010-04-262-12/+1
|
* Remove more unused methodsCarl Lerche2010-04-262-10/+3
|
* Push resolving specs into the definition classCarl Lerche2010-04-263-46/+55
|
* Move the index builder onto the definition classCarl Lerche2010-04-263-11/+19
|