Age | Commit message (Expand) | Author |
---|
2021-05-28 | [rubygems/rubygems] Copy files specific to testing rubygems to `test` | David Rodríguez |
2021-05-28 | [rubygems/rubygems] Try fix ruby-core CI | Hiroshi SHIBATA |
2021-05-12 | [rubygems/rubygems] Update the link of minitest code with the commit hash. | Hiroshi SHIBATA |
2021-05-12 | [rubygems/rubygems] Removed the related code for minitest-bisect | Hiroshi SHIBATA |
2021-05-12 | [rubygems/rubygems] Fixed an intentional blank-line | Hiroshi SHIBATA |
2021-05-12 | [rubygems/rubygems] Added comment for Minitest::Mock | Hiroshi SHIBATA |
2021-05-12 | [rubygems/rubygems] util/rubocop -a | Hiroshi SHIBATA |
2021-05-12 | [rubygems/rubygems] Removed minitest/mock from test/rubygems/test_gem_remote_... | Hiroshi SHIBATA |
2021-05-12 | [rubygems/rubygems] Import capture_subprocess_io from minitest | Hiroshi SHIBATA |
2021-05-12 | [rubygems/rubygems] Use assert_path_exist and assert_path_not_exist instead o... | Hiroshi SHIBATA |
2021-05-12 | [rubygems/rubygems] Use test-unit instead of minitest | Hiroshi SHIBATA |
2021-03-08 | Sync latest development version of bundler & rubygems | David Rodríguez |
2021-01-25 | Clear each test own temporary directories | Nobuyoshi Nakada |
2021-01-24 | Revert "Remove temporary directory properly" | Nobuyoshi Nakada |
2021-01-24 | Remove temporary directory properly | Nobuyoshi Nakada |
2021-01-04 | Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa117911... | Hiroshi SHIBATA |
2020-12-08 | Merge prepare version of RubyGems 3.2.0 | Hiroshi SHIBATA |
2020-10-15 | Merge rubygems-3.2.0.rc.2 | 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] unset XDG_* environmental variables for testing of rubygems. | Hiroshi SHIBATA |
2020-07-31 | [rubygems/rubygems] Revert "Disallow warnings to creep into the test suite" | David Rodríguez |
2020-07-31 | [rubygems/rubygems] Disallow warnings to creep into the test suite | David Rodríguez |
2020-07-31 | [rubygems/rubygems] Fix test warning | David Rodríguez |
2020-07-31 | [rubygems/rubygems] Don't `super` on main test setup | David Rodríguez |
2020-07-31 | [rubygems/rubygems] Remove very old compatibility code | David Rodríguez |
2020-07-31 | Enforce no empty lines around class body in rubygems | David Rodríguez |
2020-06-17 | Remove unnecessary stuff from base test case | David Rodríguez |
2020-06-17 | Tweaks to play nicer with ruby-core parallelized tests | David Rodríguez |
2020-06-17 | Make sure to only reset "dummy" $LOADED_FEATURES | David Rodríguez |
2020-06-17 | Make sure tmp folder exists before calling `Dir.tmpdir` | David Rodríguez |
2020-06-17 | Revert "Revert "[rubygems/rubygems] Use a local temporary directory"" | David Rodríguez |
2020-06-15 | Use space inside block braces everywhere | David Rodríguez |
2020-06-15 | Fix ruby-head failing tests | David Rodríguez |
2020-06-15 | Revert "Revert "[rubygems/rubygems] Remove unneeded global teardown"" | David Rodríguez |
2020-06-05 | [rubygems/rubygems] Respect files loaded from default gems before rubygems | David Rodríguez |
2020-06-05 | [rubygems/rubygems] Fix performance regression in `require` | David Rodríguez |
2020-05-08 | Revert "[rubygems/rubygems] Remove unneeded global teardown" | Hiroshi SHIBATA |
2020-05-08 | Revert "[rubygems/rubygems] Use a local temporary directory" | Hiroshi SHIBATA |
2020-05-08 | [rubygems/rubygems] Remove unneeded global teardown | David Rodríguez |
2020-05-08 | [rubygems/rubygems] Split credential helper as credential_setup and use it | Hiroshi SHIBATA |
2020-05-08 | [rubygems/rubygems] Suppress warnings coming from `jar-dependencies` | David Rodríguez |
2020-05-08 | Remove `builder` gem requirement for `gem regenerate_index` | David Rodríguez |
2020-05-08 | [rubygems/rubygems] Use a local temporary directory | David Rodríguez |
2020-05-08 | [rubygems/rubygems] No longer necessary | David Rodríguez |
2020-05-08 | [rubygems/rubygems] Refactor ruby command line building for tests | David Rodríguez |
2020-05-08 | [rubygems/rubygems] Remove unnecessary `@@ruby` variable | David Rodríguez |
2020-05-08 | [rubygems/rubygems] Add gem build test to check for removed methods. | Josef Šimánek |
2020-05-08 | [rubygems/rubygems] Removed deprecated methods for Minitest5 | Hiroshi SHIBATA |
2020-05-08 | [rubygems/rubygems] Minitest::Test is works fine with the ruby core repository | Hiroshi SHIBATA |