summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New realworld specs depend on ruby >= 1.9.2resolver_bug_fixSmit Shah2014-12-041-2/+2
* On conflict, try traversing the dependency tree differentlySmit Shah2014-12-042-11/+26
* Revert "Don't waste iterations in resolving Bundler, just use the current ver...Smit Shah2014-11-261-1/+1
* Add changelog for 1.7.8Smit Shah2014-11-261-0/+8
* Don't run handle_conflict if parent already has other possibilitiesSmit Shah2014-11-241-1/+1
* Add specs to check edgecases for the resolverSmit Shah2014-11-241-0/+35
* Don't waste iterations in resolving Bundler, just use the current versionSmit Shah2014-11-241-1/+1
* Fixes issue #3059Smit Shah2014-11-241-5/+6
* A fix for issues #3089, #3216 and #3248Smit Shah2014-11-241-3/+6
* Version 1.7.7 with changelogv1.7.7Andre Arko2014-11-192-1/+9
* So that didn't actually work. Ugh. Try again.Andre Arko2014-11-192-9/+1
* limit quote-doubling spec to 2.1Andre Arko2014-11-192-1/+12
* :space_invader:Andre Arko2014-11-191-1/+1
* adjust spec to values that actually cause quotingAndre Arko2014-11-191-3/+5
* ensure quotes will not duplicate during YAML.dumpAndre Arko2014-11-191-1/+4
* add a test for duplicating quotesAndre Arko2014-11-191-1/+10
* replace newlines and/or spaces with one spaceAndre Arko2014-11-191-1/+1
* guarantee Bundler.settings will only parse onceAndre Arko2014-11-191-5/+4
* Run all tests against RG master againAndre Arko2014-11-191-5/+1
* Merge pull request #3262 from arronmabrey/use_api_auth-1-7-stableAndré Arko2014-11-191-1/+1
|\
| * raise AuthenticationRequiredError on Net::HTTPForbiddenArron Mabrey2014-11-191-1/+1
* | ||= is not thread safeSmit Shah2014-11-181-1/+2
* | Fixed an issue with building git gems in parallelSmit Shah2014-11-183-19/+20
* | apply chdir monitor to all chdirsAndre Arko2014-11-181-16/+9
|/
* Tentative fix for #3174Andre Arko2014-11-171-8/+10
* Version 1.7.6 with changelogv1.7.6Andre Arko2014-11-112-1/+7
* Update SSL certificates, again.Andre Arko2014-11-116-70/+70
* use RUBYGEMS_REPO everywhereAndre Arko2014-11-111-1/+1
* Version 1.7.5 with changelogv1.7.5Andre Arko2014-11-102-1/+8
* allow more certs than Rubygems hasAndre Arko2014-11-101-2/+4
* Add CA certs for new rubygems.org certificateAndre Arko2014-11-103-0/+98
* Merge pull request #3239 from TimMoore/issue-3224-frozen-source-comparisonTim Moore2014-11-082-21/+17
|\
| * Fix comparison of frozen sources.Tim Moore2014-11-072-21/+17
|/
* Fix gem_helper_spec.rb when run with git 2.0.Tim Moore2014-11-071-1/+2
* CI fixes backported from masterAndre Arko2014-11-063-2/+3
* Revert "Performance: lazily memoize expensive `prerelease?` values during res...Andre Arko2014-10-201-2/+1
* Performance: lazily memoize expensive `prerelease?` values during resolveDov Murik2014-10-201-1/+2
* Version 1.7.4 with changelogv1.7.4Andre Arko2014-10-202-4/+7
* hide all warnings when in --quiet modeAndre Arko2014-10-204-16/+10
* Merge pull request #3194 from TimMoore/issue-3167-source-blocks-deploymentAndré Arko2014-10-196-23/+62
|\
| * Fix deployment from cache with source blocks.Tim Moore2014-10-112-13/+27
| * Add spec for cache/deployment with source blocks.Tim Moore2014-10-111-0/+12
| * Normalize sources to lock format when comparing.Tim Moore2014-10-114-11/+11
| * Simplify the test case for deployment with source.Tim Moore2014-10-111-4/+5
| * Spec for deployment install w/ source blocksRyan Souza2014-09-291-0/+12
* | Prevent sources from pointing to a shared mutable dependency listDov Murik2014-10-191-3/+2
* | Remove satisfied dependecies from next source lookupDov Murik2014-10-192-0/+21
* | Reword credential docs for consistency and spellingAndre Arko2014-10-122-14/+21
* | Fix a typo in the docs.Tim Moore2014-10-121-1/+1
* | Document config for HTTPs source credentialsHarald Wartig2014-10-122-0/+25