summaryrefslogtreecommitdiff
path: root/lib/saml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/saml')
-rw-r--r--lib/saml/kit/trustable.rb4
-rw-r--r--lib/saml/kit/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/saml/kit/trustable.rb b/lib/saml/kit/trustable.rb
index 1c8bc9f..52c1048 100644
--- a/lib/saml/kit/trustable.rb
+++ b/lib/saml/kit/trustable.rb
@@ -52,8 +52,8 @@ module Saml
"samlp": Namespaces::PROTOCOL,
})
xml.valid?
- xml.errors.each do |error|
- errors[:base] << error
+ xml.errors.each do |attribute, error|
+ errors[attribute] << error
end
end
diff --git a/lib/saml/kit/version.rb b/lib/saml/kit/version.rb
index b72f918..fcf10e9 100644
--- a/lib/saml/kit/version.rb
+++ b/lib/saml/kit/version.rb
@@ -1,5 +1,5 @@
module Saml
module Kit
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
end