ruby/lib/rubygems
David Rodríguez 851a3e7724 [rubygems/rubygems] Restore treating "--" as an unknown platform
Rather than crashing when parsing it.

aa0064e4c7
2025-07-17 11:07:22 +09:00
..
commands [rubygems/rubygems] Fix gem pristine sometimes not resetting extensions 2025-06-11 08:48:57 +09:00
core_ext [rubygems/rubygems] Avoid more warnings when using RubyGems with old Bundler 2025-07-14 11:52:14 +09:00
ext [rubygems/rubygems] Removed ccache or sccache from args of Rust builder 2025-06-12 14:28:43 +09:00
gemcutter_utilities [rubygems/rubygems] bin/rubocop -a --only Style/StringLiterals 2025-04-25 16:25:21 +09:00
package [rubygems/rubygems] Add mtime to Gem::Package::TarWriter#add_file argument 2025-05-08 18:03:04 +09:00
request [rubygems/rubygems] Vendor net-http and net-protocol in RubyGems 2023-12-13 12:16:55 +09:00
request_set [rubygems/rubygems] [DOC] Fix missing single quote 2024-12-02 16:06:44 +00:00
resolver [rubygems/rubygems] Copy prerelease attribute to dependency resolver sets 2025-05-21 11:33:32 +09:00
safe_marshal Merge RubyGems-3.6.2 and Bundler-2.6.2 2024-12-24 07:21:10 +09:00
security [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
source [rubygems/rubygems] Apply suggestions from code review 2024-12-05 19:00:44 +00:00
ssl_certs [rubygems/rubygems] Update bundled tls certs 2025-06-13 12:55:13 +09:00
util [rubygems/rubygems] Update SPDX license list as of 2025-07-01 2025-07-07 11:53:15 +09:00
vendor [rubygems/rubygems] Update vendored resolv to 0.6.2 2025-07-10 15:40:07 +09:00
available_set.rb
basic_specification.rb Move most of Bundler::GemHelpers to Gem::Platform 2025-06-06 10:22:18 +09:00
bundler_version_finder.rb [rubygems/rubygems] Make "bundler? update --bundler" behave identically 2024-06-20 00:12:31 +00:00
ci_detector.rb [rubygems/rubygems] Introduce the Gem::CIDetector 2023-12-06 20:05:23 +00:00
command.rb [rubygems/rubygems] gem server command is extracted from rubygems core feature now 2025-02-20 12:58:45 +09:00
command_manager.rb [rubygems/rubygems] Fix plugin command loading 2024-10-09 05:26:27 +00:00
compatibility.rb
config_file.rb [rubygems/rubygems] fix s3 source configuration issue 2024-07-11 02:27:46 +00:00
defaults.rb [rubygems/rubygems] Fix Style/RedundantParentheses by bin/rubocop -a 2025-03-27 16:57:10 +09:00
dependency.rb [rubygems/rubygems] Fix specs with missing extensions getting activated 2024-10-10 14:51:32 +00:00
dependency_installer.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
dependency_list.rb [rubygems/rubygems] Rename wrapper files for vendored libraries with 'vendored_' prefix 2024-02-26 22:04:04 +00:00
deprecate.rb [rubygems/rubygems] Fix circular require warning 2024-04-29 09:04:33 +00:00
doctor.rb
errors.rb [rubygems/rubygems] Make sure MissingSpecVersionError#to_s prints exception message 2024-10-02 14:34:55 +09:00
exceptions.rb [rubygems/rubygems] Deprecate constant that has been unused for a long time 2024-09-06 18:44:37 +00:00
ext.rb
gem_runner.rb Validate user input encoding 2024-11-04 10:18:55 +00:00
gemcutter_utilities.rb [rubygems/rubygems] Added push_rubygem to default scope at gem signin command 2025-06-30 12:56:50 +09:00
gemspec_helpers.rb [rubygems/rubygems] [gemspec_helpers] Fix Rubocop warning. 2024-03-29 08:03:41 +00:00
install_default_message.rb
install_message.rb
install_update_options.rb [rubygems/rubygems] Add --target-rbconfig option to gem install and gem update commands 2024-06-18 00:59:35 +00:00
installer.rb [rubygems/rubygems] Fix more warnings when running old Bundler with latest RubyGems 2025-07-14 11:52:14 +09:00
installer_uninstaller_utils.rb
local_remote_options.rb [rubygems/rubygems] bin/rubocop -a --only Style/MultipleComparison 2025-02-21 11:31:47 +09:00
name_tuple.rb
openssl.rb
package.rb Psych and SafeYAML was loaded Gem.load_yml, these changes is unnecessary 2025-05-13 15:49:20 +09:00
package_task.rb [rubygems/rubygems] Use modern hashes consistently 2023-12-07 22:29:33 +00:00
path_support.rb [rubygems/rubygems] Better approach to falling back to user installation when GEM_HOME not writable 2023-12-07 13:56:22 +09:00
platform.rb [rubygems/rubygems] Restore treating "--" as an unknown platform 2025-07-17 11:07:22 +09:00
psych_tree.rb [rubygems/rubygems] Use Hash#compact 2024-02-21 06:39:37 +00:00
query_utils.rb [rubygems/rubygems] Fix gem info tagging some non default gems as default 2024-12-16 18:09:54 +00:00
rdoc.rb [rubygems/rubygems] Fix gem rdoc not working with newer versions of rdoc 2025-03-10 12:43:36 +09:00
remote_fetcher.rb [rubygems/rubygems] Let s3_uri_signer accept the HTTP method 2025-07-09 13:48:37 +09:00
request.rb [rubygems/rubygems] Rename wrapper files for vendored libraries with 'vendored_' prefix 2024-02-26 22:04:04 +00:00
request_set.rb [rubygems/rubygems] Fix gem install sometimes compiling the wrong source files 2025-06-17 15:09:34 +09:00
requirement.rb [rubygems/rubygems] Allocate strings from Requirement match only once 2025-02-10 09:27:18 +09:00
resolver.rb [rubygems/rubygems] Install the best matching gem for the current platform in gem install 2025-06-11 08:48:56 +09:00
s3_uri_signer.rb [rubygems/rubygems] Let s3_uri_signer accept the HTTP method 2025-07-09 13:48:37 +09:00
safe_marshal.rb
safe_yaml.rb Psych and SafeYAML was loaded Gem.load_yml, these changes is unnecessary 2025-05-13 15:49:20 +09:00
security.rb [rubygems/rubygems] Use https instead of http 2024-02-21 03:30:22 +00:00
security_option.rb
source.rb [rubygems/rubygems] Copy prerelease attribute to dependency resolver sets 2025-05-21 11:33:32 +09:00
source_list.rb Vendor uri gem in RubyGems 2024-01-29 12:14:21 +09:00
spec_fetcher.rb [rubygems/rubygems] [SpecFetcher] If candidates include {name}-ruby or ruby-{name}, recommend those. 2024-11-26 22:04:26 +00:00
specification.rb [rubygems/rubygems] misc: fix spelling 2025-06-03 07:47:14 +09:00
specification_policy.rb [rubygems/rubygems] Fix spelling, it's "cannot" rather than "can not" 2024-09-17 20:09:07 +00:00
specification_record.rb [rubygems/rubygems] Fix duplicated specs when they have been previously activated 2024-10-14 14:51:20 +00:00
stub_specification.rb [rubygems/rubygems] Fix gem pristine etc resetting gem twice sometimes 2024-10-10 14:54:04 +00:00
target_rbconfig.rb [rubygems/rubygems] Add --target-rbconfig option to gem install and gem update commands 2024-06-18 00:59:35 +00:00
text.rb
uninstaller.rb Merge RubyGems-3.6.2 and Bundler-2.6.2 2024-12-24 07:21:10 +09:00
unknown_command_spell_checker.rb
update_suggestion.rb [rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetector 2023-12-06 20:05:24 +00:00
uri.rb [rubygems/rubygems] URI::DEFAULT_PARSER.escape is obsoleted. We should use URI::RFC2396_PARSER.escape explicitly 2024-11-14 07:44:01 +00:00
uri_formatter.rb Handle to look up CGI::EscapeExt instead of using LoadError. cgi/escape is provided snce Ruby 2.3 2025-05-13 14:37:24 +09:00
user_interaction.rb [rubygems/rubygems] Use globals variables for standard input/output 2023-12-07 13:55:31 +09:00
util.rb Vendor uri gem in RubyGems 2024-01-29 12:14:21 +09:00
validator.rb
vendored_molinillo.rb [rubygems/rubygems] Rename molinillo wrapper file to vendored_molinillo.rb 2024-01-30 09:26:54 +00:00
vendored_net_http.rb [rubygems/rubygems] Skip to load vendored libraries if it's already loaded 2024-02-26 22:04:08 +00:00
vendored_optparse.rb [rubygems/rubygems] Rename wrapper files for vendored libraries with 'vendored_' prefix 2024-02-26 22:04:04 +00:00
vendored_securerandom.rb Bump vendored securerandom to 0.4.0 2024-12-13 11:24:08 +09:00
vendored_timeout.rb [rubygems/rubygems] Skip to load vendored libraries if it's already loaded 2024-02-26 22:04:08 +00:00
vendored_tsort.rb [rubygems/rubygems] Rename wrapper files for vendored libraries with 'vendored_' prefix 2024-02-26 22:04:04 +00:00
version.rb [rubygems/rubygems] Speed up Version#<=> ~20-50% when lengths differ 2025-03-18 09:42:38 +09:00
version_option.rb
yaml_serializer.rb [rubygems/rubygems] Fix line comment issue for map 2024-07-19 03:03:16 +00:00