aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Import rubygems 1.8.5 (released @ 137c80f)ryan2011-06-0157-2130/+3038
* * lib/cgi/util.rb: Improve documentation. Patch by Kuba Fietkiewicz.drbrain2011-06-012-10/+18
* * lib/mathn.rb: Improve documentation and attach it to Numeric.drbrain2011-06-011-21/+23
* * lib/prime.rb: Indent examples enough to appear as code sections.drbrain2011-06-011-18/+32
* * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to waitnahi2011-05-312-6/+41
* * lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri):naruse2011-05-291-0/+1
* update comment.akr2011-05-271-1/+1
* * lib/ostruct.rb (method_missing): Handle [] and []= correctly.marcandre2011-05-271-3/+3
* prevent an error when passing a frozen string to REXML::Text.newshyouhei2011-05-271-1/+1
* * lib/csv.rb: Enhance each() to support Enumerator.jeg22011-05-261-2/+6
* * lib/csv.rb: Documentation improvements from Ysiad Ferreiras.jeg22011-05-261-4/+5
* * lib/xmlrpc/parser.rb (FaultException): fix to_s and inspectshyouhei2011-05-261-2/+1
* * lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg22011-05-251-14/+21
* * lib/benchmark.rb: Restore nodoc for Benchmark::Job anddrbrain2011-05-251-2/+2
* * lib/net/pop.rb: Hide implementation details from RDoc.drbrain2011-05-251-4/+4
* * lib/net/ftp.rb: Add :nodoc: for private methods.drbrain2011-05-251-34/+39
* * lib/erb.rb: Restore documentation for ERB::Util and ERB::DefMethoddrbrain2011-05-241-2/+2
* * lib/erb.rb: Hide documentation for implementation details of ERB.drbrain2011-05-241-4/+5
* * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backwardnobu2011-05-241-11/+14
* * lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.nobu2011-05-241-7/+10
* * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): internal methods to be overridden...nobu2011-05-241-8/+2
* * lib/yaml.rb: switch default YAML engine to Psych, old syck enginetenderlove2011-05-231-0/+8
* * lib/net/smtp.rb: Document Net::SMTP::Response. Patch by J.R. Garcia.drbrain2011-05-231-0/+25
* * lib/test/unit/parallel.rb: Never Ignore SIGINT. When receivedsorah2011-05-232-6/+36
* * lib/mathn.rb: Improve documentation. Patch by Sandor Szucs.drbrain2011-05-231-9/+95
* * lib/ostruct.rb: Improve documentation. Patch by Franklin Webber.drbrain2011-05-221-18/+113
* * lib/timeout.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-221-20/+27
* * lib/ipaddr.rb: Improve documentation. Patch by Sandor Szucs.drbrain2011-05-221-0/+16
* * lib/forwardable.rb: Document def_delegator. Patch by Sandor Szucs.drbrain2011-05-221-0/+19
* * lib/fileutils.rb: Document block behavior of FileUtils.cd. Patch bydrbrain2011-05-221-0/+4
* * lib/scanf.rb: fix typosnagachika2011-05-201-2/+2
* * lib/scanf.rb: Improve documentation. Patch by Gabe McArthur.drbrain2011-05-191-326/+376
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-1954-1928/+1928
* * lib/benchmark.rb: Fix indentation.drbrain2011-05-182-47/+47
* * lib/net/imap.rb: Fix indentation of EOF for heredoc.drbrain2011-05-182-3/+3
* * lib/mkmf.rb: Fix indentation of EOM for heredoc.drbrain2011-05-181-2/+2
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-1866-3827/+3829
* * lib/cgi/util.rb: Improve documentation. Patch by Clinton Nixon.drbrain2011-05-183-0/+16
* * lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clintondrbrain2011-05-181-0/+9
* * lib: remove trailing spaces.nobu2011-05-187-54/+54
* * lib/timeout.rb (Timeout#timeout): don't leak "execution expired"kosaki2011-05-181-15/+17
* * lib/cmath.rb: Add some examples and improve documentation. Patch bydrbrain2011-05-171-12/+35
* * lib/benchmark.rb: Remove nodoc from Benchmark::Job anddrbrain2011-05-171-2/+6
* * lib/webrick/compat.rb: Improve documentation. Patch by Sandordrbrain2011-05-171-0/+20
* * lib/tracer.rb: Improve documentation. Patch by Richard Ramsden.drbrain2011-05-171-17/+115
* * lib/cmath.rb: Improve documentation. Patch by Jason Dew.drbrain2011-05-171-0/+43
* * lib/net/ftp.rb (module Net):drbrain2011-05-171-1/+54
* * lib/singleton.rb: Improve documentation. Patch by Pete Higgins.drbrain2011-05-171-225/+84
* * lib/net/http.rb: Improve documentation of proxy configurationdrbrain2011-05-161-4/+12
* * lib/net/pop.rb: Improve documentation. Patch by Vincent Batts.drbrain2011-05-162-0/+22