aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] TruffleRuby uses a bash prelude in default launchersBenoit Daloze2023-11-131-1/+2
* [ruby/reline] Fallback to 256color if COLORTERM != truecolortomoya ishida2023-11-131-0/+42
* [rubygems/rubygems] Make sure to `require "rubygems"` explicitlyNobuyoshi Nakada2023-11-131-0/+2
* [rubygems/rubygems] Add a warning in an edge case of using `gemspec` DSLDavid Rodríguez2023-11-131-18/+23
* [rubygems/rubygems] This can be frozen nowDavid Rodríguez2023-11-131-2/+2
* [rubygems/rubygems] Remove now unnecessary dupsDavid Rodríguez2023-11-138-12/+8
* [rubygems/rubygems] Remove now unnecessary dupDavid Rodríguez2023-11-131-1/+1
* [rubygems/rubygems] Add a note about `required_rubygems_version` in BundlerDavid Rodríguez2023-11-131-1/+3
* [rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez2023-11-1314-27/+27
* [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in BundlerDavid Rodríguez2023-11-135-26/+13
* [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGemsDavid Rodríguez2023-11-1317-54/+29
* [rubygems/rubygems] Automatically lock extra ruby platformsDavid Rodríguez2023-11-132-3/+50
* [rubygems/rubygems] Extract builder to create a `LazySpecification` from full...David Rodríguez2023-11-132-4/+9
* [rubygems/rubygems] Extract a new small platform helperDavid Rodríguez2023-11-133-2/+7
* [rubygems/rubygems] Remove unused `SpecSet#merge`David Rodríguez2023-11-131-10/+0
* [rubygems/rubygems] Pass source to `LazySpecification` initializerDavid Rodríguez2023-11-131-2/+1
* [rubygems/rubygems] Allow setting metadata on LazySpecificationDavid Rodríguez2023-11-133-5/+5
* [rubygems/rubygems] Set LazySpecification dependencies directlyDavid Rodríguez2023-11-132-3/+3
* [ruby/prism] Add the ability to convert nodes to dotKevin Newton2023-11-122-0/+2
* [ruby/prism] Remove extra locals added by ...Kevin Newton2023-11-101-0/+4
* [ruby/prism] Add source code and changelog urisMateus Pereira2023-11-101-0/+2
* [ruby/irb] Bump version to 1.9.0ima1zumi2023-11-101-2/+2
* [ruby/open3] [DOC] RDoc for Open3Burdette Lamar2023-11-101-43/+87
* [ruby/irb] Add command line option to select which completor to usetomoya ishida2023-11-093-0/+10
* [ruby/prism] Provide Parameters#signature for mirroring Method#parametersKevin Newton2023-11-081-3/+49
* [ruby/tempfile] Make Tempfile#open return the underlying FileJeremy Evans2023-11-081-0/+1
* * remove trailing spaces. [ci skip]git2023-11-081-1/+1
* [ruby/tempfile] Fix Tempfile#{dup,clone}Jeremy Evans2023-11-081-18/+54
* [rubygems/rubygems] Ensure we are using the same extension dirHan Young2023-11-081-1/+1
* Refactor rb_shape_transition_shape_capa outJean Boussier2023-11-081-23/+8
* [ruby/irb] Type based completion using Prism and RBStomoya ishida2023-11-0811-27/+2339
* [ruby/irb] Fix dancing-ruby Ctrl+C stoptomoya ishida2023-11-081-1/+5
* [rubygems/rubygems] Hack to get `Gem::Specification#extensions_dir` documentedDavid Rodríguez2023-11-082-10/+17
* [rubygems/rubygems] Simplify selecting specs with `force_ruby_platform` setDavid Rodríguez2023-11-083-3/+16
* [rubygems/rubygems] Better error when having an insecure install folderDavid Rodríguez2023-11-084-13/+31
* [rubygems/rubygems] Remove redundant error classDavid Rodríguez2023-11-081-1/+1
* [rubygems/rubygems] Fix regression on old git versionsDavid Rodríguez2023-11-081-1/+9
* [rubygems/rubygems] Don't show bug report template when GEM_HOME has no writa...David Rodríguez2023-11-081-0/+8
* [rubygems/rubygems] Remove unnecessary rescueDavid Rodríguez2023-11-081-5/+0
* [rubygems/rubygems] Allow `--install-dir` to be specified together with `--us...Vít Ondruch2023-11-081-8/+0
* [rubygems/rubygems] Make the user installation less exceptionalVít Ondruch2023-11-081-12/+11
* [ruby/reline] Bump version to 0.4.0ima1zumi2023-11-071-1/+1
* [ruby/cgi] Add snake case aliases for escapeURIComponentJean Boussier2023-11-071-0/+3
* [ruby/cgi] Bump up 0.4.0Hiroshi SHIBATA2023-11-071-1/+1
* [ruby/open-uri] Bump up 0.4.0Hiroshi SHIBATA2023-11-071-1/+1
* [ruby/English] Bump up 0.8.0Hiroshi SHIBATA2023-11-071-1/+1
* [ruby/English] Combine duplicate aliases into single sections to more clearly...Keith R. Bennett2023-11-071-16/+2
* [ruby/fileutils] Bump up 1.7.2Hiroshi SHIBATA2023-11-071-1/+1
* [ruby/base64] Bump up 0.2.0Hiroshi SHIBATA2023-11-071-1/+1
* [ruby/base64] Enhanced Rdoc for Base64Burdette Lamar2023-11-071-60/+310