index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2024-09-17
[ruby/uri] Fix spelling of "cannot"
David Rodríguez
2024-09-17
[rubygems/rubygems] Fix spelling, it's "cannot" rather than "can not"
David Rodríguez
2024-09-17
[rubygems/rubygems] Fix `--local` hitting the network when default gems are i...
David Rodríguez
2024-09-17
[rubygems/rubygems] Inline a private method
David Rodríguez
2024-09-17
[rubygems/rubygems] Consistently access install options through symbol keys
David Rodríguez
2024-09-16
[ruby/prism] Do not leak explicit encoding
Kevin Newton
2024-09-16
[ruby/irb] Use InstructionSequence#script_lines to get method source
tomoya ishida
2024-09-16
[rubygems/rubygems] Simplify handling default gem caching
David Rodríguez
2024-09-16
[rubygems/rubygems] Remove temporary `.lock` files left around by gem installer
David Rodríguez
2024-09-16
[rubygems/rubygems] Make sure implementations of `Gem.open_file_with_flock` m...
David Rodríguez
2024-09-13
[ruby/prism] Expose main_script in serialization API
Kevin Newton
2024-09-13
Dont't warn reline called from irb, reline is already declared at irb gemspec
Hiroshi SHIBATA
2024-09-12
[ruby/prism] Check errno for parsing directory
Kevin Newton
2024-09-12
[ruby/irb] Remove KEYWORD_ALIASES which handled special alias name
tomoya ishida
2024-09-11
[rubygems/rubygems] Small simplification in Definition class
David Rodríguez
2024-09-11
[rubygems/rubygems] Fix `bundle exec rake install` failing when local gem has...
David Rodríguez
2024-09-11
[rubygems/rubygems] Only raise DSLError during Gemfile parsing when it's actu...
David Rodríguez
2024-09-11
[rubygems/rubygems] Don't rescue Exception when evaluating Gemfile
David Rodríguez
2024-09-11
[rubygems/rubygems] Refactor setting current gemfile in DSL
David Rodríguez
2024-09-11
[rubygems/rubygems] The `dsl_path` parameter in DSLError is documented as a s...
David Rodríguez
2024-09-11
[rubygems/rubygems] Make an exe file executable when generating new gems
Yuji Yaginuma
2024-09-10
[ruby/tmpdir] Reject empty parent path
Nobuyoshi Nakada
2024-09-10
[ruby/resolv] Add spec extensions
Nobuyoshi Nakada
2024-09-10
[rubygems/rubygems] Removed duplicated dependencies that used by bundler inline
Hiroshi SHIBATA
2024-09-10
[rubygems/rubygems] Retry resolution with activated gems if inline has conflicts
David Rodríguez
2024-09-10
[rubygems/rubygems] Remove unnecessary verification
David Rodríguez
2024-09-10
[rubygems/rubygems] Avoid having to redefine `Definition#lock` in inline mode
David Rodríguez
2024-09-09
[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`
Koichi ITO
2024-09-09
[rubygems/rubygems] Don't include hook templates in cached git source
Daniel Colson
2024-09-09
[rubygems/rubygems] Avoid now unnecessary reset
David Rodríguez
2024-09-09
[rubygems/rubygems] Make `gem exec` use the standard GEM_HOME
David Rodríguez
2024-09-09
[rubygems/rubygems] Fix `gem fetch` always exiting with zero status code
David Rodríguez
2024-09-08
[ruby/benchmark] Set required_ruby_version = ">= 2.1.0"
Earlopain
2024-09-08
[ruby/open-uri] Update error message for `request_specific_fields` option val...
otegami
2024-09-08
[ruby/open-uri] Add documentation for `request_specific_fields` option
otegami
2024-09-08
[ruby/open-uri] Add `request_specific_fields` option for customizing headers
otegami
2024-09-08
[ruby/rdoc] Use pointer cursor for navigation toggle
Mads Ohm Larsen
2024-09-07
[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`
Koichi ITO
2024-09-06
[ruby/rdoc] Add more space after magnifying glass
Mads Ohm Larsen
2024-09-06
[rubygems/rubygems] Remove unnecessary "./" when appending string to uri
David Rodríguez
2024-09-06
[rubygems/rubygems] Fix `gem install does-not-exist` being super slow
David Rodríguez
2024-09-06
[rubygems/rubygems] Deprecate constant that has been unused for a long time
David Rodríguez
2024-09-06
[rubygems/rubygems] Remove incorrect documentation
David Rodríguez
2024-09-06
[rubygems/rubygems] Remove unreachable code
David Rodríguez
2024-09-06
[rubygems/rubygems] Ensure that the lock file will be removed
Nobuyoshi Nakada
2024-09-06
[rubygems/rubygems] Workaround for TruffleRuby
Nobuyoshi Nakada
2024-09-06
[rubygems/rubygems] Remove the lock file for binstubs
Nobuyoshi Nakada
2024-09-06
Merge GH-11492
Hiroshi SHIBATA
2024-09-06
Warn irb, reline for Ruby 3.5
Hiroshi SHIBATA
2024-09-06
[ruby/time] Bump up v0.4.0
Hiroshi SHIBATA
[next]