summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-06-03[rubygems/rubygems] Remove `.git` from `spec.files` default ignore listTangRufus
2025-06-03[rubygems/rubygems] Rename `ignore_files` to `ignore_paths`TangRufus
2025-06-03[rubygems/rubygems] Add `.gitignore`, `gems.rb` & `gems.locked` into `spec.fi...TangRufus
2025-06-03[rubygems/rubygems] Remove `features/` from `spec.files` default ignore listTangRufus
2025-06-03[rubygems/rubygems] Only ignore `test/` when generating gems with `minitest` ...TangRufus
2025-06-03[rubygems/rubygems] Suffix `.circleci` with `/` in `spec.files` in the `.gems...TangRufus
2025-06-03[rubygems/rubygems] Suffix `.github` with `/` in `spec.files` in the `.gemspe...TangRufus
2025-06-03[rubygems/rubygems] Exclude `spec` from `spec.files` in the `.gemspec` templa...TangRufus
2025-06-03[rubygems/rubygems] Exclude `.rspec` from `spec.files` in the `.gemspec` temp...TangRufus
2025-06-03[rubygems/rubygems] Exclude `.rubocop.yml` and `.standard.yml` from `spec.fil...TangRufus
2025-06-03[rubygems/rubygems] Remove `appveyor` from `spec.files` default ignore listTangRufus
2025-06-03[rubygems/rubygems] Refactor `spec.files` ignore list generationTangRufus
2025-06-03[rubygems/rubygems] Moved the REMEMBERING OPTIONS section to be after CONFIGU...Matthew Hively
2025-06-03[rubygems/rubygems] Clarify how BUNDLE_DEPLOYMENT, BUNDLE_FROZEN and BUNDLE_P...Matthew Hively
2025-06-03[rubygems/rubygems] misc: fix spellingJohn Bampton
2025-05-29[ruby/prism] [DOC] Markup `__FILE__` as code, not emphasisNobuyoshi Nakada
2025-05-29[ruby/prism] [DOC] Stop rdoc from processing non-rdoc commentsNobuyoshi Nakada
2025-05-29[ruby/prism] [DOC] Add code fencesNobuyoshi Nakada
2025-05-29[ruby/prism] [DOC] Specify markdown mode to RDocNobuyoshi Nakada
2025-05-28[ruby/resolv] Update resolv.rb - fix spellingJohn Bampton
2025-05-26[rubygems/rubygems] Remove backport of LATEST_RUBY_WITHOUT_PATCH_VERSIONSSamuel Giddins
2025-05-26[rubygems/rubygems] Remove platform backports from bundlerSamuel Giddins
2025-05-26[rubygems/rubygems] Remove reference to validate_rust_builder_rubygems_versionSamuel Giddins
2025-05-26[rubygems/rubygems] Bump required_ruby_version to 3.2Samuel Giddins
2025-05-21[rubygems/rubygems] Copy prerelease attribute to dependency resolver setsNathan Ladd
2025-05-20Fix uplevel for `cgi` under bundlerEarlopain
2025-05-20Remove SortedSet autoload and set/sorted_setJeremy Evans
2025-05-19[rubygems/rubygems] Missing tweakDavid Rodríguez
2025-05-19[rubygems/rubygems] Simplify Gem::Platform#initializeSamuel Giddins
2025-05-19[rubygems/rubygems] RuboCopSamuel Giddins
2025-05-19[rubygems/rubygems] Ensure that Gem::Platform parses strings to a fix pointSamuel Giddins
2025-05-17[ruby/net-http] Freeze some constants to improve Ractor compatibilityDaisuke Aritomo
2025-05-14[ruby/erb] Version 5.0.1Takashi Kokubun
2025-05-14Applied rake vendor:installHiroshi SHIBATA
2025-05-13[ruby/erb] Give up on using resolve_feature_pathTakashi Kokubun
2025-05-13[ruby/erb] Reapply "Refactor the logic of require 'erb/escape'Takashi Kokubun
2025-05-13[ruby/erb] Update the reason why we need to rescue LoadErrorTakashi Kokubun
2025-05-13[ruby/erb] Revert "Refactor the logic of require 'erb/escape'Takashi Kokubun
2025-05-13[ruby/erb] Version 5.0.0Takashi Kokubun
2025-05-13[ruby/erb] Publish constant ERB::VERSIONTakashi Kokubun
2025-05-13[ruby/erb] Refactor the logic of require 'erb/escape'Takashi Kokubun
2025-05-13[ruby/erb] Support all cgi.gem versionsTakashi Kokubun
2025-05-13Psych and SafeYAML was loaded Gem.load_yml, these changes is unnecessaryHiroshi SHIBATA
2025-05-13Handle to look up CGI::EscapeExt instead of using LoadError. cgi/escape is pr...Hiroshi SHIBATA
2025-05-12[ruby/erb] Use cgi/escape instead of deprecated cgi/utilNobuyoshi Nakada
2025-05-12[ruby/erb] [DOC] Make documentation 100%Nobuyoshi Nakada
2025-05-12[rubygems/rubygems] Fix doctor command parsing of otool outputRandy Stauner
2025-05-12Copy to path with the base nameNobuyoshi Nakada
2025-05-11namespace on readSatoshi Tagomori
2025-05-09Replaced CGI.parse with URI.decode_www_formHiroshi SHIBATA