aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] Properly look for man pagesDavid Rodríguez2020-05-081-4/+4
* [rubygems/rubygems] Extract a local variableDavid Rodríguez2020-05-081-2/+3
* [rubygems/rubygems] Install man files when bundler installed as a default gemDavid Rodríguez2020-05-081-0/+73
* [rubygems/rubygems] Extract a `remove_file_list` helperDavid Rodríguez2020-05-081-8/+12
* [rubygems/rubygems] Only need to call helper onceDavid Rodríguez2020-05-081-3/+1
* [rubygems/rubygems] Extract an `install_file_list` helperDavid Rodríguez2020-05-081-6/+8
* [rubygems/rubygems] Move helper to private sectionDavid Rodríguez2020-05-081-10/+10
* [rubygems/rubygems] Rename method to clarifyDavid Rodríguez2020-05-081-3/+2
* [rubygems/rubygems] Prefer `tr` to `gsub` when replacing path separatorsDavid Rodríguez2020-05-081-1/+1
* [rubygems/rubygems] Shortcuit method earlierDavid Rodríguez2020-05-081-4/+4
* [rubygems/rubygems] Fix incorrect `gem uninstall --all` messageDavid Rodríguez2020-05-081-1/+1
* [rubygems/rubygems] Refactor duplicate metadata logicThomas McDonald2020-05-081-7/+1
* [rubygems/rubygems] Remove unnecessary codeThomas McDonald2020-05-081-4/+0
* [rubygems/rubygems] Simplify host switching logicThomas McDonald2020-05-081-12/+3
* [rubygems/rubygems] Refactor ruby command line building for testsDavid Rodríguez2020-05-081-0/+4
* [rubygems/rubygems] Remove unnecessary `@@ruby` variableDavid Rodríguez2020-05-081-2/+1
* [rubygems/rubygems] Simplify nested require exceptionsDavid Rodríguez2020-05-081-2/+1
* [rubygems/rubygems] Fix symlink RubyGems test problems for non-admin user.Josef Šimánek2020-05-081-0/+17
* [rubygems/rubygems] Fix race condition on bundler's parallel installerDavid Rodríguez2020-05-081-1/+1
* [rubygems/rubygems] Allow spaces in file headers during octal checkDmytro Shyrshov2020-05-081-1/+2
* Normalize heredoc case in rubygems code baseDavid Rodríguez2020-05-082-6/+6
* Normalize heredoc delimitersDavid Rodríguez2020-05-081-2/+2
* [rubygems/rubygems] Fix platform comparison bug in #contains_requirable_file?Benoit Daloze2020-05-081-1/+1
* [rubygems/rubygems] Autoload name_tuple.rb before useOlle Jonsson2020-05-081-0/+1
* [rubygems/rubygems] Do not use set.Josef Šimánek2020-05-081-2/+1
* [rubygems/rubygems] Add gem build test to check for removed methods.Josef Šimánek2020-05-081-0/+2
* [rubygems/rubygems] Track removed methods calls and warn during build time.Josef Šimánek2020-05-082-13/+17
* [rubygems/rubygems] Deprecate rubyforge_project attribute only during build t...Josef Šimánek2020-05-082-3/+12
* [rubygems/rubygems] Revert deprecation of deprecate method for now.Josef Šimánek2020-05-081-1/+0
* [rubygems/rubygems] Restore and deprecate old deprecate methodbronzdoc2020-05-081-0/+25
* [rubygems/rubygems] Rename version horizon deprecation methodsbronzdoc2020-05-086-13/+13
* [rubygems/rubygems] Add next_rubygems_major_version methodbronzdoc2020-05-081-8/+6
* [rubygems/rubygems] Modify files to use new version horizon deprecationsbronzdoc2020-05-085-10/+10
* [rubygems/rubygems] Use the next major version as default for deprecationsbronzdoc2020-05-081-4/+9
* [rubygems/rubygems] Remove deprecation methods by datebronzdoc2020-05-081-44/+5
* [rubygems/rubygems] Make the deprecate_command method recieve a Rubygems vers...bronzdoc2020-05-081-0/+17
* [rubygems/rubygems] Make the deprecate method recieve a Rubygems version inst...bronzdoc2020-05-081-0/+24
* [rubygems/rubygems] Removed deprecated methods for Minitest5Hiroshi SHIBATA2020-05-081-10/+0
* [rubygems/rubygems] Minitest::Test is works fine with the ruby core repositoryHiroshi SHIBATA2020-05-081-1/+1
* [rubygems/rubygems] Revert https://github.com/rubygems/rubygems/pull/3445Hiroshi SHIBATA2020-05-081-2/+15
* [rubygems/rubygems] Don't swallow gem activation exceptionDavid Rodríguez2020-05-081-4/+1
* [rubygems/rubygems] Update minitest version in `Gem.install` docsDavid Rodríguez2020-05-081-1/+1
* [rubygems/rubygems] Remove minitest compatibility codeDavid Rodríguez2020-05-081-1/+1
* [rubygems/rubygems] [rubygems/rubygems] Require minitest `~> 5.13`David Rodríguez2020-05-081-1/+1
* Fix gemspecMarc-Andre Lafortune2020-05-051-1/+1
* [ruby/uri] Check if DN existsNobuyoshi Nakada2020-05-051-0/+1
* [ruby/matrix] v0.3.0Marc-Andre Lafortune2020-05-011-1/+1
* [ruby/matrix] Add Matrix#adjoint [#14]Marc-Andre Lafortune2020-05-011-0/+11
* [ruby/matrix] Optimize Matrix#*Marc-Andre Lafortune2020-05-011-10/+12
* [ruby/matrix] Fix Matrix#orthogonal?Marc-Andre Lafortune2020-05-011-3/+4