summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-06-05[rubygems/rubygems] Extract a local outside the loopDavid Rodríguez
2020-06-05[rubygems/rubygems] Refactor `Gem.load_path_insert_index`David Rodríguez
2020-06-05[rubygems/rubygems] Fix performance regression in `require`David Rodríguez
2020-06-05Fix `ruby setup.rb` warningsDavid Rodríguez
2020-06-05[rubygems/rubygems] Require ext only in validate_extension, mention gemspec i...Josef Šimánek
2020-06-05[rubygems/rubygems] Add build warning when rake based extension is present, b...Josef Šimánek
2020-06-05[rubygems/rubygems] Prefer start_with? and end_with? over regex.Olle Jonsson
2020-06-05[rubygems/rubygems] Fix template cleanup as wellDavid Rodríguez
2020-06-05[rubygems/rubygems] Fix installing template files with dotsDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove unnecessary parenthesisDavid Rodríguez
2020-06-05[rubygems/rubygems] Make sure rubygems/package can be directly required reliablybronzdoc
2020-06-05[rubygems/rubygems] Delay `fileutils` loading to fix some warningsDavid Rodríguez
2020-06-05[rubygems/rubygems] Make `rake package` log messages to stdout by defaultDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove explicit `psych` activationDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove multiline gem specifications correctlyCarsten Wirth
2020-06-05[rubygems/rubygems] Fix typoDavid Rodríguez
2020-06-05Link to pre-filtered issue listJakob Krigovsky
2020-06-05Update links from rubygems/bundler to rubygems/rubygemsJakob Krigovsky
2020-06-05[rubygems/rubygems] Fix `bundle info` not indicating a gem which has been del...DEVRAJ KUMAR
2020-06-05[rubygems/rubygems] Display test_framework_hint before prompting for user sel...Frank Lam
2020-06-05[rubygems/rubygems] Add user hint specs for bundle gem --testFrank Lam
2020-06-05[rubygems/rubygems] Conditionally display test framework help textFrank Lam
2020-06-05[rubygems/rubygems] Fix bundle gem ignoring global gem.test configFrank Lam
2020-06-05[rubygems/rubygems] Fix parallel installer race conditionDavid Rodríguez
2020-06-05[rubygems/rubygems] Centralize `with` and `without` settingDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove redundant substractionDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove unnecessary option mutationDavid Rodríguez
2020-06-05[rubygems/rubygems] Fix `bundle install` unintentionally saving configurationDavid Rodríguez
2020-06-05[rubygems/rubygems] Move all `without` and `with` option handling togetherDavid Rodríguez
2020-06-05[rubygems/rubygems] Revert multi ruby{,gems} version requirement fixDavid Rodríguez
2020-06-05[rubygems/rubygems] Deprecate the `--no-deployment` flagDavid Rodríguez
2020-06-05[rubygems/rubygems] Don't recommend the `--no-deployment` flagDavid Rodríguez
2020-05-31Fix error raised by Net::HTTPResponse#inflater if the block raisesBenoit Daloze
2020-05-29Convert ip addresses to canonical form in Resolv::DNS::Requester::Unconnected...Jeremy Evans
2020-05-29Correctly remove temporary directory if path yielded is mutatedJeremy Evans
2020-05-27Improve documentation for Net::HTTPHeader#set_form [ci skip]Jeremy Evans
2020-05-27lib/open3.rb: make sure that pipes are closedYusuke Endoh
2020-05-24[ruby/rdoc] Add frozen string literal supportDavid Rodríguez
2020-05-24[ruby/rdoc] Add instance_methods because instance_method_list should be obsoleteaycabta
2020-05-24[ruby/rdoc] Fixed inverted CSS for note-list and label-listNobuyoshi Nakada
2020-05-24[ruby/rdoc] Delegate ERB args correctlyaycabta
2020-05-24[ruby/rdoc] Treat multiple Ruby methods calling the same C method as aliasesJeremy Evans
2020-05-24[ruby/rdoc] Process crossref before tidylinkaycabta
2020-05-24[ruby/rdoc] Escape method names in HTMLNate Matykiewicz
2020-05-23Time.xmlschema: Clarify error and docsHenrik Nyh and Tomas Skogberg
2020-05-23Remove a bunch of files that were deleted upstreamDavid Rodríguez
2020-05-22Revert a commit miss in "Fixed potential memory leak"Nobuyoshi Nakada
2020-05-22Sync Bundler PR #3624 with HEAD commitsHiroshi SHIBATA
2020-05-22Glob the all man files provided by bundler upstreamHiroshi SHIBATA
2020-05-22Sync Bundler PR #3624Hiroshi SHIBATA