summaryrefslogtreecommitdiff
path: root/lib/bundler/source.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch '1-1-stable'Terence Lee2012-03-231-1/+1
|\
| * bundler root path should be escapedAaron Patterson2012-03-231-1/+1
* | Revert "Merge pull request #1789 from tenderlove/pathescape"Andre Arko2012-03-231-1/+1
* | bundler root path should be escapedAaron Patterson2012-03-231-1/+1
* | Fix failing test that was not using the cached revision.José Valim2012-03-221-1/+1
* | Ensure packaged path repos can be updated.José Valim2012-03-221-4/+12
* | Ensure packaged git repos can be updated.José Valim2012-03-221-10/+17
* | Just cache git and path is --all is given.José Valim2012-03-201-0/+3
* | Path and Git should also be packaged.José Valim2012-03-201-61/+96
* | Do not resolve if the local override did not change.José Valim2012-03-191-3/+5
* | Initial implementation of local git repos.José Valim2012-03-191-12/+95
* | Encapsulate git source interaction in a git proxy.José Valim2012-03-191-92/+120
|/
* raising Gem::InstallError is the worst possible thingAndre Arko2012-03-101-1/+1
* it turns out we only care if they are the sameAndre Arko2012-03-021-2/+1
* Cherry pick perf fix from masterYehuda Katz2012-03-021-1/+6
* fix relative_path so it checks Bundler.rootTerence Lee2011-12-081-1/+1
* turns out we already have a mkdir_p for sudoAndre Arko2011-09-241-6/+13
* Add Bundler.system_bindir, defaulted to Gem.bindirAndre Arko2011-09-241-3/+3
* Merge branch '1-0-stable'Andre Arko2011-09-181-17/+22
|\
| * Revert "Merge pull request #1213 from tigris/bundler"Andre Arko2011-09-181-17/+22
* | Merge v1.0.20.rc from branch '1-0-stable'Andre Arko2011-09-181-23/+19
|\ \ | |/
| * Merge pull request #1213 from tigris/bundlerAndre Arko2011-09-171-22/+17
| |\
| | * Remove in_cache in favour of passing the cache_path to everything that needs it.Danial Pearce2011-06-111-12/+8
| | * Merge https://github.com/carlhuda/bundler into 1-0-stableDanial Pearce2011-06-111-4/+10
| | |\
| | * | Use the --git-dir and --work-tree options for existing git repos rather than ...Danial Pearce2011-06-011-14/+13
| * | | Merge pull request #1403 from stephencelis/bundlerAndre Arko2011-09-171-0/+1
| |\ \ \
| | * | | Fix "instance variable @installed not initialized" warning.Stephen Celis2011-09-131-0/+1
| * | | | Binstubs should be installable on RG 1.8.10 (thx @jeremy)Andre Arko2011-09-121-1/+1
| |/ / /
* | | | fixes #1390: Clean up cached git dirs in bundle cleanTerence Lee2011-09-131-12/+11
* | | | Merge fixes for Rubygems 1.8.10.dev from branch '1-0-stable'Andre Arko2011-09-011-1/+1
|\ \ \ \ | |/ / /
| * | | Bundler::GemInstaller to avoid exceptions on executable conflictsAndre Arko2011-09-011-1/+1
* | | | Always set the bindir to avoid permission errorsAndre Arko2011-08-281-10/+8
* | | | bundler shouldn't be an unmet dependencyTerence Lee2011-08-251-0/+1
* | | | list unmet dependencies as debug infoTerence Lee2011-08-251-0/+1
* | | | Merge branch '1-0-stable'Terence Lee2011-08-121-5/+11
|\ \ \ \ | |/ / /
| * | | Merge pull request #1294 from efficientcloud/bundlerAndre Arko2011-08-091-4/+10
| |\ \ \
| | * | | Make remote_specs 300% faster.Christian Hofstaedtler2011-07-081-4/+10
| * | | | support hidden gemspec file7rans2011-07-091-1/+1
| |/ / /
* | | | Revert "Fix issue when bin dir is owned by root"Terence Lee2011-08-111-2/+2
* | | | Fix issue when bin dir is owned by rootSantiago Pastorino2011-08-091-2/+2
* | | | Use Bundler.sudo methodSantiago Pastorino2011-08-081-9/+5
* | | | Merge branch '1-0-stable'Terence Lee2011-08-061-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '1-0-stable' of git://github.com/carlhuda/bundler into 1-0-stableMatthew Smith2011-06-241-3/+3
| |\ \ \
| | * | | gems provide "executables", they are rarely also "binaries"Xavier Noria2011-06-171-3/+3
| | | |/ | | |/|
| * | | Fixed regex error in base_name and added test.Matthew Smith2011-06-211-1/+1
| * | | Updated regex for network share pathsMatthew Smith2011-06-211-5/+1
| * | | Fixed tabs in source.rb and added test in git_spec.rbMatthew Smith2011-06-211-4/+4
| * | | Fixed a bug that was not properly caching gems from all git repositories.Matthew Smith2011-06-171-1/+5
| |/ /
* | | prevent d/ling all specs from rubygems.orgAndre Arko and Terence Lee2011-08-041-6/+16
* | | don't unnecessarily fetch all specsTerence Lee2011-08-041-6/+11