summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-05-08[rubygems/rubygems] Suppress warnings coming from `jar-dependencies`David Rodríguez
2020-05-08Remove `builder` gem requirement for `gem regenerate_index`David Rodríguez
2020-05-08[rubygems/rubygems] Use a local temporary directoryDavid Rodríguez
2020-05-08[rubygems/rubygems] No longer necessaryDavid Rodríguez
2020-05-08[rubygems/rubygems] Show gemspec location when a Gem::MissingSpecError is rai...bronzdoc
2020-05-08[rubygems/rubygems] Make MissingSpecError accept an extra error messagebronzdoc
2020-05-08[rubygems/rubygems] Fix incorrect bundler version being requiredDavid Rodríguez
2020-05-08[rubygems/rubygems] Extract logic to a local variable for later reuseDavid Rodríguez
2020-05-08[rubygems/rubygems] Specify explicit separator not to be affected by $;Nobuyoshi Nakada
2020-05-08[rubygems/rubygems] Properly look for man pagesDavid Rodríguez
2020-05-08[rubygems/rubygems] Extract a local variableDavid Rodríguez
2020-05-08[rubygems/rubygems] Install man files when bundler installed as a default gemDavid Rodríguez
2020-05-08[rubygems/rubygems] Extract a `remove_file_list` helperDavid Rodríguez
2020-05-08[rubygems/rubygems] Only need to call helper onceDavid Rodríguez
2020-05-08[rubygems/rubygems] Extract an `install_file_list` helperDavid Rodríguez
2020-05-08[rubygems/rubygems] Move helper to private sectionDavid Rodríguez
2020-05-08[rubygems/rubygems] Rename method to clarifyDavid Rodríguez
2020-05-08[rubygems/rubygems] Prefer `tr` to `gsub` when replacing path separatorsDavid Rodríguez
2020-05-08[rubygems/rubygems] Shortcuit method earlierDavid Rodríguez
2020-05-08[rubygems/rubygems] Fix incorrect `gem uninstall --all` messageDavid Rodríguez
2020-05-08[rubygems/rubygems] Refactor duplicate metadata logicThomas McDonald
2020-05-08[rubygems/rubygems] Remove unnecessary codeThomas McDonald
2020-05-08[rubygems/rubygems] Simplify host switching logicThomas McDonald
2020-05-08[rubygems/rubygems] Refactor ruby command line building for testsDavid Rodríguez
2020-05-08[rubygems/rubygems] Remove unnecessary `@@ruby` variableDavid Rodríguez
2020-05-08[rubygems/rubygems] Simplify nested require exceptionsDavid Rodríguez
2020-05-08[rubygems/rubygems] Fix symlink RubyGems test problems for non-admin user.Josef Šimánek
2020-05-08[rubygems/rubygems] Fix race condition on bundler's parallel installerDavid Rodríguez
2020-05-08[rubygems/rubygems] Allow spaces in file headers during octal checkDmytro Shyrshov
2020-05-08Normalize heredoc case in rubygems code baseDavid Rodríguez
2020-05-08Normalize heredoc delimitersDavid Rodríguez
2020-05-08[rubygems/rubygems] Fix platform comparison bug in #contains_requirable_file?Benoit Daloze
2020-05-08[rubygems/rubygems] Autoload name_tuple.rb before useOlle Jonsson
2020-05-08[rubygems/rubygems] Do not use set.Josef Šimánek
2020-05-08[rubygems/rubygems] Add gem build test to check for removed methods.Josef Šimánek
2020-05-08[rubygems/rubygems] Track removed methods calls and warn during build time.Josef Šimánek
2020-05-08[rubygems/rubygems] Deprecate rubyforge_project attribute only during build t...Josef Šimánek
2020-05-08[rubygems/rubygems] Revert deprecation of deprecate method for now.Josef Šimánek
2020-05-08[rubygems/rubygems] Restore and deprecate old deprecate methodbronzdoc
2020-05-08[rubygems/rubygems] Rename version horizon deprecation methodsbronzdoc
2020-05-08[rubygems/rubygems] Add next_rubygems_major_version methodbronzdoc
2020-05-08[rubygems/rubygems] Modify files to use new version horizon deprecationsbronzdoc
2020-05-08[rubygems/rubygems] Use the next major version as default for deprecationsbronzdoc
2020-05-08[rubygems/rubygems] Remove deprecation methods by datebronzdoc
2020-05-08[rubygems/rubygems] Make the deprecate_command method recieve a Rubygems vers...bronzdoc
2020-05-08[rubygems/rubygems] Make the deprecate method recieve a Rubygems version inst...bronzdoc
2020-05-08[rubygems/rubygems] Removed deprecated methods for Minitest5Hiroshi SHIBATA
2020-05-08[rubygems/rubygems] Minitest::Test is works fine with the ruby core repositoryHiroshi SHIBATA
2020-05-08[rubygems/rubygems] Revert https://github.com/rubygems/rubygems/pull/3445Hiroshi SHIBATA
2020-05-08[rubygems/rubygems] Don't swallow gem activation exceptionDavid Rodríguez