mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/webrick/log.rb: Hide copyright info from ri
* lib/webrick/httpstatus.rb: ditto * lib/webrick/htmlutils.rb: ditto * lib/webrick/httpversion.rb: ditto * lib/webrick/version.rb: ditto * lib/webrick/httpauth/userdb.rb: ditto * lib/webrick/httpauth/authenticator.rb: ditto * lib/webrick/accesslog.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c980b87d07
commit
38b4876bb0
9 changed files with 19 additions and 8 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
Tue May 10 04:22:09 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/webrick/log.rb: Hide copyright info from ri
|
||||
* lib/webrick/httpstatus.rb: ditto
|
||||
* lib/webrick/htmlutils.rb: ditto
|
||||
* lib/webrick/httpversion.rb: ditto
|
||||
* lib/webrick/version.rb: ditto
|
||||
* lib/webrick/httpauth/userdb.rb: ditto
|
||||
* lib/webrick/httpauth/authenticator.rb: ditto
|
||||
* lib/webrick/accesslog.rb: ditto
|
||||
|
||||
Mon May 9 20:57:13 2011 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* test/ruby/test_{complex,rational}.rb: added tests.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
#--
|
||||
# accesslog.rb -- Access log handling utilities
|
||||
#
|
||||
# Author: IPR -- Internet Programming with Ruby -- writers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
#--
|
||||
# htmlutils.rb -- HTMLUtils Module
|
||||
#
|
||||
# Author: IPR -- Internet Programming with Ruby -- writers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
#--
|
||||
# httpauth/authenticator.rb -- Authenticator mix-in module.
|
||||
#
|
||||
# Author: IPR -- Internet Programming with Ruby -- writers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
#--
|
||||
# httpauth/userdb.rb -- UserDB mix-in module.
|
||||
#
|
||||
# Author: IPR -- Internet Programming with Ruby -- writers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
#--
|
||||
# httpstatus.rb -- HTTPStatus Class
|
||||
#
|
||||
# Author: IPR -- Internet Programming with Ruby -- writers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
#--
|
||||
# HTTPVersion.rb -- presentation of HTTP version
|
||||
#
|
||||
# Author: IPR -- Internet Programming with Ruby -- writers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
#--
|
||||
# log.rb -- Log Class
|
||||
#
|
||||
# Author: IPR -- Internet Programming with Ruby -- writers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
#--
|
||||
# version.rb -- version and release date
|
||||
#
|
||||
# Author: IPR -- Internet Programming with Ruby -- writers
|
||||
|
|
Loading…
Reference in a new issue