lib/xmlenc.rb in xmlenc-0.3.0 vs lib/xmlenc.rb in xmlenc-0.4.0

- old
+ new

@@ -25,9 +25,10 @@ autoload :KeyInfo, 'xmlenc/builder/key_info' autoload :CipherData, 'xmlenc/builder/cipher_data' autoload :DigestMethod, 'xmlenc/builder/digest_method' autoload :ReferenceList, 'xmlenc/builder/reference_list' autoload :DataReference, 'xmlenc/builder/data_reference' + autoload :RetrievalMethod, 'xmlenc/builder/retrieval_method' module ComplexTypes autoload :EncryptedType, 'xmlenc/builder/complex_types/encrypted_type' end end