Vít Ondruch

Hash Date Message
a3b784b3a068ddd9a395b8951e9977035eca5066 2019-07-22 [rubygems/rubygems] Move default specifications dir definition out of BasicSpecification.
ce6caade7c57a505f73086ccd7b33c14f7715f22 2019-07-10 [ruby/fiddle] Use ffi_closure_free by default. (#20)
994435d0efa9931d0475de923c4e6c227d03e398 2019-11-22 Revert "Update dependencies"
e960ef6f18a25c637c54f00c75bb6c24f8ab55d0 2019-10-01 Use `Gem::Package` like object instead of monkey patching.
6609940a5e5c46dcc96d2bd3c228a951df6240ce 2019-10-01 Use `$script_mode` instead of `$prog_mode` for gem inistallation.
c9fab1ac06b83679b265c011481c80387c008735 2019-10-01 Use local `{dir,prog,data}_mode` variables instead of globals.
e087b029e54776afe2b120974932dd707fee6874 2019-10-11 Use class variable `@src_dir` instead of local `path`.
b8a8fdba637589ff17f98cee4ea955667e3f0b1b 2019-10-14 Properly detect mode for binaries.
9d6d531527f8ca0d2f40ab99f6a5989934b9bd02 2019-10-15 Cache destination dir.
9bede6e942e7726d320d734fead741672d060625 2020-02-27 Fix wrong RegExp.
acc86570dd8cc1920d1c55da7836d6c60d98a6d5 2019-04-02 [rubygems/rubygems] Let `@@stubs_by_name` to be incrementally populated again.
46462200afef55fd21b72ad1ff745739b085a793 2019-08-27 [rubygems/rubygems] Test that two calls to `stub_for` returns the same (cached) instance.
db0eab1c6f6612b5f49b79918be2ff55b2196352 2020-07-22 Remove `EnvUtil.rubyexec`, because it is not used anywhere.
55c9a95ac8ed1a44645cc8d7d80f2e5ebee6ec8f 2019-12-18 Don't fail when 'did_you_mean' is not available.
0ad7f2dd19c84e44b8fd8d314de33c3e2255feb6 2019-12-18 Don't fail when 'RubyGems' are not available.
fbe37ff37a291f138d9a1119df257174005e7086 2019-12-18 Emit warning when 'did_you_mean' was not properly loaded.
4bbb61001187a285ba8e504ef2fdce9a4835966f 2019-12-18 Emit warning when 'RubyGems' were not properly loaded.
763b8fed3dee32ff3bd6c86260f7d4ce4cfaa508 2019-10-10 Use UnpackedInstaller to install default gems.
ff527e7e3295ece6a8f2bc6a2370038615a43950 2019-10-16 Remove binstubs which are generated by `Gem::Installer` now.
33676a7aa6a9f10c72a811f4b6b6ad08958f2bca 2021-09-01 [ruby/rdoc] Try to load WEBrick for testing
5086c25f6015558877f85c3f1c014780b08fd3ce 2021-10-21 Properly exclude test cases.
c2dcaa73626ab7a44dcc357d9751d9e2285d56ba 2021-11-01 [rubygems/rubygems] Use OpenSSL constants for error codes.
94ee88b38cf0a20666e3965f5c9c4d520cf02b22 2021-10-27 [rubygems/rubygems] Provide distinguished name which will be correctly parsed.
46c3a93982d0b81668668a65c10bc3670a488d8a 2022-08-23 [ruby/irb] Drop hard dependency on RDoc.
bcd30fb96192993b629f24a5e551d22067220a78 2022-09-16 Re-enable TZ test missed due to merge conflict.
b5f243291742886a1280277c2ff954177b4f50a7 2019-09-11 [rubygems/rubygems] Use TestCase#util_spec instead of custom code.
69460791ccdacef30eebb72c7a976f986292f48d 2019-09-11 [rubygems/rubygems] Improve comment explaining the neccessity of `write_default_spec` method.
42cf1307c3e110f5d01b74f16cbdd0f83e183abe 2023-10-20 [rubygems/rubygems] Make the user installation less exceptional
d0ad90df6863490a5f780c45e060ab859db228ba 2023-10-23 [rubygems/rubygems] Check for `:install_dir` precedence over `:user_install`
bd5368fdec1109b3bf3dfa635f6ab1d60cfc5ddc 2023-10-23 [rubygems/rubygems] Don't use `util_installer` for user install
ca7444cc44b1e939a31aa4366727b1ad09faa626 2023-10-23 [rubygems/rubygems] Allow `--install-dir` to be specified together with `--user-install`
54547417129b2f3448dddcfba22d3f443f373da4 2023-11-08 [rubygems/rubygems] Use `extension_in_lib` helper instead of custom code
a168426881480e0f07d75c5f830fb749c3b05249 2023-11-08 [rubygems/rubygems] Make the `test_build_extensions` more predictable
43b8b8875115f1883d7654a663a9238343cb90ab 2023-11-09 [rubygems/rubygems] Report possible error prior checking output of gem uninstall
28f7a46f446a032762c273fd86f37196908c3b44 2023-11-09 [rubygems/rubygems] Provide more insightful test error output
5bb756287244923f2817a5989fe9dc78930b4380 2023-11-10 [rubygems/rubygems] Explicitly define `@default_specifications_dir` for tests
aabf2ce181053d37cbf1d6db55ff533055c96d83 2023-11-28 [rubygems/rubygems] Use globals variables for standard input/output
b37288c047681e02615b5b484fb265b394ddc612 2023-12-08 [rubygems/rubygems] Make the "auto-user-install" logic easier to follow
402fd96ddc401cf35bced8d394c44df98d6fc466 2023-12-12 [rubygems/rubygems] Make sure `--no-user-install` is respected for auto user installation
1fa5dd883e286a768a9dfa82ef3de562fcdabd01 2023-12-12 [rubygems/rubygems] Test if the user dir is used for auto user installation
befbcfd90c4fbbdc3cc3fa3a083ff6868a2bfb02 2023-12-12 [rubygems/rubygems] Explain the 3 states `options[:user_install]` can have.
612616925b3d5247748b8df98a13a70f74f8b4c3 2023-12-08 [rubygems/rubygems] Allow "default_user_install" to be overridden.
5880103450faf26da193ac914421957e37d71604 2023-03-13 [rubygems/rubygems] Use spec.base_dir to remove plugins
d9398ac430062891185afe34b37dd293615af941 2024-07-03 Use `__CET__` macro to enable IBT support. (#11081)
0dfe427cbaf6bd207ac2922496daae31fcfd3b9a 2025-05-15 [rubygems/rubygems] Fix typo "shippped" => "shipped"