summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Update specs for using gem_repo2 which has rack 1.2Samuel Giddins2016-07-102-2/+2
| * | Disallow updating gem_repo1 in the specsSamuel Giddins2016-07-106-19/+23
| * | [Resolver] Ensure that spec.required_ruby_version exists before using itSamuel Giddins2016-07-101-1/+7
| * | [Fetcher] Pass metadata when constructing EndpointSpecificationsSamuel Giddins2016-07-101-2/+2
| * | [Rakefile] Don’t print to stderr when not inside of RubyGemsSamuel Giddins2016-07-101-1/+1
| * | flatten rspec block nesting a bitAndre Arko2016-07-101-111/+109
| * | respect required_ruby_versions when presentAndre Arko2016-07-102-20/+38
|/ /
* | Auto merge of #4676 - chrismo:conservative_updates, r=segiddinsHomu2016-07-0913-15/+674
|\ \
| * | Don't parse empty Lockfile during GVP initchrismo2016-07-083-10/+39
| * | Raise message on multiple optionschrismo2016-07-082-2/+11
| * | Mark pending two failing specs.chrismo2016-07-081-4/+2
| * | Add docs to GemVersionPromoter.chrismo2016-07-082-23/+60
| * | Support for reverting to older versions.chrismo2016-07-083-10/+56
| * | Add some additional GVP specs per TODO.chrismo2016-07-081-5/+19
| * | Remove old pending specchrismo2016-07-081-2/+0
| * | Hook-up `--strict` option, flesh out update specs.chrismo2016-07-082-32/+53
| * | Mark new options as hiddenchrismo2016-07-081-6/+4
| * | No need to dupe cached GVP outputchrismo2016-07-082-17/+1
| * | Moved half-arsed debug test to its own testchrismo2016-07-082-2/+12
| * | Fix up major support in GVP.chrismo2016-07-082-39/+45
| * | Moved GemVersionPromoter inside search_for cache.chrismo2016-07-085-44/+59
| * | Cleanup DEBUG var and outputchrismo2016-07-081-5/+4
| * | Invalid level in GemVersionPromoter now raises.chrismo2016-07-083-2/+31
| * | Use readers instead of ivarschrismo2016-07-081-7/+6
| * | Remove superfluous default value in Resolver initchrismo2016-07-081-1/+1
| * | Remove minimal optionchrismo2016-07-084-49/+3
| * | Clarified changing dependency specs.chrismo2016-07-085-20/+48
| * | Port GemVersionPromoter specs from bundler-patchchrismo2016-07-082-1/+158
| * | Add spec to definition for gem version promoter.chrismo2016-07-084-2/+19
| * | Ensure locked_specs provided in unlock all case.chrismo2016-07-083-4/+21
| * | GemVersionPromoter refactorchrismo2016-07-087-142/+141
| * | Rename UpdateOptions=>DependencySearchchrismo2016-07-085-13/+21
| * | RuboCop fixeschrismo2016-07-085-60/+84
| * | 1st pass thorough specs on conservative resolver.chrismo2016-07-084-16/+89
| * | First resolver spec and bug fix.chrismo2016-07-083-10/+30
| * | minor/patch resolution code invokable.chrismo2016-07-084-18/+18
| * | bundler-patch resolver code ported over.chrismo2016-07-082-3/+109
| * | UpdateOptions added and passed thru all_the_thingschrismo2016-07-085-18/+34
| * | Starter update_specschrismo2016-07-082-1/+49
* | | Auto merge of #4768 - kevintpeng:patch-1, r=segiddinsHomu2016-07-091-1/+1
|\ \ \ | |/ / |/| |
| * | fix feature request link [ci skip]Kevin Peng2016-07-081-1/+1
|/ /
* | Auto merge of #4756 - bundler:seg-silence-tests, r=segiddinsHomu2016-07-061-0/+1
|\ \ | |/ |/|
| * Fix RubyGems printing packaging messages during the specsseg-silence-testsSamuel Giddins2016-07-051-0/+1
* | Auto merge of #4674 - asutoshpalai:plugin, r=segiddinsHomu2016-07-0532-189/+1751
|\ \ | |/ |/|
| * Removed plugin multi option lock spec for 1.8.7Asutosh Palai2016-07-032-4/+3
| * Spec fixes for older versionsAsutosh Palai2016-07-032-2/+2
| * Added unit specs for api#sourceAsutosh Palai2016-07-032-1/+85
| * Mixed SharedHelpers with Plugin::APIAsutosh Palai2016-07-035-20/+20
| * Added to api/sourceAsutosh Palai2016-07-033-1/+39
| * Separated generate_bin into source/path/installerAsutosh Palai2016-07-033-39/+42