aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded exec bits from some filesDavid Rodríguez2019-11-092-0/+0
* Revert "Promote uri to default gems"Hiroshi SHIBATA2019-11-093-36/+5
* Remove YAML::VERSION because it conflicts with Psych::VERSIONHiroshi SHIBATA2019-11-092-10/+1
* Promote uri to default gemsHiroshi SHIBATA2019-11-093-5/+36
* Promote yaml to default gemsHiroshi SHIBATA2019-11-092-0/+32
* Promote timeout to default gemsHiroshi SHIBATA2019-11-092-0/+30
* Promote observer to default gems. But not yet releasedHiroshi SHIBATA2019-11-092-0/+32
* Added gemspec for readline gem that is wrapper library for reline and readlin...Hiroshi SHIBATA2019-11-091-0/+23
* Suppress "shadowing outer local variable" warning in 2.5aycabta2019-11-083-15/+21
* Fixed test failure related Net::ProtocolHiroshi SHIBATA2019-11-072-2/+4
* SMTP is not moduleHiroshi SHIBATA2019-11-071-1/+1
* Promote cgi to default gemsHiroshi SHIBATA2019-11-072-0/+30
* Promote net-smtp to default gemsHiroshi SHIBATA2019-11-073-1/+33
* Promote net-pop to default gemsHiroshi SHIBATA2019-11-073-1/+33
* Promote benchmark to default gemsHiroshi SHIBATA2019-11-072-0/+32
* Promote delegate to default gemsHiroshi SHIBATA2019-11-072-0/+30
* Promote pstore to default gemsHiroshi SHIBATA2019-11-072-0/+32
* Promote getoptlong to default gemsHiroshi SHIBATA2019-11-072-0/+32
* Promote open3 to default gemsHiroshi SHIBATA2019-11-072-0/+32
* Promote singleton to default gemsHiroshi SHIBATA2019-11-072-0/+30
* Time#strftime does not support `%Q`Kazuhiro NISHIYAMA2019-11-061-1/+0
* Only taint on Ruby <2.7Jeremy Evans2019-11-051-2/+2
* Only untaint line on Ruby <2.7Jeremy Evans2019-11-051-1/+1
* Use ident hash for top-level recursion checkJohn Hawthorn2019-11-041-8/+6
* Fixed a typoNobuyoshi Nakada2019-11-041-1/+1
* [ruby/racc] Strip trailing whitespaces at the last line of actionsNobuyoshi Nakada2019-11-041-0/+1
* Use prompt_list to calculate height by linesaycabta2019-11-021-12/+14
* Fix verbose warning being emittedJeremy Evans2019-10-311-1/+1
* [ruby/fileutils] Remove use of untaint on Ruby 2.7 to avoid deprecation warningsJeremy Evans2019-10-311-1/+2
* Update the latest versions from upstream repository of raccHiroshi SHIBATA2019-10-309-17/+20
* [ruby/rdoc] Support different drive latters in include pathsaycabta2019-10-291-3/+18
* Version 0.0.4aycabta2019-10-291-1/+1
* Improve Net::HTTP docs:zverok2019-10-262-6/+12
* OptionParser: document into: argumentzverok2019-10-261-3/+12
* open-uri: change global docs to reflect that URI.open syntax is preferredzverok2019-10-261-7/+7
* Net::FTP: fix formatting problems for #status methodzverok2019-10-261-1/+2
* IRB: Document command evaluation history.zverok2019-10-262-10/+57
* Update ERB docszverok2019-10-261-8/+21
* Make `(#methodname)` a link with --hyperlink-all optionaycabta2019-10-261-1/+1
* Make `(#methodname)` a linkNobuyoshi Nakada2019-10-261-1/+1
* [ruby/forwardable] Use Gemfile instead of Gem::Specification#add_development_...Hiroshi SHIBATA2019-10-261-3/+0
* [ruby/forwardable] Remove string allocation in def_{instance,single}_delegatorsJeremy Evans2019-10-261-2/+2
* [ruby/forwardable] Make def_{instance,single}_delegators skip :__send__ and :...Jeremy Evans2019-10-261-6/+4
* [ruby/forwardable] Update spec.filesHiroshi SHIBATA2019-10-261-1/+1
* [ruby/forwardable] Extracted VERSION constant for gemspecHiroshi SHIBATA2019-10-263-6/+8
* Rename old var name with new nameaycabta2019-10-251-1/+1
* [ruby/tracer] Use Gemfile instead of Gem::Specification#add_development_depen...Hiroshi SHIBATA2019-10-251-3/+0
* Remove unsused output_method argumentJeremy Evans2019-10-242-9/+3
* [ruby/webrick] Don't check tainting in access log escapingJeremy Evans2019-10-241-5/+3
* [ruby/webrick] Support literal IPv6 addresses in X-Forwarded-HostJeremy Evans2019-10-241-1/+6