diff options
| author | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-12 12:08:52 +0000 |
|---|---|---|
| committer | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-12 12:08:52 +0000 |
| commit | 2f5bd9d6d7c0a1520713e63b941f7f7c7dfd340e (patch) | |
| tree | 8c1af789ecbdd10533ff280b1f686bd89df2999d /lib/rexml/rexml.rb | |
| parent | ab5c006a9943af0889e0e48be03f4932e70b28d8 (diff) | |
| download | ruby-2f5bd9d6d7c0a1520713e63b941f7f7c7dfd340e.tar.gz ruby-2f5bd9d6d7c0a1520713e63b941f7f7c7dfd340e.tar.xz ruby-2f5bd9d6d7c0a1520713e63b941f7f7c7dfd340e.zip | |
* Fixed the inheritance bug in the pull parser that James Britt found.
* Indentation changes, and changed some exceptions to runtime
exceptions.
* Backed out the patch that changed the versions
* Wasn't including Text class.
* Fixes issue:25 (Trac)
* Fixes ticket:3 (Issue38 in Roundup.)
* Numerous fixes in the XPath interpreter correcting, among other
things, ordering bugs and some incorrect behavior.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/rexml.rb')
| -rw-r--r-- | lib/rexml/rexml.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb index fcffe13d2..86690b848 100644 --- a/lib/rexml/rexml.rb +++ b/lib/rexml/rexml.rb @@ -11,7 +11,7 @@ # Main page:: http://www.germane-software.com/software/rexml # Author:: Sean Russell <serATgermaneHYPHENsoftwareDOTcom> # Version:: 3.1.3 -# Date:: +2005/138 +# Date:: 2005/224 # # This API documentation can be downloaded from the REXML home page, or can # be accessed online[http://www.germane-software.com/software/rexml_doc] @@ -20,7 +20,7 @@ # or can be accessed # online[http://www.germane-software.com/software/rexml/docs/tutorial.html] module REXML - Copyright = "Copyright © 2001-2005 Sean Russell <ser@germane-software.com>" - Date = "+2005/138" + Copyright = "Copyright © 2001, 2002, 2003, 2004 Sean Russell <ser@germane-software.com>" + Date = "2005/224" Version = "3.1.3" end |
