summaryrefslogtreecommitdiff
path: root/lib/saml/kit/xml_templatable.rb
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-01-27 10:58:47 -0700
committermo <mo.khan@gmail.com>2018-01-27 10:58:47 -0700
commit3b8aa3f32029e530658a7c345d8f46146b98d842 (patch)
tree9a0b90a76d9d72f605b6676f8b468131a06fb38b /lib/saml/kit/xml_templatable.rb
parent687812c1417082e1f1677625264c61d7cfd3e77f (diff)
remove deprecations.v1.0.0
Diffstat (limited to 'lib/saml/kit/xml_templatable.rb')
-rw-r--r--lib/saml/kit/xml_templatable.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/saml/kit/xml_templatable.rb b/lib/saml/kit/xml_templatable.rb
index 21f3f57..0f4af84 100644
--- a/lib/saml/kit/xml_templatable.rb
+++ b/lib/saml/kit/xml_templatable.rb
@@ -15,12 +15,6 @@ module Saml
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