Skip to content

Commit

Permalink
Update contact details in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
andyroberts committed Sep 1, 2020
1 parent 9df5b91 commit e5d00d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions omniauth-identity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ['[email protected]']
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")
Expand Down

0 comments on commit e5d00d1

Please sign in to comment.