lib/xmlsimple.rb in xml-simple-1.1.8 vs lib/xmlsimple.rb in xml-simple-1.1.9

- old
+ new

@@ -1,18 +1,18 @@ # = XmlSimple # # Author:: Maik Schmidt <contact@maik-schmidt.de> -# Copyright:: Copyright (c) 2003-2020 Maik Schmidt +# Copyright:: Copyright (c) 2003-2021 Maik Schmidt # License:: Distributes under the same terms as Ruby. # require 'rexml/document' require 'stringio' # Easy API to maintain XML (especially configuration files). class XmlSimple include REXML - @@VERSION = '1.1.8' + @@VERSION = '1.1.9' # A simple cache for XML documents that were already transformed # by xml_in. class Cache # Creates and initializes a new Cache object.