Skip to content

Commit

Permalink
Change homepage to rubydoc.info
Browse files Browse the repository at this point in the history
because the codeberg homepage is non-responsive :./
  • Loading branch information
ahx committed Feb 18, 2025
1 parent 892f2fc commit 6343dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faraday-openapi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.name = 'faraday-openapi'
spec.version = Faraday::Openapi::VERSION
spec.authors = ['Andreas Haller']
spec.email = ['andreas.haller@posteo.com']
spec.email = ['ahx@posteo.de']

spec.summary = 'Validate requests/responses against OpenAPI API descriptions'
spec.description = <<~DESC
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

forge_uri = "https://codeberg.com/ahx/#{spec.name}"

spec.homepage = forge_uri
spec.homepage = "https://www.rubydoc.info/gems/faraday-openapi"

spec.metadata = {
'bug_tracker_uri' => "#{forge_uri}/issues",
Expand Down

0 comments on commit 6343dd6

Please sign in to comment.