Age | Commit message (Expand) | Author |
---|
2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/ClassCheck | Hiroshi SHIBATA |
2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/StringLiteralsInInterpolation | Hiroshi SHIBATA |
2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/Alias | Hiroshi SHIBATA |
2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Layout/EmptyLinesAroundModuleBody | Hiroshi SHIBATA |
2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Performance/DoubleStartEndWith | Hiroshi SHIBATA |
2023-03-17 | [rubygems/rubygems] Remove ensure part in require | David Rodríguez |
2023-01-31 | [rubygems/rubygems] Allow disabling RubyGems require decorations | David Rodríguez |
2023-01-08 | [rubygems/rubygems] [DOC] Remove internal document about `Kernel` monkey | Nobuyoshi Nakada |
2023-01-08 | [rubygems/rubygems] `LoadError#path` on the caught exception does not need to... | Nobuyoshi Nakada |
2023-01-08 | [rubygems/rubygems] Let RDoc parse the doc of `Kernel#require` | Nobuyoshi Nakada |
2022-12-12 | Merge RubyGems/Bundler master | Hiroshi SHIBATA |
2022-10-22 | [rubygems/rubygems] Allow upcoming JRuby to pass keywords for Kernel#warn | Thomas E. Enebo |
2022-08-09 | Merge rubygems/bundler HEAD. | Hiroshi SHIBATA |
2022-07-22 | RubyGems: Enable Style/StringLiterals cop | Takuya Noguchi |
2022-06-24 | Sync RubyGems & Bundler with upstream repo | David Rodríguez |
2021-07-07 | Sync RubyGems and Bundler with upstream | Hiroshi SHIBATA |
2021-03-08 | Sync latest development version of bundler & rubygems | David Rodríguez |
2020-12-08 | Merge prepare version of RubyGems 3.2.0 | Hiroshi SHIBATA |
2020-09-23 | Revert "Manually merged from https://.com/rubygems/rubygems/pull/2636" | Hiroshi SHIBATA |
2020-09-23 | Manually merged from https://.com/rubygems/rubygems/pull/2636 | Hiroshi SHIBATA |
2020-07-31 | [rubygems/rubygems] Fix Kernel#warn override to handle backtrace location wit... | Jeremy Evans |
2020-07-31 | [rubygems/rubygems] Ignore internal frames in RubyGems' Kernel#warn | Benoit Daloze |
2020-07-31 | Enforce no empty lines around class body in rubygems | David Rodríguez |
2020-06-15 | Use space inside block braces everywhere | David Rodríguez |
2020-06-05 | [rubygems/rubygems] Use LoadError#path to figure out the argument passed to '... | Yuki Nishijima |
2020-06-05 | [rubygems/rubygems] Remove direct reference to PR | David Rodríguez |
2020-06-05 | [rubygems/rubygems] Fix `$LOADED_FEATURES` cache sometimes not respected | David Rodríguez |
2020-06-05 | [rubygems/rubygems] Extract a local outside the loop | David 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-05-08 | [rubygems/rubygems] Simplify nested require exceptions | David Rodríguez |
2020-03-24 | Sync rubygems with current master (#2889) | David Rodríguez |
2020-02-06 | Revert "[rubygems/rubygems] Fix require issue with file extension priority" | Hiroshi SHIBATA |
2020-02-06 | [rubygems/rubygems] Fix require issue with file extension priority | David Rodríguez |
2019-12-13 | warn should be a global function | Nobuyoshi Nakada |
2019-12-13 | Prepare to release RubyGems 3.1.0 final version. | Hiroshi SHIBATA |
2019-11-13 | Fix a typo | Kazuhiro NISHIYAMA |
2019-11-12 | Only enabled mon_owned condition with Ruby 2.5+ | Hiroshi SHIBATA |
2019-11-12 | check more. | Koichi Sasada |
2019-11-12 | Monitor owner state check correctly. | Koichi Sasada |
2019-11-12 | Revert "Use untaint for File.symlink in kernel_require.rb" | Yusuke Endoh |
2019-11-12 | Use untaint for File.symlink in kernel_require.rb | Hiroshi SHIBATA |
2019-11-12 | release RUBYGEMS_ACTIVATION_MONITOR correctly. | Koichi Sasada |
2019-11-12 | more messages | Koichi Sasada |
2019-11-12 | check monitor is owning for debug | Koichi Sasada |
2019-11-11 | Revert "Try to revert the test failure with Ruby CI" | Hiroshi SHIBATA |
2019-11-11 | Try to revert the test failure with Ruby CI | Hiroshi SHIBATA |
2019-11-11 | Merge RubyGems 3.1.0.pre3 | Hiroshi SHIBATA |
2019-11-09 | Remove unneeded exec bits from some files | David Rodríguez |
2019-09-26 | [rubygems/rubygems] Make sure our modifications to kernel.warn work | David Rodríguez |