From 9f6daa0e49980559dd52a3f3432533f188f28d01 Mon Sep 17 00:00:00 2001 From: Rajiv Aaron Manglani Date: Tue, 10 Sep 2024 16:51:27 -0400 Subject: [PATCH] Remove old maintainer email from gemspec. --- omniauth-saml.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/omniauth-saml.gemspec b/omniauth-saml.gemspec index 92041fb..0a9b080 100644 --- a/omniauth-saml.gemspec +++ b/omniauth-saml.gemspec @@ -8,7 +8,6 @@ Gem::Specification.new do |gem| gem.license = 'MIT' gem.authors = ['Raecoo Cao', 'Ryan Wilcox', 'Rajiv Aaron Manglani', 'Steven Anderson', 'Nikos Dimitrakopoulos', 'Rudolf Vriend', 'Bruno Pedro'] - gem.email = 'rajiv@alum.mit.edu' gem.homepage = 'https://github.com/omniauth/omniauth-saml' gem.required_ruby_version = '>= 2.4'