Commit 52410d2

mo <mo.khan@gmail.com>
2017-12-16 19:12:38
specify version that deprecation will be removed. tag: v0.2.7
1 parent d0507a5
Changed files (1)
lib
lib/saml/kit.rb
@@ -74,7 +74,7 @@ module Saml
       end
 
       def deprecate(message)
-        @deprecation ||= ActiveSupport::Deprecation.new('next-release', 'saml-kit')
+        @deprecation ||= ActiveSupport::Deprecation.new('1.0.0', 'saml-kit')
         @deprecation.deprecation_warning(message)
       end
     end