mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Cross-ported fix for REXML bug #14, StreamParser and doctype events.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0d04057aad
commit
ad68e20351
2 changed files with 7 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
#
|
||||
# Main page:: http://www.germane-software.com/software/rexml
|
||||
# Author:: Sean Russell <serATgermaneHYPHENsoftwareDOTcom>
|
||||
# Version:: 3.0.8
|
||||
# Version:: 3.0.9
|
||||
# Date:: +2004/137
|
||||
#
|
||||
# This API documentation can be downloaded from the REXML home page, or can
|
||||
|
@ -22,5 +22,5 @@
|
|||
module REXML
|
||||
Copyright = "Copyright © 2001, 2002, 2003, 2004 Sean Russell <ser@germane-software.com>"
|
||||
Date = "+2004/137"
|
||||
Version = "3.0.8"
|
||||
Version = "3.0.9"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue