summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2020-05-08[rubygems/rubygems] Update minitest version in `Gem.install` docsDavid Rodríguez
2020-05-08[rubygems/rubygems] Remove minitest compatibility codeDavid Rodríguez
2020-05-08[rubygems/rubygems] [rubygems/rubygems] Require minitest `~> 5.13`David Rodríguez
2020-05-05Fix gemspecMarc-Andre Lafortune
2020-05-05[ruby/uri] Check if DN existsNobuyoshi Nakada
2020-05-01[ruby/matrix] v0.3.0Marc-Andre Lafortune
2020-05-01[ruby/matrix] Add Matrix#adjoint [#14]Marc-Andre Lafortune
2020-05-01[ruby/matrix] Optimize Matrix#*Marc-Andre Lafortune
2020-05-01[ruby/matrix] Fix Matrix#orthogonal?Marc-Andre Lafortune
2020-05-01[ruby/matrix] Fix Matrix#unitary? [#14]Marc-Andre Lafortune
2020-05-01[ruby-matrix] Update docs (nicer rendering, undocumented method)zverok
2020-04-29[ruby/irb] Suppress "method redefined" warningaycabta
2020-04-29[ruby/irb] Check existence of rc files in irb_info commandaycabta
2020-04-29[ruby/irb] Add irb_info commandaycabta