Age | Commit message (Expand) | Author |
---|
3 days | [rubygems/rubygems] Handle RubyGems installing to custom dir with non-existen... | Nicholas La Roux |
7 days | [rubygems/rubygems] Allow enabling "Bundler 3 mode" more easily | David Rodríguez |
8 days | [rubygems/rubygems] Fix `gem install` sometimes compiling the wrong source files | David Rodríguez |
8 days | [rubygems/rubygems] Refactor some logic to create extconf files for tests | David Rodríguez |
8 days | [rubygems/rubygems] Use `Dir.chdir` with a block | David Rodríguez |
13 days | [rubygems/rubygems] Removed ccache or sccache from args of Rust builder | Hiroshi SHIBATA |
2025-06-11 | [rubygems/rubygems] Fix `gem pristine` sometimes not resetting extensions | David Rodríguez |
2025-06-11 | [rubygems/rubygems] Normalize file existence helpers usage | David Rodríguez |
2025-06-11 | [rubygems/rubygems] Install the best matching gem for the current platform in... | Samuel Giddins |
2025-06-06 | Move most of Bundler::GemHelpers to Gem::Platform | Samuel Giddins |
2025-06-05 | [rubygems/rubygems] Fix headings levels in Changelogs | Antoine Marguerie |
2025-06-03 | [rubygems/rubygems] Partially phase out x64-mingw32 in favour of x64-mingw-uc... | Nicholas La Roux |
2025-06-03 | [rubygems/rubygems] misc: fix spelling | John Bampton |
2025-05-28 | [rubygems/rubygems] test(ruby): fix spelling | John Bampton |
2025-05-26 | [rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 update | dependabot[bot] |
2025-05-21 | [rubygems/rubygems] Copy prerelease attribute to dependency resolver sets | Nathan Ladd |
2025-05-19 | [rubygems/rubygems] Simplify Gem::Platform#initialize | Samuel Giddins |
2025-05-19 | [rubygems/rubygems] Ensure that Gem::Platform parses strings to a fix point | Samuel Giddins |
2025-05-14 | [rubygems/rubygems] Reenable skipped specs in truffleruby since they should b... | David Rodríguez |
2025-05-08 | [rubygems/rubygems] Update `TarWriter` test to store mtime in a variable | Ellen Marie Dash |
2025-05-08 | [rubygems/rubygems] Add mtime to Gem::Package::TarWriter#add_file argument | Yusuke Nakamura |
2025-05-02 | [rubygems/rubygems] Smoother authentication experience | Mike Perham |
2025-04-16 | [rubygems/rubygems] Fixed rubocop issue: Layout/SpaceInsideBlockBraces | Hiroshi SHIBATA |
2025-04-16 | Run the proper version of `rake` | Nobuyoshi Nakada |
2025-04-02 | Removed Solaris conditions from test files | Hiroshi SHIBATA |
2025-04-01 | [rubygems/rubygems] Bump up minimum required version for cmake 4 | Hiroshi SHIBATA |
2025-03-27 | [rubygems/rubygems] Have "gem exec" sort executable names in error message. | Ellen Marie Dash |
2025-03-24 | [rubygems/rubygems] Default to a SOURCE_DATE_EPOCH of 315619200, to simplify ... | Ellen Marie Dash |
2025-03-24 | [rubygems/rubygems] Let `gem exec` raise an error in ambiguous cases | David Rodríguez |
2025-03-10 | [rubygems/rubygems] Fix `gem rdoc` not working with newer versions of rdoc | David Rodríguez |
2025-03-03 | [rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 update | dependabot[bot] |
2025-02-25 | Skip fiddle assertions if fiddle is not available | Hiroshi SHIBATA |
2025-02-25 | [rubygems/rubygems] Added fiddle dependency for TestGemExtCargoBuilder | Hiroshi SHIBATA |
2025-02-19 | [rubygems/rubygems] Remove no longer necessary JRuby specific test ENV | David Rodríguez |
2025-02-03 | [rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 update | dependabot[bot] |
2025-02-03 | [rubygems/rubygems] Raise a simpler error when RubyGems fails to activate a d... | David Rodríguez |
2025-02-03 | [rubygems/rubygems] Remove already fixed TODO | David Rodríguez |
2025-01-28 | [rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 update | dependabot[bot] |
2025-01-16 | [rubygems/rubygems] fix `@licenses` array unmarshalling | Michael Rykov |
2025-01-15 | Skip related tests with Gem::RDoc | Hiroshi SHIBATA |
2025-01-14 | [rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 update | dependabot[bot] |
2025-01-08 | Rewrite OpenStruct to dummy response class | Hiroshi SHIBATA |
2025-01-02 | [rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 update | dependabot[bot] |
2024-12-26 | [rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 update | dependabot[bot] |
2024-12-24 | Merge RubyGems-3.6.2 and Bundler-2.6.2 | David Rodríguez |
2024-12-17 | Fix indent rule by rubygems/bundler cops | Hiroshi SHIBATA |
2024-12-16 | [rubygems/rubygems] Fix `gem info` tagging some non default gems as default | David Rodríguez |
2024-12-16 | [rubygems/rubygems] Improve indentation of a `gem info` test | David Rodríguez |
2024-12-13 | Fixed compatibility error with setup command and rdoc plugin on rubygems | Hiroshi SHIBATA |
2024-12-11 | [rubygems/rubygems] Avoid UTF-32 and UTF-16 strings with trailing bytes in tr... | Josef Haider |