summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSutou Kouhei <kou@cozmixng.org>2019-10-12 12:07:15 +0900
committerGitHub <noreply@github.com>2019-10-12 12:07:15 +0900
commit412cd56766a4822c48117a16d79303d3d915b28a (patch)
tree536900f38bfbb1e687262e723405288d2e8aa6bb /lib
parentc866663784ea5a8f16e7fe5127127fb46ae90e6e (diff)
Import REXML 3.2.3 (#2548)
Notes
Notes: Merged-By: kou <kou@clear-code.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/rexml/rexml.rb2
-rw-r--r--lib/rexml/xmldecl.rb1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb
index c91846b461..944d88a869 100644
--- a/lib/rexml/rexml.rb
+++ b/lib/rexml/rexml.rb
@@ -24,7 +24,7 @@
module REXML
COPYRIGHT = "Copyright © 2001-2008 Sean Russell <ser@germane-software.com>"
DATE = "2008/019"
- VERSION = "3.2.2"
+ VERSION = "3.2.3"
REVISION = ""
Copyright = COPYRIGHT
diff --git a/lib/rexml/xmldecl.rb b/lib/rexml/xmldecl.rb
index 89c0747d49..d19407cefd 100644
--- a/lib/rexml/xmldecl.rb
+++ b/lib/rexml/xmldecl.rb
@@ -26,6 +26,7 @@ module REXML
self.encoding = version.encoding
@writeencoding = version.writeencoding
@standalone = version.standalone
+ @writethis = version.writethis
else
super()
@version = version