Age | Commit message (Expand) | Author |
---|
6 hours | [rubygems/rubygems] Handle RubyGems installing to custom dir with non-existen... | Nicholas La Roux |
2024-10-30 | [rubygems/rubygems] Rely on PATH if Ruby is not installed in the same directo... | David Rodríguez |
2024-10-30 | [rubygems/rubygems] Simplify enable-load-relative prolog script creation | David Rodríguez |
2024-09-27 | [rubygems/rubygems] Warning about PATH in `--user-install` mode is only neces... | David Rodríguez |
2024-09-16 | [rubygems/rubygems] Remove temporary `.lock` files left around by gem installer | David Rodríguez |
2024-09-06 | [rubygems/rubygems] Ensure that the lock file will be removed | Nobuyoshi Nakada |
2024-09-06 | [rubygems/rubygems] Remove the lock file for binstubs | Nobuyoshi Nakada |
2024-07-08 | [rubygems/rubygems] Fix another race condition | David Rodríguez |
2024-07-08 | [rubygems/rubygems] Properly protect writing binstubs with a file lock | David Rodríguez |
2024-07-08 | [rubygems/rubygems] Remove unnecessary FileUtils usage | David Rodríguez |
2024-06-28 | [rubygems/rubygems] Protect binstub access during creation with a flock | David Rodríguez |
2024-06-18 | [rubygems/rubygems] Add `--target-rbconfig` option to `gem install` and `gem ... | Yuta Saito |
2024-05-16 | [rubygems/rubygems] Fix binstubs sometimes not getting regenerated when `--de... | David Rodriguez |
2023-12-16 | [rubygems/rubygems] More improves to default gem home selection for installation | David Rodríguez |
2023-12-14 | [rubygems/rubygems] Allow "default_user_install" to be overridden. | Vít Ondruch |
2023-12-13 | [rubygems/rubygems] Explain the 3 states `options[:user_install]` can have. | Vít Ondruch |
2023-12-13 | [rubygems/rubygems] Make sure `--no-user-install` is respected for auto user ... | Vít Ondruch |
2023-12-12 | [rubygems/rubygems] Make the "auto-user-install" logic easier to follow | Vít Ondruch |
2023-12-11 | [rubygems/rubygems] Fewer allocations in gem installation | Samuel Giddins |
2023-12-07 | [rubygems/rubygems] Use modern hashes consistently | David Rodríguez |
2023-12-07 | [rubygems/rubygems] Make --build-root disable auto-user-install. | Ellen Marie Dash |
2023-12-07 | [rubygems/rubygems] Better approach to falling back to user installation when... | David Rodríguez |
2023-12-05 | [rubygems/rubygems] Instead of checking writability, try to write | David Rodríguez |
2023-11-13 | [rubygems/rubygems] TruffleRuby uses a bash prelude in default launchers | Benoit Daloze |
2023-11-13 | [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGems | David Rodríguez |
2023-11-08 | [rubygems/rubygems] Remove unnecessary rescue | David Rodríguez |
2023-11-08 | [rubygems/rubygems] Make the user installation less exceptional | Vít Ondruch |
2023-10-11 | [rubygems/rubygems] Update incorrect comments. | Ellen Marie Dash |
2023-10-11 | [rubygems/rubygems] Call check_that_user_bin_dir_is_in_path ANY time Gem.path... | Ellen Marie Dash |
2023-05-25 | [rubygems/rubygems] Load plugin immediately | Sutou Kouhei |
2023-04-11 | util/rubocop -A --only Style/NumericLiteralPrefix | Hiroshi SHIBATA |
2023-04-06 | [rubygems/rubygems] Improve comment explaining the neccessity of `write_defau... | Vít Ondruch |
2023-04-05 | [rubygems/rubygems] util/rubocop -A --only Style/RegexpLiteral | Hiroshi SHIBATA |
2023-04-04 | [rubygems/rubygems] util/rubocop -A --only Performance/RegexpMatch | Hiroshi SHIBATA |
2023-03-28 | Onboard Rubocop Naming/MemoizedInstanceVariableName rule to RubyGems. | Josef Šimánek |
2023-03-23 | util/rubocop -A --only Layout/EmptyLineAfterMagicComment | Hiroshi SHIBATA |
2023-03-23 | [rubygems/rubygems] Enabled Style/RedundantReturn cop | Hiroshi SHIBATA |
2023-03-23 | [rubygems/rubygems] util/rubocop -A --only Style/Next | Hiroshi SHIBATA |
2023-03-17 | util/rubocop -A --only Style/SymbolProc | Hiroshi SHIBATA |
2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/BarePercentLiterals | Hiroshi SHIBATA |
2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/CommentAnnotation | Hiroshi SHIBATA |
2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/NestedParenthesizedCalls | Hiroshi SHIBATA |
2023-03-17 | [rubygems/rubygems] util/rubocop -A --only Style/StringLiteralsInInterpolation | Hiroshi SHIBATA |
2023-03-06 | More debug for 75829f4d37d31658aeebd9799b513e35fea805e0 | Hiroshi SHIBATA |
2023-01-23 | [rubygems/rubygems] blade is hosted under ruby-lang.org now | Hiroshi SHIBATA |
2022-09-08 | Resync Bundler & RubyGems | David Rodríguez |
2022-08-09 | Merge rubygems/bundler HEAD. | Hiroshi SHIBATA |
2022-08-04 | [rubygems/rubygems] Warn dangling symlinks | David Rodríguez |
2022-08-03 | Merge rubygems/bundler HEAD | Hiroshi SHIBATA |
2022-07-22 | RubyGems: Enable Style/StringLiterals cop | Takuya Noguchi |