From e5d00d18faea550ee85bd1f3b7fadad780fc4a0a Mon Sep 17 00:00:00 2001 From: Andrew Roberts Date: Tue, 1 Sep 2020 19:57:37 +0100 Subject: [PATCH] Update contact details in gemspec --- omniauth-identity.gemspec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/omniauth-identity.gemspec b/omniauth-identity.gemspec index 59565aab..ab964bf5 100644 --- a/omniauth-identity.gemspec +++ b/omniauth-identity.gemspec @@ -21,9 +21,8 @@ Gem::Specification.new do |gem| gem.version = OmniAuth::Identity::VERSION gem.description = %q{Internal authentication handlers for OmniAuth.} gem.summary = gem.description - gem.email = ['michael@intridea.com'] - gem.homepage = 'http://github.com/intridea/omniauth-identity' - gem.authors = ['Michael Bleigh'] + gem.homepage = 'http://github.com/omniauth/omniauth-identity' + gem.authors = ['Andrew Roberts', 'Michael Bleigh'] gem.license = 'MIT' gem.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)} gem.files = `git ls-files`.split("\n")