aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source
Commit message (Expand)AuthorAgeFilesLines
* clean up tmp dirs if they get createdAndre Arko2015-05-042-12/+15
* set `@wrappers` and `@env_shebang` to trueAaron Patterson2015-05-041-2/+2
* Merge pull request #3610 from bundler/seg-standalone-builtinAndré Arko2015-05-031-1/+14
|\
| * Only force caching of default gems when installing standaloneSamuel E. Giddins2015-05-011-5/+10
| * [RubyGems] Allow standalone caching of builtin gemsSamuel E. Giddins2015-05-011-1/+9
* | Merge tag 'v1.9.6'Andre Arko2015-05-031-2/+0
|\ \ | |/ |/|
| * Merge tag 'v1.8.9' into 1-9-stableAndre Arko2015-05-021-2/+2
| |\
| | * Merge tag 'v1.7.15' into 1-8-stableAndre Arko2015-05-022-2/+4
| | |\
| | | * trying attr_reader because maybeAndre Arko2015-04-251-0/+2
| | | * test remote inclusion only on Rubygems sourcesAndre Arko2015-03-301-5/+11
| * | | trying attr_reader because maybeAndre Arko2015-04-121-0/+2
| * | | Merge tag 'v1.8.6' into 1-9-stableAndre Arko2015-03-301-5/+9
| |\| |
| | * | test remote inclusion only on Rubygems sourcesAndre Arko2015-03-301-5/+9
* | | | Merge tag 'v1.9.4'Andre Arko2015-04-131-5/+9
* | | | Merge pull request #3519 from bundler/seg-forceAndré Arko2015-04-133-5/+5
|\ \ \ \
| * | | | [Installer] Add option to force installationSamuel E. Giddins2015-03-263-5/+5
* | | | | trying attr_reader because maybeAndre Arko2015-04-111-0/+2
* | | | | Revert "[GitProxy] Try and preserve the umask on git gems"André Arko2015-04-031-1/+1
* | | | | Merge pull request #3438 from segiddins/seg-git-umaskAndré Arko2015-04-011-1/+1
|\ \ \ \ \
| * | | | | [GitProxy] Try and preserve the umask on git gemsSamuel E. Giddins2015-02-261-1/+1
* | | | | | move rubygems-only code into RubygemsAndre Arko2015-03-281-1/+15
* | | | | | [Fetcher] Refactor to internal class cluserSamuel E. Giddins2015-03-261-3/+3
| |/ / / / |/| | | |
* | | | | Make Fetcher take a Remote instead of a URI.Tim Moore2015-03-151-1/+2
* | | | | Move remote URI resolution logic into Remote.Tim Moore2015-03-151-2/+4
* | | | | Move lookup of mirror into Remote.Tim Moore2015-03-151-0/+1
* | | | | Rename Specification#source_uri to remote.Tim Moore2015-03-141-7/+7
* | | | | Change AnonymizableURI to Source::Rubygems::Remote.Tim Moore2015-03-142-3/+41
| |/ / / |/| | |
* | | | Merge tag 'v1.8.5'Andre Arko2015-03-112-20/+9
|\ \ \ \ | | |/ / | |/| |
| * | | Revert "LocalRubygems source for local gem specs"Tim Moore2015-03-022-20/+9
* | | | add debug log for api request limitNeer Friedman2015-03-031-0/+2
| |/ / |/| |
* | | [Source::Path] Properly prefer gemspecs that are closer to the path rootSamuel E. Giddins2015-02-261-1/+2
* | | [Source::Path] Sort gemspecs by relative depthSamuel E. Giddins2015-02-231-1/+1
|/ /
* | debug-print permission errorsAndre Arko2015-02-131-0/+1
* | pretty-print permission errors while cachingAndre Arko2015-02-131-0/+2
* | API request 50 gems at a time, up to 500 gemsAndre Arko2015-02-131-2/+4
* | :space_invader:Andre Arko2015-02-131-1/+1
* | LocalRubygems source for local gem specsAndre Arko2015-02-092-9/+20
* | Merge tag 'v1.7.13' into 1-8-stableAndre Arko2015-02-091-2/+5
|\|
| * Update version 1.7.13 changelogAndre Arko2015-02-081-1/+2
| * fix dot output while fetching metadataAndre Arko2015-02-081-1/+3
| * Merge pull request #3365 from keiths-osc/api_source_index_fixAndré Arko2015-02-071-0/+12
* | Fixed a scenario where dependencies fail to resolve when they shouldn't when ...Keith Shook2015-01-271-0/+12
* | Revert "Handle s3 source"Andre Arko2015-01-251-6/+0
* | Revert "svn source support"Andre Arko2015-01-252-369/+0
* | fix unused var and block shadowing warningsAndre Arko2014-12-062-3/+2
* | clean up merge conflict :grimace:Andre Arko2014-12-061-2/+0
* | Merge tag 'v1.7.8'Andre Arko2014-12-062-4/+9
|\|
| * Strip credentials from ambiguous source warnings.Tim Moore2014-12-021-7/+7
| * Fixed an issue with building git gems in parallelSmit Shah2014-11-182-18/+19
| * Tentative fix for #3174Andre Arko2014-11-171-8/+10