summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-04-21Fixed incorrect man path with ruby installation pathHiroshi SHIBATA
2020-04-18[ruby/reline] Add ed_search_next_historyaycabta
2020-04-18[ruby/reline] Add ed_search_prev_historyaycabta
2020-04-18[ruby/reline] Use vi_search_{prev,next} to incremental searchaycabta
2020-04-18[ruby/reline] Rename search_history with incremental_search_historyaycabta
2020-04-17Remove lib/rss.rbSutou Kouhei
2020-04-11Fix articles.Tanaka Akira
2020-04-11Replace Fixnum by Integer in a document.Tanaka Akira
2020-04-08[ruby/weakref] Update TODO on READMEHiroshi SHIBATA
2020-04-08The current net-http is only works with Ruby 2.6+Hiroshi SHIBATA
2020-04-08The current tempfile.rb is only works with Ruby 2.5+Hiroshi SHIBATA
2020-04-08Update the latest gemspec of prime.Hiroshi SHIBATA
2020-04-08Update the version of published gemspec.Hiroshi SHIBATA
2020-04-07[DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada
2020-04-07Bundler is not documented in RDoc, but something differentNobuyoshi Nakada
2020-04-05[Doc] Exclude bundler vendored libraries directoryNobuyoshi Nakada
2020-04-05Exclude bundler vendored librariesNobuyoshi Nakada
2020-04-05Added tooldir variableNobuyoshi Nakada
2020-04-03webrick/ssl: More keyUsage for self-signed certsSorah Fukumori
2020-03-30Migrate {assert,refute}_patch_exits for compatibility with Minitest5Hiroshi SHIBATA
2020-03-30[rubygems/rubygems] Remove deprecated + broken rubygems/source_local.Ellen Marie Dash
2020-03-30[rubygems/rubygems] Revert "Remove Gem::DependencyInstaller#find_gems_with_so...David Rodríguez
2020-03-30[rubygems/rubygems] Remove misleading commentDavid Rodríguez
2020-03-30[rubygems/rubygems] Remove ruby 1.8 leftoversDavid Rodríguez
2020-03-30[rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correctDavid Rodríguez
2020-03-30[rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygemsDavid Rodríguez
2020-03-29[ruby/irb] Require jruby lib to get JRuby.compile_irCharles Oliver Nutter
2020-03-26* remove trailing spaces. [ci skip]git
2020-03-26[ruby/uri] Remove RCS keywordsDavid Rodríguez
2020-03-26[ruby/uri] Remove revision lines from commentsMatt Muller
2020-03-26[ruby/uri] Add support for WebSocketsMatt Muller
2020-03-26[ruby/uri] Simplify construction of URI instances using parser interface.Samuel Williams
2020-03-26[ruby/uri] Prefer `require_relative` for loading internal codeDavid Rodríguez
2020-03-26[ruby/reline] Suppress error when check ambiguous char width in LANG=Caycabta
2020-03-26[ruby/reline] Suppress error in case INPUTRC env is emptyaycabta
2020-03-26[ruby/reline] Work with wrong $/ value correctlyaycabta
2020-03-26[ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta
2020-03-26[ruby/irb] Detect multiple lines output simplifyaycabta
2020-03-26[ruby/irb] Unnamed groups are not captured when named groups are usedNobuyoshi Nakada
2020-03-25Import racc-1.5.0 from upstream repository.Hiroshi SHIBATA
2020-03-24Sync rubygems with current master (#2889)David Rodríguez
2020-03-22Support obj.clone(freeze: true) for freezing cloneJeremy Evans
2020-03-12Add workaround for test-bundler failureKazuhiro NISHIYAMA
2020-03-10Fix an example committed to a wrong place [ci skip]Takashi Kokubun
2020-03-10Let Net::HTTP.get take request headers (#2957)Takashi Kokubun
2020-03-08Specify explicit separator not to be affected by $;Nobuyoshi Nakada
2020-03-07Removed unnecessary `chomp`Nobuyoshi Nakada
2020-03-06Improve docs for Prime.{prime_division,int_from_prime_division} (#8)Marcus Stollsteimer
2020-03-06[ruby/prime] Fix typoMarcus Stollsteimer
2020-03-06[ruby/prime] Improve docs for Prime.include? (#7)Marcus Stollsteimer