summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Fix bundle gem ignoring global gem.test configFrank Lam2020-06-0513-288/+361
* [rubygems/rubygems] Fix parallel installer race conditionDavid Rodríguez2020-06-051-1/+1
* [rubygems/rubygems] Remove `forgotten_command_line_usages` from specsDavid Rodríguez2020-06-0523-103/+182
* [rubygems/rubygems] Reword specs to not mention deprecated flagsDavid Rodríguez2020-06-058-33/+19
* [rubygems/rubygems] Rewrite dependency API specs to use new deployment modeDavid Rodríguez2020-06-052-13/+16
* [rubygems/rubygems] Make `forgotten_command_line_options` always "forget" opt...David Rodríguez2020-06-051-2/+0
* [rubygems/rubygems] Improve specs testing option remembering behaviorDavid Rodríguez2020-06-052-5/+5
* [rubygems/rubygems] Centralize `with` and `without` settingDavid Rodríguez2020-06-051-6/+2
* [rubygems/rubygems] Remove redundant substractionDavid Rodríguez2020-06-051-1/+1
* [rubygems/rubygems] Remove unnecessary option mutationDavid Rodríguez2020-06-051-5/+2
* [rubygems/rubygems] Fix `bundle install` unintentionally saving configurationDavid Rodríguez2020-06-052-8/+15
* [rubygems/rubygems] Move all `without` and `with` option handling togetherDavid Rodríguez2020-06-051-9/+9
* [rubygems/rubygems] Change descriptions to not mention deprecated flagsDavid Rodríguez2020-06-051-2/+2
* [rubygems/rubygems] Fix flag name in spec descriptionsDavid Rodríguez2020-06-051-2/+2
* [rubygems/rubygems] Improve wording of some specsDavid Rodríguez2020-06-051-7/+7
* [rubygems/rubygems] Remove old no longer meaningful specDavid Rodríguez2020-06-051-10/+0
* [rubygems/rubygems] Revert multi ruby{,gems} version requirement fixDavid Rodríguez2020-06-053-245/+13
* [rubygems/rubygems] Support running specs against a tarballDavid Rodríguez2020-06-053-8/+18
* [rubygems/rubygems] Remove unintended extra spaceDavid Rodríguez2020-06-051-1/+1
* Revert "Fix a error in a `before(:suite)` hook"Hiroshi SHIBATA2020-06-051-18/+0
* Revert "Fix a failure in bundle version with version outputs the version with...Hiroshi SHIBATA2020-06-051-2/+1
* [rubygems/rubygems] Test against compact_index 0.13.0David Rodríguez2020-06-052-3/+3
* [rubygems/rubygems] Bump compact_index to 0.12.1David Rodríguez2020-06-052-3/+3
* [rubygems/rubygems] Deprecate the `--no-deployment` flagDavid Rodríguez2020-06-052-0/+15
* [rubygems/rubygems] Don't recommend the `--no-deployment` flagDavid Rodríguez2020-06-052-6/+2
* [rubygems/rubygems] Pass `--deployment` flag directlyDavid Rodríguez2020-06-051-1/+1
* [rubygems/rubygems] Unskip "monorepo issues"David Rodríguez2020-06-052-10/+0
* [rubygems/rubygems] June man pagesDavid Rodríguez2020-06-0550-50/+50
* Moved vm_empty_cc to local in vm.c [Bug #16934]Nobuyoshi Nakada2020-06-041-14/+1
* Moved vm_empty_cc to local in vm.c [Bug #16934]Nobuyoshi Nakada2020-06-041-1/+1
* Removed no longer used constants [Bug #16934]Nobuyoshi Nakada2020-06-041-3/+0
* Update leaked-globals [Bug #16934]Nobuyoshi Nakada2020-06-042-3/+3
* No GITPULLOPTIONS by defaultNobuyoshi Nakada2020-06-049-9/+9
* test/socket/test_addrinfo.rb: Fix syntax errorYusuke Endoh2020-06-041-1/+1
* test/socket/test_addrinfo.rb: Suppress Errno::EACCES when addr is in useYusuke Endoh2020-06-041-1/+4
* No one reads the detached head adviceNobuyoshi Nakada2020-06-045-0/+13
* Fetch no tagsNobuyoshi Nakada2020-06-046-0/+9
* Removed fetch-depthNobuyoshi Nakada2020-06-046-6/+0
* Enhanced Rdoc for Hash (#3178)Burdette Lamar2020-06-031-53/+160
* Properly resolve refinements in defined? on private call [Bug #16932]Nobuyoshi Nakada2020-06-044-4/+34
* Properly resolve refinements in defined? on method call [Bug #16932]Nobuyoshi Nakada2020-06-043-2/+30
* * 2020-06-04 [ci skip]git2020-06-041-1/+1
* Ensure origins for all included, prepended, and refined modulesJeremy Evans2020-06-039-48/+204
* Append subsec part instead of creating new stringNobuyoshi Nakada2020-06-031-1/+1
* Quarantine specs which fail frequently with CHECK_LEAKS=trueBenoit Daloze2020-06-031-0/+2
* Fixed up 56ca006784dNobuyoshi Nakada2020-06-031-6/+13
* vm_invoke_proc_block: reduce recursion卜部昌平2020-06-031-4/+8
* vm_call_symbol: check stack overflow卜部昌平2020-06-031-0/+1
* vm_invoke_block: remove auto qualifier卜部昌平2020-06-031-3/+3
* add benchmark for different block handlers卜部昌平2020-06-031-0/+27