summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem.rb
AgeCommit message (Expand)Author
2023-08-29Merge RubyGems-3.4.18 and Bundler-2.4.18Hiroshi SHIBATA
2023-08-29Merge RubyGems-3.4.14 and Bundler-2.4.14Hiroshi SHIBATA
2023-03-28Merge RubyGems-3.4.10 and Bundler-2.4.10 (#7479)Hiroshi SHIBATA
2023-02-01Merge RubyGems 3.4.6 and Bundler 2.4.6 (#7214)Hiroshi SHIBATA
2022-12-12Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-10-03[rubygems/rubygems] Revert "Cleaup unnecessary code"David Rodríguez
2022-09-29[rubygems/rubygems] Put bundler gemspec stub at the right placeDavid Rodríguez
2022-09-29[rubygems/rubygems] Only activate bundler when neededDavid Rodríguez
2022-09-29[rubygems/rubygems] Little refactor to keep things consistentDavid Rodríguez
2022-09-29[rubygems/rubygems] Remove unnecessary `ensure`David Rodríguez
2022-09-29[rubygems/rubygems] Remove unnecessary constantDavid Rodríguez
2022-09-29[rubygems/rubygems] Cleaup unnecessary codeDavid Rodríguez
2022-09-29[rubygems/rubygems] Unskip stuff that now works on JRubyDavid Rodríguez
2022-09-08Resync Bundler & RubyGemsDavid Rodríguez
2022-07-22RubyGems: Enable Style/StringLiterals copTakuya Noguchi
2022-05-20Merge RubyGems and Bundler HEADHiroshi SHIBATA
2022-04-28Merge https://github.com/rubygems/rubygems/commit/3f7d0352e84b29d4a2d4cd93b31...Hiroshi SHIBATA
2022-04-28Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA
2022-01-15[rubygems/rubygems] Privatize some test utilsDavid Rodríguez
2021-12-23Merge RubyGems-3.3.1 and Bundler-2.3.1Hiroshi SHIBATA
2021-12-10[rubygems/rubygems] Properly fetch Gem#latest_spec_for with multiple sourcesKevin Logan
2021-10-14[rubygems/rubygems] Remove save_loaded_featuresNobuyoshi Nakada
2021-08-31[rubygems/rubygems] Remove helper method not buying us muchDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove MacOS specific extra GEM_PATHDavid Rodríguez
2021-08-31[rubygems/rubygems] Also load user installed rubygems pluginsDavid Rodríguez
2021-08-31[rubygems/rubygems] Recommend `bundle install` rather than `gem install -g`David Rodríguez
2021-08-31[rubygems/rubygems] Refactor reseting `RUBYGEMS_GEMDEPS` in testsDavid Rodríguez
2021-08-31[rubygems/rubygems] Use `Gem.use_gemdeps` only from binstubsDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove misleading commentDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary spec manipulationDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove redundant part of error messageDavid Rodríguez
2021-06-03[rubygems/rubygems] Rename test/rubygems/test_{case,utilities}.rb to avoid "t...Yusuke Endoh
2021-05-28[rubygems/rubygems] Use pend instead of skipHiroshi SHIBATA
2021-05-28[rubygems/rubygems] Require the new files in `test/` relativelyDavid Rodríguez
2021-05-12[rubygems/rubygems] Use assert_raise instead of assert_raisesHiroshi SHIBATA
2021-05-12[rubygems/rubygems] Use assert_path_exist and assert_path_not_exist instead o...Hiroshi SHIBATA
2021-05-12[rubygems/rubygems] Extract assert_output to assert_empty and assert_equal wi...Hiroshi SHIBATA
2021-05-12[rubygems/rubygems] Use capture_output instead of capture_io.Hiroshi SHIBATA
2021-03-08Sync latest development version of bundler & rubygemsDavid Rodríguez
2020-12-08Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA
2020-09-23Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA
2020-09-23Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA
2020-07-31Enforce no empty lines around class body in rubygemsDavid Rodríguez
2020-06-15Use space inside block braces everywhereDavid Rodríguez
2020-05-08[rubygems/rubygems] Require open3 before using itDavid Rodríguez
2020-05-08[rubygems/rubygems] Now `Dir.tmpdir` is fixed and there's never such a folderDavid Rodríguez
2020-05-08[rubygems/rubygems] Show gemspec location when a Gem::MissingSpecError is rai...bronzdoc
2020-05-08[rubygems/rubygems] Fix incorrect bundler version being requiredDavid Rodríguez
2020-05-08[rubygems/rubygems] Refactor ruby command line building for testsDavid Rodríguez
2020-05-08[rubygems/rubygems] Remove unneeded explicit requiresDavid Rodríguez