lib/saml/kit/response.rb in saml-kit-1.0.2 vs lib/saml/kit/response.rb in saml-kit-1.0.3
- old
+ new
@@ -24,10 +24,8 @@
assertion.valid?
assertion.errors.each do |attribute, error|
self.errors[attribute] << error
end
end
-
- Builder = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Saml::Kit::Response::Builder', 'Saml::Kit::Builders::Response')
end
end
end