diff options
| author | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-19 01:43:31 +0000 |
|---|---|---|
| committer | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-19 01:43:31 +0000 |
| commit | 5f3ee100b1ae2def7eb374d8de700f8f3eaa68b2 (patch) | |
| tree | 354fa51d0d75bc57eeaeb536dd01e2bda7c1921d /lib/rexml/rexml.rb | |
| parent | 3d391146d116d48402a878cc321ef3d4806ff84f (diff) | |
| download | ruby-5f3ee100b1ae2def7eb374d8de700f8f3eaa68b2.tar.gz ruby-5f3ee100b1ae2def7eb374d8de700f8f3eaa68b2.tar.xz ruby-5f3ee100b1ae2def7eb374d8de700f8f3eaa68b2.zip | |
r1025 | ser | 2004-07-18 08:18:36 -0400 (Sun, 18 Jul 2004) | 2 lines
@@ Fixed a CDATA pretty-printing bug. (#39) @@
r1026 | ser | 2004-07-18 09:03:02 -0400 (Sun, 18 Jul 2004) | 4 lines
@@ Fixed a buffering bug in Source.rb that affected the SAX parser @@
This bug was related to how REXML determines the encoding of a file, and
evinced itself by hanging on input when using the SAX parser.
r1028 | ser | 2004-07-18 09:06:18 -0400 (Sun, 18 Jul 2004) | 3 lines
* Minor pretty printing fix.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/rexml.rb')
| -rw-r--r-- | lib/rexml/rexml.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb index f3ad57b8b..991650e95 100644 --- a/lib/rexml/rexml.rb +++ b/lib/rexml/rexml.rb @@ -10,8 +10,8 @@ # # Main page:: http://www.germane-software.com/software/rexml # Author:: Sean Russell <serATgermaneHYPHENsoftwareDOTcom> -# Version:: @ANT_VERSION@ -# Date:: @ANT_DATE@ +# Date:: +2004/200 +# Version:: 3.1.2.1 # # This API documentation can be downloaded from the REXML home page, or can # be accessed online[http://www.germane-software.com/software/rexml_doc] @@ -21,6 +21,6 @@ # online[http://www.germane-software.com/software/rexml/docs/tutorial.html] module REXML Copyright = "Copyright © 2001, 2002, 2003, 2004 Sean Russell <ser@germane-software.com>" - Date = "+2004/186" - Version = "3.1.2" + Date = "+2004/200" + Version = "3.1.2.1" end |
