lib/saml/kit/xml_templatable.rb in saml-kit-0.3.6 vs lib/saml/kit/xml_templatable.rb in saml-kit-1.0.0

- old
+ new

@@ -13,15 +13,9 @@ def sign? return configuration.sign? if embed_signature.nil? embed_signature && configuration.sign? end - # @deprecated Use {#embed_signature=} instead of this method. - def sign=(value) - Saml::Kit.deprecate("sign= is deprecated. Use embed_signature= instead.") - self.embed_signature = value - end - def digest_method configuration.digest_method end def signature_method