summaryrefslogtreecommitdiff
path: root/lib/rubygems
AgeCommit message (Expand)Author
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] 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] Remove minitest compatibility codeDavid Rodríguez
2020-05-08[rubygems/rubygems] [rubygems/rubygems] Require minitest `~> 5.13`David Rodríguez
2020-04-28[rubygems/rubygems] Removed the depdendency of English libraryHiroshi SHIBATA
2020-04-25Clear cached XDG path namesNobuyoshi Nakada
2020-04-23Support XDG_* (#2174)Hiroshi SHIBATA
2020-03-30Migrate {assert,refute}_patch_exits for compatibility with Minitest5Hiroshi SHIBATA
2020-03-30[rubygems/rubygems] Remove deprecated + broken rubygems/source_local.Ellen Marie Dash
2020-03-30[rubygems/rubygems] Revert "Remove Gem::DependencyInstaller#find_gems_with_so...David Rodríguez
2020-03-30[rubygems/rubygems] Remove misleading commentDavid Rodríguez
2020-03-30[rubygems/rubygems] Remove ruby 1.8 leftoversDavid Rodríguez
2020-03-30[rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correctDavid Rodríguez
2020-03-30[rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygemsDavid Rodríguez
2020-03-24Sync rubygems with current master (#2889)David Rodríguez
2020-03-08Specify explicit separator not to be affected by $;Nobuyoshi Nakada
2020-02-06Revert "[rubygems/rubygems] Fix require issue with file extension priority"Hiroshi SHIBATA
2020-02-06Revert to remove the query command of rubygems.Hiroshi SHIBATA
2020-02-06[rubygems/rubygems] Fix require issue with file extension priorityDavid Rodríguez
2020-02-06[rubygems/rubygems] Allow releasing with a rubygems pre versionDavid Rodríguez
2020-02-01Merge the current master branch of rubygems/rubygems.Hiroshi SHIBATA
2019-12-20Merge RubyGems 3.1.2Hiroshi SHIBATA
2019-12-17[rubygems/rubygems] Move `require uri` to source_listmihaibuzgau
2019-12-17[rubygems/rubygems] require `uri` in source.rbmihaibuzgau
2019-12-13warn should be a global functionNobuyoshi Nakada
2019-12-13Prepare to release RubyGems 3.1.0 final version.Hiroshi SHIBATA
2019-11-13Fix a typoKazuhiro NISHIYAMA
2019-11-12Only enabled mon_owned condition with Ruby 2.5+Hiroshi SHIBATA
2019-11-12check more.Koichi Sasada