We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df5b91 commit e5d00d1Copy full SHA for e5d00d1
omniauth-identity.gemspec
@@ -21,9 +21,8 @@ Gem::Specification.new do |gem|
21
gem.version = OmniAuth::Identity::VERSION
22
gem.description = %q{Internal authentication handlers for OmniAuth.}
23
gem.summary = gem.description
24
- gem.email = ['michael@intridea.com']
25
- gem.homepage = 'http://github.com/intridea/omniauth-identity'
26
- gem.authors = ['Michael Bleigh']
+ gem.homepage = 'http://github.com/omniauth/omniauth-identity'
+ gem.authors = ['Andrew Roberts', 'Michael Bleigh']
27
gem.license = 'MIT'
28
gem.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)}
29
gem.files = `git ls-files`.split("\n")
0 commit comments