diff options
Diffstat (limited to 'lib/saml/kit')
| -rw-r--r-- | lib/saml/kit/cli/version.rb | 2 | ||||
| -rw-r--r-- | lib/saml/kit/core_ext/signature.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/saml/kit/cli/version.rb b/lib/saml/kit/cli/version.rb index 4a1f58d..cbc2595 100644 --- a/lib/saml/kit/cli/version.rb +++ b/lib/saml/kit/cli/version.rb @@ -3,7 +3,7 @@ module Saml module Kit module Cli - VERSION = '0.3.7'.freeze + VERSION = '0.3.8'.freeze end end end diff --git a/lib/saml/kit/core_ext/signature.rb b/lib/saml/kit/core_ext/signature.rb index 69f7b8e..9b62ec5 100644 --- a/lib/saml/kit/core_ext/signature.rb +++ b/lib/saml/kit/core_ext/signature.rb @@ -17,7 +17,7 @@ module Saml TABLE.each do |key, callable| table.push([key, callable.call(self)]) end - table.push(['', certificate.x509.to_text]) + table.push(['', certificate.x509.to_text]) if certificate end def truncate(text, max: 50) |
