Skip to content

Commit

Permalink
fix: correct project url within gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bufferoverflow authored and stanhu committed Dec 5, 2023
1 parent eb8efce commit b56629d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions omniauth_openid_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.email = ['jjbohn@gmail.com', 'm0n9oose@gmail.com']
spec.summary = 'OpenID Connect Strategy for OmniAuth'
spec.description = 'OpenID Connect Strategy for OmniAuth.'
spec.homepage = 'https://github.com/m0n9oose/omniauth_openid_connect'
spec.homepage = 'https://github.com/omniauth/omniauth_openid_connect'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0")
Expand All @@ -20,10 +20,10 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.metadata = {
'bug_tracker_uri' => 'https://github.com/m0n9oose/omniauth_openid_connect/issues',
'changelog_uri' => 'https://github.com/m0n9oose/omniauth_openid_connect/releases',
'documentation_uri' => "https://github.com/m0n9oose/omniauth_openid_connect/tree/v#{spec.version}#readme",
'source_code_uri' => "https://github.com/m0n9oose/omniauth_openid_connect/tree/v#{spec.version}",
'bug_tracker_uri' => 'https://github.com/omniauth/omniauth_openid_connect/issues',
'changelog_uri' => 'https://github.com/omniauth/omniauth_openid_connect/releases',
'documentation_uri' => "https://github.com/omniauth/omniauth_openid_connect/tree/v#{spec.version}#readme",
'source_code_uri' => "https://github.com/omniauth/omniauth_openid_connect/tree/v#{spec.version}",
'rubygems_mfa_required' => 'true',
}

Expand Down

0 comments on commit b56629d

Please sign in to comment.