From de94e507395fbe857d11d1157f5c3cf3d258e04b Mon Sep 17 00:00:00 2001 From: Atish Maske <16266389+atish23@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:11:41 +0530 Subject: [PATCH] Update saml_idp.gemspec --- saml_idp.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saml_idp.gemspec b/saml_idp.gemspec index 4c46a70d..8f4a9b5c 100644 --- a/saml_idp.gemspec +++ b/saml_idp.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.authors = ['Jon Phenow'] s.email = 'jon.phenow@sportngin.com' s.homepage = 'https://github.com/saml-idp/saml_idp' - s.summary = 'SAML Indentity Provider for Ruby' + s.summary = 'SAML Identity Provider for Ruby' s.description = 'SAML IdP (Identity Provider) Library for Ruby' s.date = Time.now.utc.strftime('%Y-%m-%d') s.files = Dir['lib/**/*', 'LICENSE', 'README.md', 'Gemfile', 'saml_idp.gemspec']