summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-09-22[ruby/erb] [DOC] Correct two errorsBurdetteLamar
2025-09-22[ruby/erb] [DOC] Doc for #def_method and #def_moduleBurdetteLamar
2025-09-22[ruby/erb] [DOC] Doc for ERB#def_classBurdetteLamar
2025-09-19[rubygems/rubygems] Switch `cache_all` to be `true` by defaultDavid Rodríguez
2025-09-19[rubygems/rubygems] Pull `Gem.win_platform?` out of a hot pathAaron Patterson
2025-09-19[rubygems/rubygems] Completely remove passing `--ext` to `bundle gem` without...David Rodríguez
2025-09-19[rubygems/rubygems] Switch `lockfile_checksums` to be true by defaultDavid Rodríguez
2025-09-19[rubygems/rubygems] Make `bundle show --outdated` raise an errorDavid Rodríguez
2025-09-19[rubygems/rubygems] Move error handling to right behind the optionDavid Rodríguez
2025-09-19[rubygems/rubygems] Make `--local-git` flag to `bundle plugin install` raise ...David Rodríguez
2025-09-19[rubygems/rubygems] Fix parallel installation issueDavid Rodríguez
2025-09-18[ruby/erb] [DOC] Doc for ERB#set_eoutvarBurdetteLamar
2025-09-18[ruby/erb] [DOC] Correct error in #make_compiler exampleBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for ERB#make_compilerBurdetteLamar
2025-09-18[ruby/erb] [DOC] Remove example from ERB.version (will get out-of-date)BurdetteLamar
2025-09-18[ruby/erb] [DOC] Tweak for ERB.new (argument eoutvar)BurdetteLamar
2025-09-18[ruby/erb] [DOC] Correct link in doc for attribute #encodingBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for constant VERSIONBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for constant NOT_GIVENBurdetteLamar
2025-09-18[ruby/erb] [DOC] Doc for attribute srcBurdetteLamar
2025-09-18[ruby/erb] [DOC] `ERB::Version`Nobuyoshi Nakada
2025-09-18[ruby/erb] [DOC] Fix the location of `url_encode` docNobuyoshi Nakada
2025-09-18[ruby/erb] [DOC] Fix the description of #new_toplevelNobuyoshi Nakada
2025-09-17[ruby/erb] [DOC] Doc for #new_toplevelBurdetteLamar
2025-09-17[ruby/erb] [DOC] More on encodingsBurdetteLamar
2025-09-17[ruby/erb] [DOC] Doc for ERB#runBurdetteLamar
2025-09-17[ruby/erb] [DOC] Adds section 'Error Reporting'Burdette Lamar
2025-09-17[rubygems/rubygems] Stop trying to remove every file on extractionAaron Patterson
2025-09-17[rubygems/rubygems] Finalize `bundle install --binstubs` removalDavid Rodríguez
2025-09-17[rubygems/rubygems] Fix grammar in `bundle install --binstubs` removal messageDavid Rodríguez
2025-09-17[rubygems/rubygems] Move `bundle install --binstubs` deprecation to cli.rbDavid Rodríguez
2025-09-17[rubygems/rubygems] Make `bundle remove --install` raise an errorDavid Rodríguez
2025-09-17[ruby/erb] [DOC] More on bindingsBurdette Lamar
2025-09-16[ruby/erb] [DOC] Enhanced doc for ERB.resultBurdette Lamar
2025-09-16[ruby/erb] [DOC] Improve section 'In Brief' in ERB class docBurdette Lamar
2025-09-16[ruby/erb] [DOC] Enhanced doc for ERB.versionBurdette Lamar
2025-09-16[ruby/erb] [DOC] Fix typos (https://github.com/ruby/erb/pull/70)Burdette Lamar
2025-09-16[rubygems/rubygems] Remove aggregate source mentionsDavid Rodríguez
2025-09-16[rubygems/rubygems] Completely remove multisources supportDavid Rodríguez
2025-09-16[rubygems/rubygems] Simplify an edge case of not adding lower bound requirementsDavid Rodríguez
2025-09-16[rubygems/rubygems] Multisource checks are only relevant when there's a lockfileDavid Rodríguez
2025-09-16[rubygems/rubygems] Handle locked sources more simillarly to locked specsDavid Rodríguez
2025-09-16[rubygems/rubygems] Use `IO.copy_stream` with IO object directlyAaron Patterson
2025-09-16[rubygems/rubygems] Remove `allow_offline_install` settingDavid Rodríguez
2025-09-16[rubygems/rubygems] Complete rubocop flags and settings removalDavid Rodríguez
2025-09-16[rubygems/rubygems] Fix `--no-rubocop` deprecation messageDavid Rodríguez
2025-09-16[rubygems/rubygems] Fix `rubocop` config removal messageDavid Rodríguez
2025-09-16[rubygems/rubygems] Pass the file size to IO.copy_streamAaron Patterson
2025-09-16[rubygems/rubygems] Use File#chmod rather than FileUtils.chmodAaron Patterson
2025-09-15[ruby/erb] [DOC] More on class ERBBurdette Lamar